summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control15
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3c024ecec7..13fb521fca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ frr (6.0.2-2) UNRELEASED; urgency=medium
* remove bogus libjson0 build-dep (closes: #921349)
* fix broken systemd dependency spec
+ * add proper Conflicts: for quagga and pimd (closes: #921376)
-- David Lamparter <equinox-debian@diac24.net> Mon, 04 Feb 2019 04:51:00 +0100
diff --git a/debian/control b/debian/control
index cf5aa0492e..9b7e3f518f 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,19 @@ Depends:
Pre-Depends: adduser
Recommends: frr-pythontools
Suggests: frr-doc
-Conflicts: zebra, zebra-pj, quagga
+Conflicts:
+ zebra,
+ zebra-pj,
+ pimd,
+ quagga,
+ quagga-bgpd,
+ quagga-core,
+ quagga-isisd,
+ quagga-ospf6d,
+ quagga-ospfd,
+ quagga-pimd,
+ quagga-ripd,
+ quagga-ripngd
Replaces: zebra, zebra-pj
Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
FRRouting implements the routing protocols commonly used in the
@@ -96,6 +108,7 @@ Depends:
libjs-jquery,
libjs-underscore
Suggests: frr
+Conflicts: quagga-doc
Description: FRRouting suite - user manual
This provides the FRR user manual in HTML form. This is the official
manual maintained as part of the package and is also available online