]> git.proxmox.com Git - mirror_frr.git/commitdiff
debianpkg: use better dependency for pythontools
authorDavid Lamparter <equinox@diac24.net>
Tue, 23 Oct 2018 11:54:07 +0000 (13:54 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 18 Dec 2018 00:55:51 +0000 (01:55 +0100)
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 <equinox@diac24.net>
debianpkg/control

index f3699e9f68ce77f39cb5b8340be5956fbd67173c..b2c92b17e7807acca69aa28bf22aed2f8d53d931 100644 (file)
@@ -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)