From: Sebastian Harl Date: Mon, 25 Jan 2010 22:08:49 +0000 (+0100) Subject: rules: Updated documentation about which plugin is Linux-specific. X-Git-Tag: collectd-4.9.1-1~2 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=71985d9c57fa0919ca2a7f094af83a04ce4c126c rules: Updated documentation about which plugin is Linux-specific. --- diff --git a/debian/changelog b/debian/changelog index cca6717..45ecbc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 24 Jan 2010 15:39:18 +0100 + -- Sebastian Harl Mon, 25 Jan 2010 23:08:13 +0100 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 4d2d745..3525158 100755 --- a/debian/rules +++ b/debian/rules @@ -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