From: octo Date: Fri, 27 Jan 2006 21:12:28 +0000 (+0000) Subject: Removed `hddtemp' debian module X-Git-Tag: collectd-3.7.0~30 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=869b1ee6ae9d8e83ef896a78db2d5b00572e95a3;p=collectd.git Removed `hddtemp' debian module --- diff --git a/debian/changelog b/debian/changelog index 44fbd720..eaaf3a86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +collectd (3.7.0-1) unstable; urgency=low + + * New upstream version + * Removed package `collectd-hddtemp' + + -- Florian Forster Thu, 26 Jan 2006 10:34:17 +0200 + collectd (3.6.1-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 3c562e6e..2df65f63 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.1 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 @@ -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. -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 -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. diff --git a/debian/rules b/debian/rules index c11a195f..42dc7906 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g -PLUGINS = hddtemp mysql sensors +PLUGINS = mysql sensors ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0