summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b40b431)
raw | patch | inline | side by side (parent: b40b431)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 13 Jun 2007 18:04:34 +0000 (19:04 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 13 Jun 2007 18:04:34 +0000 (19:04 +0100) |
They do not provide any functionality any longer.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 6cb8d1ecef51899269e54fa4c5dbfd273f1020d9..1c1594fa12ab55fa7715f98c9dc7135061a7e595 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* Added examples/MyPlugin.pm.
* Added XS-Vcs-{Git,Browser} tags.
* Added check_plugins.pl to check the build result of all plugins.
+ * Do not build apple_sensors and tape plugins as they do not provide any
+ functionality any longer.
- -- Sebastian Harl <sh@tokkee.org> Wed, 13 Jun 2007 11:11:22 +0100
+ -- Sebastian Harl <sh@tokkee.org> Wed, 13 Jun 2007 18:58:34 +0100
collectd (3.11.2-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 30b5f51de0c4b0a691b92a3ac5d3676260d511ab..73f4a8b4ca01234b2efbd4e66c70bb7ebf09bd7f 100644 (file)
--- a/debian/control
+++ b/debian/control
.
This package contains the main program file and the following plugins:
* APC UPS's charge, load, input/output/battery voltage, etc.: apcups
- * Apple computer's sensors information: apple_sensors (server mode only)
* battery status: battery
* CPU utilization: cpu
* CPU frequency: cpufreq
* serial port traffic: serial
* swap usage: swap
* logging to syslog: syslog
- * tape drive usage: tape (server mode only)
* external runtime interface: unixsock
* number of users logged into the system: users
* system resources used by Linux-VServers: vserver
diff --git a/debian/rules b/debian/rules
index f25daa09e6e0cf5e532f55b79c519e46aaa7a25f..0f33ed9683c3c18bd32074ab745afa47daf5ed3b 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--localstatedir=/var --sysconfdir=/etc \
--enable-debug
+# These plugins do not provide any functionality under Linux.
+confflags += --disable-apple_sensors --disable-tape
+
# The static libraries iptc and upsclient cannot be used on 64bit systems
# (see bugs #358637 and #419684 for more details).
ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 ia64 ppc64))