diff options
-rw-r--r-- | debian/control | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 87968057a..5ccb7f85b 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 |