diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-28 06:55:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-28 06:59:44 +0000 |
commit | 27c0ec9995cbd2f224e9d8ad6d6e6a1fbde1b0b1 (patch) | |
tree | 10c4d800515d865421f67f4294d4c7f51a22213b | |
parent | Updating TODO file. (diff) | |
download | netdata-27c0ec9995cbd2f224e9d8ad6d6e6a1fbde1b0b1.tar.xz netdata-27c0ec9995cbd2f224e9d8ad6d6e6a1fbde1b0b1.zip |
Updating depends between packages for binNMU-safety.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 238dd4909..c5c30eda7 100644 --- a/debian/control +++ b/debian/control @@ -21,13 +21,13 @@ Package: netdata Section: net Architecture: all Depends: - netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}), - netdata-plugins-bash (=${source:Version}), - netdata-web (=${source:Version}), + netdata-core | netdata-core-no-sse, + netdata-plugins-bash, + netdata-web, ${misc:Depends}, Recommends: - netdata-plugins-nodejs (=${source:Version}), - netdata-plugins-python (=${source:Version}), + netdata-plugins-nodejs, + netdata-plugins-python, Description: real-time performance monitoring (metapackage) Netdata is distributed, real-time, performance and health monitoring for systems and applications. It provides insights of everything happening on the @@ -98,7 +98,7 @@ Architecture: all Multi-Arch: foreign Depends: bash, - netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}), + netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), ${misc:Depends}, Suggests: fping, @@ -117,7 +117,7 @@ Section: net Architecture: all Multi-Arch: foreign Depends: - netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}), + netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), nodejs, ${misc:Depends}, Enhances: @@ -135,7 +135,7 @@ Section: net Architecture: all Multi-Arch: foreign Depends: - netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}), + netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), python3, python3-six, python3-urllib3 (>= 1.22), @@ -157,7 +157,7 @@ Architecture: all Depends: fonts-font-awesome, libjs-bootstrap, - netdata-core (=${source:Version}) | netdata-core-no-sse (=${source:Version}), + netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), ${misc:Depends}, Conflicts: netdata-data, |