diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 8de0518177..ad56534b56 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es> + + * DEBIAN/control: Fixed a bug with dependences. + 2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es> * DEBIAN/control: Added libsocket6-perl libio-socket-inet6-perl diff --git a/pandora_server/DEBIAN/control b/pandora_server/DEBIAN/control index 4a327ad78e..3b7e285333 100644 --- a/pandora_server/DEBIAN/control +++ b/pandora_server/DEBIAN/control @@ -6,5 +6,5 @@ Section: admin Installed-Size: 640 Maintainer: Miguel de Dios <miguel.dedios@artica.es> Homepage: http://pandorafms.org/ -Depends: perl (>= 5.8), libdbi-perl, libdbd-mysql-perl, libtime-format-perl, libnetaddr-ip-perl, libtime-format-perl, libxml-simple-perl, libhtml-parser-perl, snmp, snmpd, traceroute, xprobe2, nmap, sudo, libwww-perl libsocket6-perl libio-socket-inet6-perl +Depends: perl (>= 5.8), libdbi-perl, libdbd-mysql-perl, libtime-format-perl, libnetaddr-ip-perl, libtime-format-perl, libxml-simple-perl, libhtml-parser-perl, snmp, snmpd, traceroute, xprobe2, nmap, sudo, libwww-perl, libsocket6-perl, libio-socket-inet6-perl Description: Pandora FMS is a monitoring system for big IT environments. It uses remote tests, or local agents to grab information. Pandora supports all standard OS (Linux, AIX, HP-UX, Solaris and Windows XP,2000/2003), and support multiple setups in HA enviroments. This is the server package. Server makes the remote checks and process information transfer by Pandora FMS agents to the server.