From: Sebastian Harl Date: Sun, 23 Jul 2006 21:58:41 +0000 (+0200) Subject: Fixed collectd-dbg's dependencies. X-Git-Tag: collectd-3.10.1-2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d99542d51957069fa907e22d43da80d1d7498ac5;p=pkg-collectd.git Fixed collectd-dbg's dependencies. * Removed ${shlibs:Depends}. * Added all collectd- packages. --- diff --git a/debian/control b/debian/control index 95d981d..ea5ff4a 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,9 @@ Description: statistics collection daemon Package: collectd-dbg Architecture: any -Depends: collectd (= ${Source-Version}), ${shlibs:Depends} +Depends: collectd (= ${Source-Version}), collectd-apache (= ${Source-Version}), + collectd-hddtemp (= ${Source-Version}), collectd-mysql (= ${Source-Version}), + collectd-ping (= ${Source-Version}), collectd-sensors (= ${Source-Version}) 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