From e94eec84f3b4f03ec7ddf5dbd222ef78a97ac107 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 23 Oct 2018 13:54:07 +0200 Subject: [PATCH] debianpkg: use better dependency for pythontools As described in https://wiki.debian.org/binNMU, arch-indep packages should have an "almost identical" dependency so "+..." changes can be made to arch-dep packages without breaking the arch-indep pkgs. Signed-off-by: David Lamparter --- debianpkg/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debianpkg/control b/debianpkg/control index f3699e9f68..b2c92b17e7 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -81,7 +81,8 @@ Section: net Architecture: all Depends: ${misc:Depends}, - frr (= ${binary:Version}), + frr (<< ${source:Upstream-Version}.0-~), + frr (>= ${source:Version}~), python (>= 2.7) | python3, python-ipaddr | python-ipaddress Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools) -- 2.39.5