From: Sebastian Harl <sh@tokkee.org>
Date: Sun, 23 Jul 2006 21:36:58 +0000 (+0200)
Subject: Added collectd-dbg to control.
X-Git-Tag: collectd-3.10.1-2~5
X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d4266cb4a63baa6f23d972c8bd06f38ba58c7a0a;p=pkg-collectd.git

Added collectd-dbg to control.
---

diff --git a/debian/control b/debian/control
index bae6a3b..95d981d 100644
--- a/debian/control
+++ b/debian/control
@@ -40,6 +40,18 @@ Description: statistics collection daemon
    * system ressources used by Linux-VServers: vserver
    * wireless network stats: wireless
 
+Package: collectd-dbg
+Architecture: any
+Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
+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
+ 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 debugable main program file.
+
 Package: collectd-apache
 Architecture: any
 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}