From 04fc3e7b364373b4eae811e082b86009bd437708 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 23 Jan 2010 15:39:41 +0000 Subject: [PATCH] control, rules: Disabled the "netlink" plugin on kfreebsd-{i386,amd64}. iproute is only available on Linux. --- debian/changelog | 5 ++++- debian/control | 2 +- debian/rules | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23ad8fa..0390c17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,11 @@ collectd (4.9.0-1) unstable; urgency=low * debian/collectd-core.install: - Install all collectd-*.5 manpages (in particular, this includes the newly added collectd-python.5). + * debian/control, debian/rules: + - Disabled the "netlink" plugin on kfreebsd-{i386,amd64} and do not + build-depend on iproute-dev -- iproute is only available on Linux. - -- Sebastian Harl Sun, 27 Dec 2009 02:10:29 +0100 + -- Sebastian Harl Sat, 23 Jan 2010 15:38:38 +0000 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index f9b0296..8ae88ac 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Sebastian Harl Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison, flex, autotools-dev, libltdl-dev, pkg-config, - iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64 !mips !mipsel], + iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64 !mips !mipsel !kfreebsd-i386 !kfreebsd-amd64], iptables-dev (>= 1.4.3.2-2), libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libdbi0-dev, diff --git a/debian/rules b/debian/rules index a55d09c..281c8ae 100755 --- a/debian/rules +++ b/debian/rules @@ -87,7 +87,8 @@ 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)) +ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 hppa ia64 ppc64 mips \ + mipsel kfreebsd-i386 kfreebsd-amd64)) confflags += --disable-netlink endif -- 2.30.2