From: Sebastian Harl Date: Sat, 23 Jan 2010 18:20:47 +0000 (+0000) Subject: control, rules: Disable the Linux-specific "sensors" plugin on kfreebsd. X-Git-Tag: collectd-4.9.1-1~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c10b4e5e7ab9c97d8106be662aea858f3c257425;p=pkg-collectd.git control, rules: Disable the Linux-specific "sensors" plugin on kfreebsd. --- diff --git a/debian/changelog b/debian/changelog index 3e5d05f..8f96f62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ collectd (4.9.1-1) unstable; urgency=low + "iptables" plugin / iptables-dev + "ipvs" plugin / linux-libc-dev + "netlink" plugin / iproute-dev + + "sensors" plugin / libsensors4-dev - Disabled the following plugins / removed the following build-deps on kfreebsd-{i386,amd64} -- the build-deps are (not yet) available on kfreebsd: @@ -32,7 +33,7 @@ collectd (4.9.1-1) unstable; urgency=low + "libvirt" plugin / libvirt-dev + "java" plugin / openjdk6-jdk - -- Sebastian Harl Sat, 23 Jan 2010 16:06:38 +0000 + -- Sebastian Harl Sat, 23 Jan 2010 18:20:17 +0000 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index a5e2f01..1aeb084 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libperl-dev, libpq-dev, librrd-dev | librrd2-dev, - libsensors4-dev, + libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64], # libsnmp-dev (>= 5.4.2.1~dfsg-4~) | (libsnmp-dev & perl (<< 5.10.1~rc2-1~)) libsnmp-dev (>= 5.4.2.1~dfsg-4~) | libsnmp-dev | libsnmp9-dev, libsnmp-dev (>= 5.4.2.1~dfsg-4~) | perl (<< 5.10.1~rc2-1~), diff --git a/debian/rules b/debian/rules index 3cbe40c..150271f 100755 --- a/debian/rules +++ b/debian/rules @@ -96,7 +96,8 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64)) confflags += \ --disable-iptables \ --disable-ipvs \ - --disable-netlink + --disable-netlink \ + --disable-sensors endif # Build-dependencies of these plugins are (not yet) available for kfreebsd.