summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90878a5)
raw | patch | inline | side by side (parent: 90878a5)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 25 Jan 2010 22:08:49 +0000 (23:08 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 25 Jan 2010 22:08:49 +0000 (23:08 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index cca671770718219a3b25746cdf681956f9b645c2..45ecbc14e4d084dcf6d3fdc3a69d45aa9a00f4ce 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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:
* 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.
- 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
diff --git a/debian/rules b/debian/rules
index 4d2d74504bde026f4cae189b24bd5cb340fa64f0..35251583f3864f619af888b07d0a16f6aeb7386e 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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.
--disable-entropy \
--disable-fscache \
--disable-irq \
- --disable-madwifi \
--disable-nfs \
--disable-protocols \
--disable-serial \
--disable-thermal \
--disable-vmem \
- --disable-vserver \
--disable-wireless
endif