summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2de9f5f)
raw | patch | inline | side by side (parent: 2de9f5f)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 10 Jan 2017 13:22:09 +0000 (14:22 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 10 Jan 2017 13:22:09 +0000 (14:22 +0100) |
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.
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 | patch | blob | history |
diff --git a/debian/control b/debian/control
index 0ffd81adb21cf3f130ba3c244a8eef4ce250b2cc..0555d1781c3976a2b80008c34d3af39df89dff18 100644 (file)
--- a/debian/control
+++ b/debian/control
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