Package: remstats Version: 1.0.13a-6 Tags: patch Followup-For: Bug #369114
Hi, attached is a patch for a possbible nmu by Eduard Bloch for removing the old gd1 dependency. Regards, Stefan -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-1-amd64 Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
diff -u remstats-1.0.13a/debian/control remstats-1.0.13a/debian/control --- remstats-1.0.13a/debian/control +++ remstats-1.0.13a/debian/control @@ -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 diff -u remstats-1.0.13a/debian/changelog remstats-1.0.13a/debian/changelog --- remstats-1.0.13a/debian/changelog +++ remstats-1.0.13a/debian/changelog @@ -1,3 +1,12 @@ +remstats (1.0.13a-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Stop using the gd1 libaries by simplyfing: + 'libgd-gd1-perl | libgd-gd2-perl | libgd-perl' to + 'libgd-gd2-perl' + + -- Stefan Huehner <[EMAIL PROTECTED]> Thu, 12 Oct 2006 17:07:17 +0200 + remstats (1.0.13a-6) unstable; urgency=low * debian/control: Build-Depends on debconf | debconf-2.0;

