summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-12-16 02:24:26 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-12-16 02:24:26 +0100
commitd4573a1274ce549502ff18a7b8ebad5e4904359a (patch)
treebf70c7c4da271d2a15cf099d0686cfed99773a48 /debian
parentzebra: Fix crash in connected.c due to RA change (diff)
downloadfrr-d4573a1274ce549502ff18a7b8ebad5e4904359a.tar.xz
frr-d4573a1274ce549502ff18a7b8ebad5e4904359a.zip
debian: Remove unnecessary dependency on cl-utilties
The cl-utilities dependency were causing issues in two situations: A) The cl-utilities package name has been changed but the quagga cmaster branch was being built on two different branches, one with the old name, one with the new name B) People installing quagga on non-cumulus switches were experiencing issues due to cl-utilities not being installed. This was especially true if they built quagga from our source code. We only need cl-utilities for the startt-stop-daemon wrapper so that we could have jdoo watch watchquagga. This is not a big deal if people are missing this. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index e015af6cf..dacc34008 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ XS-Testsuite: autopkgtest
Package: quagga
Architecture: any
-Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends}, cl-utilities
+Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends}
Pre-Depends: adduser
Conflicts: zebra, zebra-pj
Replaces: zebra, zebra-pj