Code

Do not build apple_sensors and tape plugins. collectd-4.0.2-1
authorSebastian Harl <sh@tokkee.org>
Wed, 13 Jun 2007 18:04:34 +0000 (19:04 +0100)
committerSebastian 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
debian/control
debian/rules

index 6cb8d1ecef51899269e54fa4c5dbfd273f1020d9..1c1594fa12ab55fa7715f98c9dc7135061a7e595 100644 (file)
@@ -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 <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
 
index 30b5f51de0c4b0a691b92a3ac5d3676260d511ab..73f4a8b4ca01234b2efbd4e66c70bb7ebf09bd7f 100644 (file)
@@ -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
index f25daa09e6e0cf5e532f55b79c519e46aaa7a25f..0f33ed9683c3c18bd32074ab745afa47daf5ed3b 100755 (executable)
@@ -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))