Code

control: Build-depend on the right combination of libsnmp-dev and perl.
authorSebastian Harl <sh@tokkee.org>
Sun, 13 Dec 2009 21:05:50 +0000 (22:05 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 13 Dec 2009 21:13:50 +0000 (22:13 +0100)
Perl's CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector'
in version 5.10.1 on some architectures (those supporting that features).
net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4.

Thanks to Lamont Jones and Dann Frazier for reporting this!

Closes: #559087
debian/changelog
debian/control

index 1517bc26c5f199bd862138c66fb9102ce3192969..9bcf97136517005961fb115833229c9a2a4aff16 100644 (file)
@@ -10,8 +10,15 @@ collectd (4.8.1-3) unstable; urgency=low
     - Do not (try to) start collectd if the config file does not exist. Else,
       installation of "collectd-core" (which does not provide configuration)
       would fail.
-
- -- Sebastian Harl <tokkee@debian.org>  Sun, 13 Dec 2009 21:30:38 +0100
+  * debian/control:
+    - Build-depend on the right combination of libsnmp-dev and perl. Perl's
+      CFLAGS (included in net-snmp's CFLAGS) introduced '-fstack-protector' in
+      version 5.10.1 on some architectures (those supporting that features).
+      net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4;
+      thanks to Lamont Jones and Dann Frazier for reporting this
+      (Closes: #559087).
+
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 13 Dec 2009 22:00:33 +0100
 
 collectd (4.8.1-2) unstable; urgency=low
 
index ae35c8940b6ac8c0fe70898cc678ff603e25fe46..c74b07c6bf0e24540037f0206f58393bdedcf6d9 100644 (file)
@@ -2,7 +2,7 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <tokkee@debian.org>
-Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison, flex, autotools-dev, pkg-config, linux-libc-dev (>= 2.6.25-4) | linux-libc-dev (<< 2.6.25-1), libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libmysqlclient-dev, librrd-dev | librrd2-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev (>= 1.4.3.2-2), libupsclient1-dev, libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64 !mips !mipsel], libsnmp-dev | libsnmp9-dev, libvirt-dev (>= 0.4.0-6), libxml2-dev, libhal-dev, libopenipmi-dev, libglib2.0-dev, libnotify-dev, libesmtp-dev, libpq-dev, libdbi0-dev, libmemcached-dev, openjdk-6-jdk [!hppa], libganglia1-dev (>= 3), libgcrypt11-dev, libyajl-dev
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison, flex, autotools-dev, pkg-config, linux-libc-dev (>= 2.6.25-4) | linux-libc-dev (<< 2.6.25-1), libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libmysqlclient-dev, librrd-dev | librrd2-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev (>= 1.4.3.2-2), libupsclient1-dev, libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64 !mips !mipsel], libsnmp-dev (>= 5.4.2.1~dfsg-4~) | libsnmp-dev | libsnmp9-dev, libsnmp-dev (>= 5.4.2.1~dfsg-4~) | perl (<< 5.10.1~rc2-1~), libvirt-dev (>= 0.4.0-6), libxml2-dev, libhal-dev, libopenipmi-dev, libglib2.0-dev, libnotify-dev, libesmtp-dev, libpq-dev, libdbi0-dev, libmemcached-dev, openjdk-6-jdk [!hppa], libganglia1-dev (>= 3), libgcrypt11-dev, libyajl-dev
 Build-Conflicts: libpthread-dev
 Standards-Version: 3.8.3
 Homepage: http://collectd.org/