summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54d7cdc)
raw | patch | inline | side by side (parent: 54d7cdc)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 28 Jul 2009 15:43:04 +0000 (17:43 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 28 Jul 2009 15:43:04 +0000 (17:43 +0200) |
libvirt-dev seems to be available on all architectures now.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index d61fe57e4878282a394245a39620ab44d3e784e0..53f7214da36362143ac12a08b2e8214843a063d0 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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 <tokkee@debian.org> Tue, 28 Jul 2009 17:00:41 +0200
+ -- Sebastian Harl <tokkee@debian.org> 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 c25860c692e0df606240281aa77dea45458d9b2a..2c6a6d194f834ef6956e5fdd9f7323dbd7f2140c 100644 (file)
--- a/debian/control
+++ b/debian/control
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) [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 6b2c1055b5a1e77af455ff7b06b4fcd1c6342d09..37742ed67c8b40afd5bbc92f6f3411eba1c43a3d 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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)" \