From: Sebastian Harl Date: Mon, 1 Dec 2008 20:39:50 +0000 (+0100) Subject: Let collectd-dbg and collectd-dev depend on ${misc:Depends}. X-Git-Tag: collectd-4.5.1-1~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9397af8b20c7dc579402c3687f66655d9f97dc66;p=pkg-collectd.git Let collectd-dbg and collectd-dev depend on ${misc:Depends}. This is required when using debhelper. --- diff --git a/debian/changelog b/debian/changelog index 7d7e203..72b3fb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ collectd (4.5.1-1) experimental; urgency=low - Added build dependency on libesmtp-dev required by the notify_email plugin. - Added build dependency on libpq-dev required by the postgresql plugin. + - Let collectd-dbg and collectd-dev depend on ${misc:Depends} - this is + required when using debhelper. * debian/rules: - Disabled onewire plugin - owfs is not yet available in Debian. - Install contrib/snmp-probe-host.px to /usr/share/doc/collectd/examples/. @@ -29,7 +31,7 @@ collectd (4.5.1-1) experimental; urgency=low - Removed memcached_fdleak.dpatch - included upstream. - Removed memcached_timeout.dpatch - included upstream. - -- Sebastian Harl Mon, 01 Dec 2008 21:25:58 +0100 + -- Sebastian Harl Mon, 01 Dec 2008 21:30:46 +0100 collectd (4.4.2-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 740136c..eccb51a 100644 --- a/debian/control +++ b/debian/control @@ -95,7 +95,7 @@ Package: collectd-dbg Section: utils Architecture: any Priority: extra -Depends: collectd (= ${binary:Version}) +Depends: collectd (= ${binary:Version}), ${misc:Depends} 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. It @@ -108,7 +108,7 @@ Description: statistics collection and monitoring daemon (debugging symbols) Package: collectd-dev Architecture: all -Depends: collectd (>= ${source:Version}), collectd (<< 4.6~) +Depends: collectd (>= ${source:Version}), collectd (<< 4.6~), ${misc:Depends} Description: statistics collection and monitoring daemon (development files) collectd is a small daemon which collects system information periodically and provides mechanisms to monitor and store the values in a variety of ways. It