From 36e001e34fdbb245d78aed8ce72e77870fa9bbd4 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 13 Jun 2007 19:04:34 +0100 Subject: [PATCH] Do not build apple_sensors and tape plugins. They do not provide any functionality any longer. --- debian/changelog | 4 +++- debian/control | 2 -- debian/rules | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6cb8d1e..1c1594f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,8 +31,10 @@ collectd (4.0.2-1) experimental; urgency=low * 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 Wed, 13 Jun 2007 11:11:22 +0100 + -- Sebastian Harl 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 30b5f51..73f4a8b 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,6 @@ Description: statistics collection daemon . 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 @@ -55,7 +54,6 @@ Description: statistics collection daemon * 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 f25daa0..0f33ed9 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --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)) -- 2.30.2