summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9da492a)
raw | patch | inline | side by side (parent: 9da492a)
Disable the netlink plugin, as it does not compile anyways squeeze-backports collectd-5.1.0-3--bpo60+2
author | Reinhard Tartler <siretart@tauware.de> | |
Wed, 28 Nov 2012 07:16:31 +0000 (08:16 +0100) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Wed, 28 Nov 2012 07:16:31 +0000 (08:16 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 0d908974467c5fed5eeff3cca41459879801f817..2178008baa86b6061f36c3c732ddfc7fdd41560d 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (5.1.0-3~bpo60+2) squeeze-backports; urgency=low
+
+ * Disable the netlink plugin, as it does not compile anyways
+
+ -- Reinhard Tartler <siretart@tauware.de> Sat, 24 Nov 2012 14:46:58 +0100
+
collectd (5.1.0-3~bpo60+1) squeeze-backports; urgency=low
* Rebuild for squeeze-backports.
diff --git a/debian/rules b/debian/rules
index f502f2d5f6f4642193af51b044e9f433a16ffc89..c9955ae63cc9fa24b8128ac737f8ff70aba1a0aa 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.