diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-12 20:47:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-12 20:56:48 +0000 |
commit | d0d0399031ef7c84a9dfb1a79b4021700465dcaa (patch) | |
tree | a3f31e2cd2410d234309f5c4b000167c345d9680 | |
parent | Releasing debian version 1.29.3-3. (diff) | |
download | netdata-d0d0399031ef7c84a9dfb1a79b4021700465dcaa.tar.xz netdata-d0d0399031ef7c84a9dfb1a79b4021700465dcaa.zip |
Adding replaces in control to fix upgrade from buster, thanks to Andreas Beckmann <anbe@debian.org> (Closes: #985101).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 87968057..5ccb7f85 100644 --- a/debian/control +++ b/debian/control @@ -84,10 +84,6 @@ Depends: sse2-support [i386], ${misc:Depends}, ${shlibs:Depends}, -Conflicts: - netdata-core-no-sse, -Replaces: - netdata-core-no-sse, Recommends: curl, Suggests: @@ -100,6 +96,12 @@ Suggests: Breaks: netdata-plugins-bash (<< 1.19.0-2~), netdata-plugins-python (<< 1.17.0-1~), +Conflicts: + netdata-core-no-sse, +Replaces: + netdata-core-no-sse, + netdata-plugins-bash (<< 1.19.0-2~), + netdata-plugins-python (<< 1.17.0-1~), Description: real-time performance monitoring (core) Netdata is distributed, real-time, performance and health monitoring for systems and applications. It provides insights of everything happening on the @@ -121,7 +123,8 @@ Depends: Conflicts: netdata-core, Replaces: - netdata-core, + netdata-plugins-bash (<< 1.19.0-2~), + netdata-plugins-python (<< 1.17.0-1~), Recommends: curl, Suggests: @@ -159,6 +162,9 @@ Enhances: Breaks: netdata-core (<< 1.19.0-2~), netdata-core-no-sse (<< 1.19.0-2~), +Replaces: + netdata-core (<< 1.19.0-2~), + netdata-core-no-sse (<< 1.19.0-2~), Description: real-time performance monitoring (bash plugins) Netdata is distributed, real-time, performance and health monitoring for systems and applications. It provides insights of everything happening on the @@ -210,6 +216,9 @@ Enhances: Breaks: netdata-core (<< 1.17.0-1~), netdata-core-no-sse (<< 1.17.0-1~), +Replaces: + netdata-core (<< 1.17.0-1~), + netdata-core-no-sse (<< 1.17.0-1~), Description: real-time performance monitoring (python plugins) Netdata is distributed, real-time, performance and health monitoring for systems and applications. It provides insights of everything happening on the |