From: David Lamparter Date: Wed, 24 Oct 2018 15:20:29 +0000 (+0200) Subject: debianpkg: make frr-pythontools a "Recommends:" X-Git-Tag: 7.1_pulled~219^2~67 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8a10dc8662dc13b2630712cd0a48c2b826199a73;p=mirror%2Ffrr.git debianpkg: make frr-pythontools a "Recommends:" From the Debian policy: Recommends: This declares a strong, but not absolute, dependency. The Recommends field should list packages that would be found together with this one in all but unusual installations. I'd say, yes, we do want the python-based reload functionality in all but unusual installations. Signed-off-by: David Lamparter --- diff --git a/debianpkg/control b/debianpkg/control index 7db983f802..7c31fad252 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -42,6 +42,7 @@ Depends: iproute2 | iproute, logrotate (>= 3.2-11) Pre-Depends: adduser +Recommends: frr-pythontools Conflicts: zebra, zebra-pj, quagga Replaces: zebra, zebra-pj Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga