1
0
Fork 0

Adding binary package sections explicitly.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 10:16:12 +01:00
parent 37aab6d09c
commit 3a847175c6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/control vendored
View file

@ -41,6 +41,7 @@ Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master
Package: frr Package: frr
Section: net
Architecture: linux-any Architecture: linux-any
Depends: iproute2, Depends: iproute2,
logrotate, logrotate,
@ -67,6 +68,7 @@ Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
is commonly abbreviated as "FRR." is commonly abbreviated as "FRR."
Package: frr-snmp Package: frr-snmp
Section: net
Architecture: linux-any Architecture: linux-any
Depends: frr (= ${binary:Version}), Depends: frr (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
@ -78,6 +80,7 @@ Description: FRRouting suite - SNMP support
routing state through standard SNMP MIBs. routing state through standard SNMP MIBs.
Package: frr-rpki-rtrlib Package: frr-rpki-rtrlib
Section: net
Architecture: linux-any Architecture: linux-any
Depends: frr (= ${binary:Version}), Depends: frr (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
@ -104,6 +107,7 @@ Description: FRRouting suite - user manual
at https://frrouting.readthedocs.io/ at https://frrouting.readthedocs.io/
Package: frr-pythontools Package: frr-pythontools
Section: net
Architecture: all Architecture: all
Depends: frr (<< ${source:Upstream-Version}.0-~), Depends: frr (<< ${source:Upstream-Version}.0-~),
frr (>= ${source:Version}~), frr (>= ${source:Version}~),