From: Sebastian Harl Date: Tue, 3 Mar 2009 23:01:27 +0000 (+0100) Subject: control: Let collectd-dbg recommend collectd-utils and libcollectdclient0. X-Git-Tag: collectd-4.6.2-1~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d86079acc17db5d790c1da0aa95150a3df585e78;p=pkg-collectd.git control: Let collectd-dbg recommend collectd-utils and libcollectdclient0. --- diff --git a/debian/control b/debian/control index a77ff9f..e91ec0c 100644 --- a/debian/control +++ b/debian/control @@ -117,6 +117,8 @@ Package: collectd-dbg Architecture: any Priority: extra Depends: collectd (= ${binary:Version}), ${misc:Depends} +Recommends: collectd-utils (= ${binary:Version}), + libcollectdclient0 (= ${binary:Version}) Description: statistics collection and monitoring daemon (debugging symbols) collectd is a small daemon which collects system information periodically and provides mechanisms to monitor and store the values in a variety of ways.