summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 14f4c85)
raw | patch | inline | side by side (parent: 14f4c85)
author | Sebastian Harl <sh@teamix.net> | |
Wed, 28 Nov 2012 07:29:20 +0000 (08:29 +0100) | ||
committer | Sebastian 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.
build with older and current versions of iproute2.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index a02cb3839337bf1eeb6285356517e7b0c8392e74..e65298456fa9fad76c784b0028e91ea2934d913b 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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
diff --git a/debian/rules b/debian/rules
index 9c5ac902a22f8a4a8e8eb382a1934476d93386eb..6da01b59c48099752734f5a40c9069959f818118 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# 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.