From: Sebastian Harl Date: Tue, 10 Jan 2017 13:22:09 +0000 (+0100) Subject: control: Have a stricter dependency between collectd and collectd-core. (#12) X-Git-Tag: collectd-5.7.1-1^2~7 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=986b3f986fcf1ab593da81b455a417ae209ee1be control: Have a stricter dependency between collectd and collectd-core. (#12) That is, depend on greater or equal the `collectd` version but less than the next major version. The `collectd` package provides config files which are expected to be backward compatible (across the same major version) but may depend on new features in the current (at the time) minor version. --- diff --git a/debian/control b/debian/control index 0ffd81a..0555d17 100644 --- a/debian/control +++ b/debian/control @@ -226,7 +226,8 @@ Description: statistics collection and monitoring daemon (core system) Package: collectd Architecture: any -Depends: collectd-core, ${shlibs:Depends}, ${misc:Depends} +Depends: collectd-core (>= ${source:Version}), collectd-core (<< 6~), + ${shlibs:Depends}, ${misc:Depends} Recommends: ${shlibs:Recommends}, default-jre-headless Description: statistics collection and monitoring daemon collectd is a small daemon which collects system information periodically and