Code

control, rules: Disable the Linux-specific "sensors" plugin on kfreebsd.
authorSebastian Harl <tokkee@io.debian.net>
Sat, 23 Jan 2010 18:20:47 +0000 (18:20 +0000)
committerSebastian Harl <tokkee@io.debian.net>
Sat, 23 Jan 2010 18:20:47 +0000 (18:20 +0000)
debian/changelog
debian/control
debian/rules

index 3e5d05fd06a527a29b000e587d5b09401a35e24c..8f96f62bd42cb0bb5a1c62e52083dae9420d060a 100644 (file)
@@ -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 <tokkee@debian.org>  Sat, 23 Jan 2010 16:06:38 +0000
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Jan 2010 18:20:17 +0000
 
 collectd (4.8.2-1) unstable; urgency=medium
 
index a5e2f0184a1fd245700bb32b69f37caf1ef05c5b..1aeb084bbf79212f81b66090c3752369196bca41 100644 (file)
@@ -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~),
index 3cbe40c695269789f502bd8e677e49218b68bf62..150271f6daead7b09e3fac886ebfa876a76882f1 100755 (executable)
@@ -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.