From 2561d260d5f5e07f80b154e486ae6a891882c0a1 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 21 Jul 2011 09:15:52 +0000 Subject: [PATCH] 2011-07-21 Ramon Novoa * DEBIAN/control: Removed php5-zlib (zlib comes with the default PHP installation). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4608 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/DEBIAN/control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 55517c2d84..8e6b993dcf 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-07-21 Ramon Novoa + + * DEBIAN/control: Removed php5-zlib (zlib comes with the default PHP + installation). + 2011-07-21 Sergio Martin * include/functions_menu.php: Fixed a bug of the side menu diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 854804d673..d91c1c1964 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -6,5 +6,5 @@ Section: admin Installed-Size: 42112 Maintainer: Miguel de Dios Homepage: http://pandorafms.org/ -Depends: php5, php5-snmp, php5-gd, php5-mysql, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-client, php5-zlib +Depends: php5, php5-snmp, php5-gd, php5-mysql, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-client Description: Pandora FMS is a monitoring Open Source software. It watches your systems and applications, and allows you to know the status of any element of those systems. Web console is the graphical user interface (GUI) to manage and watch reports and graphs from Pandora FMS monitoring.