From: Sebastian Harl Date: Thu, 6 Mar 2008 22:43:39 +0000 (+0100) Subject: Restrict the libvirt-dev build dependency to versions >= 0.4.0-6. X-Git-Tag: collectd-4.3.0-2^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9cb3f3c0db6fd15bdbcb741fc6ade298f5901faf;p=pkg-collectd.git Restrict the libvirt-dev build dependency to versions >= 0.4.0-6. This makes sure that Xen is supported and fixes some strange FTBFS complaining about a missing symbol "virDomainBlockStats". --- diff --git a/debian/changelog b/debian/changelog index fe14a6d..dcbe56a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,11 @@ collectd (4.3.0-2) unstable; urgency=low (this is required by the sensors plugin). * Restrict the libvirt-dev build dependency and the libvirt plugin to amd64, i386 and powerpc (libvirt is only available on those architectures). + * Restrict the libvirt-dev build dependency to versions >= 0.4.0-6 to make + sure Xen is supported and to fix some strange FTBFS complaining about a + missing symbol "virDomainBlockStats". - -- Sebastian Harl Wed, 05 Mar 2008 21:07:21 +0100 + -- Sebastian Harl Thu, 06 Mar 2008 23:37:44 +0100 collectd (4.3.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index e779a36..66a3fb8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: collectd Section: utils Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev, libsnmp-dev | libsnmp9-dev, libvirt-dev [amd64 i386 powerpc], libxml2-dev, libhal-dev +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev, libsnmp-dev | libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev Build-Conflicts: libpthread-dev Standards-Version: 3.7.3 Homepage: http://collectd.org/