Code

Do not split off packages introducing new recommendations or suggestions.
[pkg-collectd.git] / debian / control
index db58f5714070724de85b9d35a878f8759248f446..41d3f7d2280aace380e8c2843fd780f3432951b9 100644 (file)
@@ -2,16 +2,17 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcurl3-dev,
- libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev,
- libsensors-dev, liboping-dev (> 0.3.3)
+Build-Depends: debhelper (>= 5), autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap-dev
+Build-Conflicts: libpthread-dev
 Standards-Version: 3.7.2
 
 Package: collectd
 Architecture: any
 Depends: ${shlibs:Depends}
 Suggests: collectd-apache, collectd-mysql, collectd-sensors, collectd-dev,
- collectd-hddtemp, collectd-ping, librrds-perl
+ collectd-ping, collectd-dns, librrds-perl, hddtemp, mbmon
+Provides: collectd-hddtemp
+Replaces: collectd-hddtemp
 Description: statistics collection daemon
  collectd is a small daemon written in C for performance. It reads various
  system statistics and updates RRD files, creating them if necessary. Since
@@ -27,8 +28,12 @@ Description: statistics collection daemon
    * CPU frequency: cpufreq
    * disk space usage: df
    * disk and partition throughput: disk
+   * E-Mail statistics (count, traffic, spam scores and checks): email
+   * harddisk temperature: hddtemp
    * system load averages: load
+   * motherboard monitor: mbmon
    * memory usage: memory
+   * multimeter statistics: multimeter
    * NFS utilization: nfs
    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
    * number of processes: processes
@@ -37,9 +42,25 @@ Description: statistics collection daemon
    * tape drive usage: tape (server mode only)
    * network traffic: traffic
    * number of users logged into the system: users
-   * system ressources used by Linux-VServers: vserver
+   * system resources used by Linux-VServers: vserver
    * wireless network stats: wireless
 
+Package: collectd-dbg
+Section: devel
+Architecture: any
+Priority: extra
+Depends: collectd (= ${Source-Version}), collectd-apache (= ${Source-Version}),
+ collectd-mysql (= ${Source-Version}), collectd-ping (= ${Source-Version}), 
+ collectd-sensors (= ${Source-Version})
+Description: statistics collection daemon (debugging symbols)
+ collectd is a small daemon written in C for performance. It reads various
+ system statistics and updates RRD files, creating them if necessary. Since
+ the daemon doesn't need to startup every time it wants to update the 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.
+ .
+ This package contains the debugging symbols.
+
 Package: collectd-apache
 Architecture: any
 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
@@ -53,18 +74,24 @@ Description: statistics collection daemon (Apache plugin)
  This package contains the Apache plugin which collects Apache statistics
  provided by Apache's mod_status.
 
-Package: collectd-hddtemp
+Package: collectd-dns
 Architecture: any
 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
-Recommends: hddtemp
-Description: statistics collection daemon (hddtemp plugin)
+Description: statistics collection daemon (DNS plugin)
  collectd is a small daemon written in C for performance. It reads various
  system statistics and updates RRD files, creating them if necessary. Since
  the daemon doesn't need to startup every time it wants to update the 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.
  .
- This package contains the hddtemp plugin which collects harddisk temperatures.
+ This package contains the DNS plugin which collects DNS traffic information
+ (query types, response codes, opcodes and traffic).
+
+Package: collectd-hddtemp
+Architecture: any
+Depends: collectd (= ${Source-Version})
+Description: statistics collection daemon (hddtemp plugin transitional package)
+ Empty package to facilitate upgrades. It can be safely removed.
 
 Package: collectd-mysql
 Architecture: any
@@ -82,7 +109,7 @@ Description: statistics collection daemon (MySQL plugin)
 Package: collectd-ping
 Architecture: any
 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
-Description: statistics collection daemon (MySQL plugin)
+Description: statistics collection daemon (ping plugin)
  collectd is a small daemon written in C for performance. It reads various
  system statistics and updates RRD files, creating them if necessary. Since
  the daemon doesn't need to startup every time it wants to update the files
@@ -107,7 +134,7 @@ Description: statistics collection daemon (sensors plugin)
 
 Package: collectd-dev
 Architecture: all
-Depends: collectd (= ${Source-Version})
+Depends: collectd (>= ${Source-Version}), collectd (<< 3.11~)
 Description: statistics collection daemon (development files)
  collectd is a small daemon written in C for performance. It reads various
  system statistics and updates RRD files, creating them if necessary. Since