Code

debian/: Corrected the files needed for building Debian packages.
[collectd.git] / debian / control
1 Source: collectd
2 Section: utils
3 Priority: optional
4 Maintainer: Florian Forster <octo@verplant.org>
5 Build-Depends: debhelper (>= 4.0.0), autotools-dev, librrd0-dev | librrd2-dev, libsensors-dev, libmysqlclient14-dev, libcurl3-dev, liboping-dev
6 Standards-Version: 3.6.1
8 Package: collectd
9 Architecture: any
10 Depends: libc6, librrd0 | librrd2
11 Suggests: collectd-mysql, collectd-sensors, librrds-perl
12 Description: Statistics collection daemon for filling RRD files.
13  collectd is a small daemon written in C for performance. It reads various
14  system statistics and updates RRD files, creating them if neccessary. Since
15  the daemon doesn't need to startup every time it wants to update the files
16  it's very fast and easy on the system. Also, the statistics are very fine
17  grained since the files are updated every 10 seconds.
19 Package: collectd-apache
20 Architecture: any
21 Depends: collectd (= ${Source-Version}), apache2 | apache, libcurl3
22 Description: collectd plugin for Apache-statistics
23  collectd module to collect Apache statistics. It reads the page generated by
24  `mod_status' and writes it's content into RRD files.
26 Package: collectd-mysql
27 Architecture: any
28 Depends: collectd (= ${Source-Version}), libmysqlclient14
29 Description: collectd plugin for MySQL-statistics
30  collectd module to collect MySQL statistics. It links against
31  `libmysqlclient14' though other versions should do, too.
33 Package: collectd-sensors
34 Architecture: any
35 Depends: collectd (= ${Source-Version}), libsensors3
36 Description: collectd module for libsensors.
37  collectd module to collect system temperatures.