From 986b3f986fcf1ab593da81b455a417ae209ee1be Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 10 Jan 2017 14:22:09 +0100 Subject: [PATCH] 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. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2