Code

rules: Reenabled the netlink plugin.
authorSebastian Harl <sh@teamix.net>
Wed, 28 Nov 2012 07:29:20 +0000 (08:29 +0100)
committerSebastian Harl <sh@teamix.net>
Wed, 28 Nov 2012 07:29:20 +0000 (08:29 +0100)
… which was previously disabled for squeeze-backports. The plugin should now
build with older and current versions of iproute2.

debian/changelog
debian/rules

index a02cb3839337bf1eeb6285356517e7b0c8392e74..e65298456fa9fad76c784b0028e91ea2934d913b 100644 (file)
@@ -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 <tokkee@debian.org>  Wed, 28 Nov 2012 08:26:37 +0100
 
index 9c5ac902a22f8a4a8e8eb382a1934476d93386eb..6da01b59c48099752734f5a40c9069959f818118 100755 (executable)
@@ -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.