Code

rules: Updated documentation about which plugin is Linux-specific.
authorSebastian Harl <sh@tokkee.org>
Mon, 25 Jan 2010 22:08:49 +0000 (23:08 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 25 Jan 2010 22:08:49 +0000 (23:08 +0100)
debian/changelog
debian/rules

index cca671770718219a3b25746cdf681956f9b645c2..45ecbc14e4d084dcf6d3fdc3a69d45aa9a00f4ce 100644 (file)
@@ -26,8 +26,10 @@ collectd (4.9.1-1) unstable; urgency=low
       build-deps on kfreebsd-{i386,amd64}:
       + "iptables" plugin / iptables-dev
       + "ipvs" plugin / linux-libc-dev
+      + "madwifi" plugin
       + "netlink" plugin / iproute-dev
       + "sensors" plugin / libsensors4-dev
+      + "vserver" plugin
     - Disabled the following plugins / removed the following build-deps on
       kfreebsd-{i386,amd64} -- the build-deps are (not yet) available on
       kfreebsd:
@@ -41,8 +43,8 @@ collectd (4.9.1-1) unstable; urgency=low
   * debian/rules:
     - Disabled the following plugins on kfreebsd-{i386,amd64} which have not
       yet been ported to FreeBSD: battery, conntrack, contextswitch, cpufreq,
-      disk, entropy, fscache, irq, madwifi, nfs, protocols, serial, thermal,
-      vmem, vserver, wireless.
+      disk, entropy, fscache, irq, nfs, protocols, serial, thermal, vmem,
+      wireless.
     - Simplified Java archdir mapping: removed entries "pointing" to
       themselves and let those default to DEB_BUILD_ARCH.
     - Check whether all patches have been enabled; fail, if not.
@@ -56,7 +58,7 @@ collectd (4.9.1-1) unstable; urgency=low
     - Replaced overrides for spelling-error-in-description with
       capitalization-error-in-description.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 24 Jan 2010 15:39:18 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 25 Jan 2010 23:08:13 +0100
 
 collectd (4.8.2-1) unstable; urgency=medium
 
index 4d2d74504bde026f4cae189b24bd5cb340fa64f0..35251583f3864f619af888b07d0a16f6aeb7386e 100755 (executable)
@@ -90,8 +90,10 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64))
        confflags += \
                --disable-iptables \
                --disable-ipvs \
+               --disable-madwifi \
                --disable-netlink \
-               --disable-sensors
+               --disable-sensors \
+               --disable-vserver
 endif
 
 # These plugins have not been ported to FreeBSD yet.
@@ -105,13 +107,11 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64))
                --disable-entropy \
                --disable-fscache \
                --disable-irq \
-               --disable-madwifi \
                --disable-nfs \
                --disable-protocols \
                --disable-serial \
                --disable-thermal \
                --disable-vmem \
-               --disable-vserver \
                --disable-wireless
 endif