From 7c8382be50e55502acd232a6fa4456cdfcf83288 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 15 Oct 2009 19:28:19 +0200 Subject: [PATCH] rules: Disabled the tokyotyrant and zfs_arc plugins. Their dependencies are not available. --- debian/changelog | 4 +++- debian/rules | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a9ef0f7..a3e754d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ collectd (4.8.1-1) unstable; urgency=medium * Set urgency to medium because of the fix for #535786. * debian/rules: - Install contrib/GenericJMX.conf to /usr/share/doc/collectd/examples/. + - Disabled the tokyotyrant and zfs_arc plugins - their dependencies are + not available. * debian/patches: - Removed bts535787-powerdns-fix-localsocket.dpatch - included upstream. - Removed bts541953-curl-followlocation.dpatch - included upstream. @@ -34,7 +36,7 @@ collectd (4.8.1-1) unstable; urgency=medium * debian/control: - Build depend on libyajl-dev, which is required by the curl_json plugin. - -- Sebastian Harl Thu, 15 Oct 2009 19:25:02 +0200 + -- Sebastian Harl Thu, 15 Oct 2009 19:27:09 +0200 collectd (4.7.2-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 3e40466..afddc8c 100755 --- a/debian/rules +++ b/debian/rules @@ -67,9 +67,15 @@ confflags += --disable-oracle # rrdclient support in librrd is required for the rrdcached plugin. confflags += --disable-rrdcached +# libtokyotyrant is required for the tokyotyrant plugin. +confflags += --disable-tokyotyrant + # xmms1 is required for the xmms plugin. confflags += --disable-xmms +# libkstat is required for the xfs_arc plugin. +confflags += --disable-zfs-arc + # The static library netstat cannot be linked into shared objects on some # architectures (see bugs #358637, #419684 and #524593 for more details). ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 hppa ia64 ppc64 mips mipsel)) -- 2.30.2