From 39e330e7dee4d5d6445bff609975b47acf8fff3d Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 24 Dec 2010 14:55:14 +0000 Subject: [PATCH] 2010-12-23 Miguel de Dios * DEBIAN/control: added php5-curl dependency. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3707 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/DEBIAN/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7d3242e387..b10c963f48 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-12-23 Miguel de Dios + + * DEBIAN/control: added php5-curl dependency. + 2010-12-23 Miguel de Dios * pandoradb_data.sql: added custom sql for reports, "Group view". diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 752596378a..4042020598 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-pear, php-db, php5-xmlrpc, php-gettext, graphviz, dbconfig-common, php5-ldap, mysql-client +Depends: php5, php5-snmp, php5-gd, php5-mysql, php-pear, 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.