summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b67170)
raw | patch | inline | side by side (parent: 6b67170)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 1 Dec 2008 20:39:50 +0000 (21:39 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 1 Dec 2008 20:39:50 +0000 (21:39 +0100) |
This is required when using debhelper.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 7d7e203845228755517951876f94998d76c161ba..72b3fb3c1babd3a8a1ed9fc4c82cc860e68831d7 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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/.
- Removed memcached_fdleak.dpatch - included upstream.
- Removed memcached_timeout.dpatch - included upstream.
- -- Sebastian Harl <sh@tokkee.org> Mon, 01 Dec 2008 21:25:58 +0100
+ -- Sebastian Harl <sh@tokkee.org> 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 740136c3544209706977a78d92775157ba735c19..eccb51ab410939b5cb2fb5ecf050e35511d43d9f 100644 (file)
--- a/debian/control
+++ b/debian/control
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
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