summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70a3ff9)
raw | patch | inline | side by side (parent: 70a3ff9)
author | octo <octo> | |
Fri, 27 Jan 2006 21:12:28 +0000 (21:12 +0000) | ||
committer | octo <octo> | |
Fri, 27 Jan 2006 21:12:28 +0000 (21:12 +0000) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 44fbd720efcce43ea8ea72ea6889092ab99cd6e3..eaaf3a869e920393d2616dbf3b6878094ee1afd3 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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
diff --git a/debian/control b/debian/control
index 3c562e6e7bb70754135faa1749f5ec2159aafff2..2df65f63824cddb27f70ca180e8a3e1adfaf3143 100644 (file)
--- a/debian/control
+++ b/debian/control
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
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 c11a195f3f3e5f4e3ee20b4b1763bf4edbf216be..42dc7906c65fceeb76a2bc00120ebfbe9686f5a2 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
CFLAGS = -Wall -g
-PLUGINS = hddtemp mysql sensors
+PLUGINS = mysql sensors
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0