Package: remstats Severity: minor Tags: patch
Hi, we are trying to remove the old gd1 library before etch. Please stop using this old library version and only use gd2. The attached patch modifies your dependencies accordingly. Please consider applying. Regards, Stefan -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ur remstats-1.0.13a/debian/control remstats-1.0.13a.mod/debian/control --- remstats-1.0.13a/debian/control 2006-05-27 18:23:30.000000000 +0200 +++ remstats-1.0.13a.mod/debian/control 2006-05-27 18:21:35.000000000 +0200 @@ -9,7 +9,7 @@ Package: remstats Architecture: all Pre-Depends: adduser, debconf (>= 0.2.17) | debconf-2.0 -Depends: libdbi-perl, libcrypt-passwdmd5-perl, librrds-perl (>= 1.0.16), perl (>= 5.8.0-3) | libtime-hires-perl (>= 1.19), libsnmp-session-perl (>= 0.77), libgd-gd1-perl | libgd-gd2-perl | libgd-perl, remstats-bintools, netbase, apache | httpd, wwwconfig-common, rrdtool, exim4 | mail-transport-agent +Depends: libdbi-perl, libcrypt-passwdmd5-perl, librrds-perl (>= 1.0.16), perl (>= 5.8.0-3) | libtime-hires-perl (>= 1.19), libsnmp-session-perl (>= 0.77), libgd-gd2-perl, remstats-bintools, netbase, apache | httpd, wwwconfig-common, rrdtool, exim4 | mail-transport-agent Recommends: logrotate Suggests: remstats-servers, remstats-doc Description: Remote Statistics System: collectors and presentation-cgis

