From 055754cab5124e2eda78a4a0d83b4f018827a606 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 28 Nov 2012 08:29:20 +0100 Subject: [PATCH] rules: Reenabled the netlink plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … which was previously disabled for squeeze-backports. The plugin should now build with older and current versions of iproute2. --- debian/changelog | 4 ++++ debian/rules | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a02cb38..e652984 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ collectd (5.2.0-1~debmon60+1) UNRELEASED; urgency=low * Rebuild for debmon-squeeze. + * debian/rules: + - Reenabled the netlink plugin (previously disabled for + squeeze-backports); the plugin should now build with older and current + versions of iproute2. -- Sebastian Harl Wed, 28 Nov 2012 08:26:37 +0100 diff --git a/debian/rules b/debian/rules index 9c5ac90..6da01b5 100755 --- a/debian/rules +++ b/debian/rules @@ -98,9 +98,6 @@ confflags += \ # architectures (see bugs #358637, #419684 and #524593 for more details). ifneq (,$(filter alpha amd64 hppa ia64 ppc64 mips mipsel, $(DEB_BUILD_ARCH))) confflags += --disable-netlink -else -# disable netlink on all archs, as the API in debian/stable is different - confflags += --disable-netlink endif # These plugins are Linux-specific. -- 2.30.2