Code

Added (<< 2.6.25-1) as an option to the existing linux-libc-dev build dep.
[pkg-collectd.git] / debian / control
index 6e10e72cb5276ffb5b917d70133c3bcb44759238..8e52f584d66b6c8ee3ed7b129291b3de7a170376 100644 (file)
@@ -2,35 +2,40 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev, libsnmp-dev | libsnmp9-dev, xmms-dev
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison | byacc, flex, autotools-dev, linux-libc-dev (>= 2.6.25-4) | linux-libc-dev (<< 2.6.25-1), libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64], libsnmp-dev | libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev
 Build-Conflicts: libpthread-dev
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.tokkee.org/pkg-collectd.git
-XS-Vcs-Browser: http://git.tokkee.org/?p=pkg-collectd.git
+Standards-Version: 3.8.0
+Homepage: http://collectd.org/
+Vcs-Git: git://git.tokkee.org/pkg-collectd.git
+Vcs-Browser: http://git.tokkee.org/?p=pkg-collectd.git
 
 Package: collectd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: perl, rrdtool, ${shlibs:Recommends}
+Recommends: perl, rrdtool, lm-sensors, ${shlibs:Recommends}
 Suggests: collectd-dev, librrds-perl, liburi-perl, libhtml-parser-perl,
- httpd-cgi, hddtemp, mbmon
libregexp-common-perl, httpd-cgi, hddtemp, mbmon
 Conflicts: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,
  collectd-perl, collectd-ping, collectd-sensors
 Provides: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,
  collectd-perl, collectd-ping, collectd-sensors
 Replaces: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,
  collectd-perl, collectd-ping, collectd-sensors
-Description: statistics collection daemon
+Description: statistics collection and monitoring daemon
  collectd is a small daemon which collects system information periodically and
- provides mechanismns to store the values in a variety of ways. It is written
- in C for performance. 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.
+ provides mechanisms to monitor and store the values in a variety of ways. It
+ is written in C for performance. Since the daemon doesn't need to startup
+ every time it wants to update the values 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 main program file and the following plugins (some
+ of those plugins require additional libraries - for more details see
+ /usr/share/doc/collectd/README.Debian.plugins):
  .
- This package contains the main program file and the following plugins:
    * Apache and lighttpd statistics provided by mod_status: apache
    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
+   * Ascent server statistics: ascent
    * battery status: battery
    * CPU utilization: cpu
    * CPU frequency: cpufreq
@@ -43,19 +48,25 @@ Description: statistics collection daemon
    * execution of external programs: exec
    * harddisk temperature: hddtemp
    * network traffic: interface
+   * IPMI sensors information: ipmi
    * iptables statistics: iptables
+   * IPVS connection statistics: ipvs
    * IRQ counters: irq
+   * CPU, dist, network statistics of guest systems: libvirt
    * system load averages: load
    * logging to files, STDOUT and STDERR: logfile
    * motherboard monitor: mbmon
+   * statistics of the memcached distributed caching system: memcached
    * memory usage: memory
    * multimeter statistics: multimeter
    * MySQL statistics provided by MySQL's "show status" command: mysql
    * detailed Linux network interface and routing statistics: netlink
    * IO via the network: network
    * NFS utilization: nfs
+   * Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
    * UPS information: nut
+   * PowerDNS name server statistics: powerdns
    * number of processes: processes
    * output to RRD files: rrdtool
    * embedded Perl interpreter: perl
@@ -65,39 +76,41 @@ Description: statistics collection daemon
    * values from SNMP enabled network devices: snmp
    * swap usage: swap
    * logging to syslog: syslog
+   * incremental parsing of logfiles: tail
+   * number of TCP connections to specific ports: tcpconns
+   * TeamSpeak2 server statistics: teamspeak2
    * external runtime interface: unixsock
    * number of users logged into the system: users
+   * set the hostname to an unique identifier: uuid
+   * detailed virtual memory statistics: vmem
    * system resources used by Linux-VServers: vserver
    * wireless network stats: wireless
-   * bitrate and frequency of music played with XMMS: xmms
- .
-  Homepage: http://collectd.org/
 
 Package: collectd-dbg
 Section: utils
 Architecture: any
 Priority: extra
 Depends: collectd (= ${binary:Version})
-Description: statistics collection daemon (debugging symbols)
+Description: statistics collection and monitoring daemon (debugging symbols)
  collectd is a small daemon which collects system information periodically and
- provides mechanismns to store the values in a variety of ways. It is written
- in C for performance. 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.
+ provides mechanisms to monitor and store the values in a variety of ways. It
+ is written in C for performance. Since the daemon doesn't need to startup
every time it wants to update the values 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-dev
 Architecture: all
-Depends: collectd (>= ${source:Version}), collectd (<< 4.3~)
-Description: statistics collection daemon (development files)
+Depends: collectd (>= ${source:Version}), collectd (<< 4.5~)
+Description: statistics collection and monitoring daemon (development files)
  collectd is a small daemon which collects system information periodically and
- provides mechanismns to store the values in a variety of ways. It is written
- in C for performance. 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.
+ provides mechanisms to monitor and store the values in a variety of ways. It
+ is written in C for performance. Since the daemon doesn't need to startup
every time it wants to update the values 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 development files needed to create your own
  plugins.