Code

control: Build-depend on iptables-dev (>= 1.4.3.1-1) and iptables.
authorSebastian Harl <sh@tokkee.org>
Sun, 19 Apr 2009 19:31:17 +0000 (21:31 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 19 Apr 2009 19:31:17 +0000 (21:31 +0200)
This allows to link against the packaged libiptc. libiptc is available as
shared library since iptables 1.4.3. Depend on iptables as well to work around
bug #524766.

debian/changelog
debian/control

index 8539ed2125c84a0109b08b8e3e3abe4d06253f0c..5a6aab3bfbc80c4c59ad64c1c83f2a038f95e460 100644 (file)
@@ -10,8 +10,12 @@ collectd (4.6.2-2) unstable; urgency=low
     - Added contrib/php-collection/ to /usr/share/doc/collectd/.
     - Disabled "netlink" plugin on mips and mipsel - those architectures do
       not allow to link non-PIC code into shared objects (Closes: #524593).
+  * debian/control:
+    - Build-depend on iptables-dev (>= 1.4.3.1-1) and iptables to link against
+      the packaged libiptc. libiptc is available as shared library since
+      iptables 1.4.3. Depend on iptables as well to work around #524766.
 
- -- Sebastian Harl <sh@tokkee.org>  Sun, 19 Apr 2009 19:29:20 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Sun, 19 Apr 2009 21:26:51 +0200
 
 collectd (4.6.2-1) unstable; urgency=low
 
index 15494b9ee72c0a41592ecd15ba0bb4a6d540f737..2e25d29c3d7c5b7324f7d43a3655721a54871b05 100644 (file)
@@ -2,7 +2,7 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.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, libmysqlclient15-dev, librrd-dev | librrd2-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, libupsclient1-dev, libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64], libsnmp-dev | libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev (>= 2.0.14-1~), libglib2.0-dev, libnotify-dev, libesmtp-dev, libpq-dev, libdbi0-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, libmysqlclient15-dev, librrd-dev | librrd2-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev (>= 1.4.3.1-1), iptables, libupsclient1-dev, libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64], libsnmp-dev | libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev (>= 2.0.14-1~), libglib2.0-dev, libnotify-dev, libesmtp-dev, libpq-dev, libdbi0-dev
 Build-Conflicts: libpthread-dev
 Standards-Version: 3.8.1
 Homepage: http://collectd.org/