From 2d3a54103c06c1f6cf79ce321c51539b26d7f2a5 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 28 Jul 2009 17:43:04 +0200 Subject: [PATCH] control, rules: No not limit the libvirt plugin to amd64, i386, powerpc. libvirt-dev seems to be available on all architectures now. --- debian/changelog | 5 ++++- debian/control | 2 +- debian/rules | 5 ----- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index d61fe57..53f7214 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,8 +44,11 @@ collectd (4.7.2-1) unstable; urgency=low required by the java plugin. * New debconf template translations: - cs.po, thanks to Martin Sin (Closes: #534206). + * debian/control, debian/rules: + - No not limit the libvirt plugin to amd64, i386, powerpc - libvirt-dev + seems to be available on all architectures now. - -- Sebastian Harl Tue, 28 Jul 2009 17:00:41 +0200 + -- Sebastian Harl Tue, 28 Jul 2009 17:42:11 +0200 collectd (4.6.3-1) unstable; urgency=low diff --git a/debian/control b/debian/control index c25860c..2c6a6d1 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, 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) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev (>= 2.0.14-1~), libglib2.0-dev, libnotify-dev, libesmtp-dev, libpq-dev, libdbi0-dev, libmemcached-dev, openjdk-6-jdk, libganglia1-dev (>= 3), libgcrypt11-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 | libsnmp9-dev, libvirt-dev (>= 0.4.0-6), libxml2-dev, libhal-dev, libopenipmi-dev (>= 2.0.14-1~), libglib2.0-dev, libnotify-dev, libesmtp-dev, libpq-dev, libdbi0-dev, libmemcached-dev, openjdk-6-jdk, libganglia1-dev (>= 3), libgcrypt11-dev Build-Conflicts: libpthread-dev Standards-Version: 3.8.2 Homepage: http://collectd.org/ diff --git a/debian/rules b/debian/rules index 6b2c105..37742ed 100755 --- a/debian/rules +++ b/debian/rules @@ -76,11 +76,6 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 hppa ia64 ppc64 mips mipsel)) confflags += --disable-netlink endif -# libvirt is only available on amd64, i386 and powerpc. -ifeq (,$(findstring $(DEB_BUILD_ARCH),amd64 i386 powerpc)) - confflags += --disable-libvirt -endif - config.status: configure $(DPATCH_STAMPFN) dh_testdir ./configure $(confflags) CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" \ -- 2.30.2