Removed `hddtemp' debian module
authorocto <octo>
Fri, 27 Jan 2006 21:12:28 +0000 (21:12 +0000)
committerocto <octo>
Fri, 27 Jan 2006 21:12:28 +0000 (21:12 +0000)
debian/changelog
debian/control
debian/rules

index 44fbd72..eaaf3a8 100644 (file)
@@ -1,3 +1,10 @@
+collectd (3.7.0-1) unstable; urgency=low
+
+  * New upstream version
+  * Removed package `collectd-hddtemp'
+
+ -- Florian Forster <octo@verplant.org>  Thu, 26 Jan 2006 10:34:17 +0200
+
 collectd (3.6.1-1) unstable; urgency=low
 
   * New upstream version
 collectd (3.6.1-1) unstable; urgency=low
 
   * New upstream version
index 3c562e6..2df65f6 100644 (file)
@@ -8,7 +8,7 @@ Standards-Version: 3.6.1
 Package: collectd
 Architecture: any
 Depends: libc6, librrd0 | librrd2
 Package: collectd
 Architecture: any
 Depends: libc6, librrd0 | librrd2
-Suggests: collectd-hddtemp, collectd-mysql, collectd-sensors
+Suggests: collectd-mysql, collectd-sensors
 Description: Statistics collection daemon for filling RRD files.
  collectd is a small daemon written in C for performance. It reads various
  system statistics and updates RRD files, creating them if neccessary. Since
 Description: Statistics collection daemon for filling RRD files.
  collectd is a small daemon written in C for performance. It reads various
  system statistics and updates RRD files, creating them if neccessary. Since
@@ -16,16 +16,10 @@ Description: Statistics collection daemon for filling RRD files.
  it's very fast and easy on the system. Also, the statistics are very fine
  grained since the files are updated every 10 seconds.
 
  it's very fast and easy on the system. Also, the statistics are very fine
  grained since the files are updated every 10 seconds.
 
-Package: collectd-hddtemp
-Architecture: any
-Depends: collectd (= ${Source-Version}), hddtemp
-Description: collectd module for harddisk temperatures.
- collectd module to collect harddisk temperatures using hddtemp.
-
 Package: collectd-mysql
 Architecture: any
 Depends: collectd (= ${Source-Version}), libmysqlclient14
 Package: collectd-mysql
 Architecture: any
 Depends: collectd (= ${Source-Version}), libmysqlclient14
-Description: collectd module for memory utilization.
+Description: collectd plugin for MySQL-statistics
  collectd module to collect MySQL statistics. It links against
  `libmysqlclient14' though other versions should do, too.
 
  collectd module to collect MySQL statistics. It links against
  `libmysqlclient14' though other versions should do, too.
 
index c11a195..42dc790 100755 (executable)
@@ -18,7 +18,7 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CFLAGS = -Wall -g
 
 
 CFLAGS = -Wall -g
 
-PLUGINS = hddtemp mysql sensors
+PLUGINS = mysql sensors
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0