Changed all occurences of `http://verplant.org/collectd/' to `http://collectd.org/'
[collectd.git] / debian / control
index 3c562e6..69918a5 100644 (file)
@@ -2,13 +2,13 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Florian Forster <octo@verplant.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, librrd0-dev | librrd2-dev, libsensors-dev, libmysqlclient14-dev
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, librrd0-dev | librrd2-dev, libsensors-dev, libmysqlclient14-dev, libcurl3-dev
 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, librrds-perl
 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,17 @@ 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
+Package: collectd-apache
 Architecture: any
-Depends: collectd (= ${Source-Version}), hddtemp
-Description: collectd module for harddisk temperatures.
- collectd module to collect harddisk temperatures using hddtemp.
+Depends: collectd (= ${Source-Version}), apache2 | apache, libcurl3
+Description: collectd plugin for Apache-statistics
+ collectd module to collect Apache statistics. It reads the page generated by
+ `mod_status' and writes it's content into RRD files.
 
 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.