diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-10 10:39:25 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-10 11:05:20 +0100 |
commit | c73d32cee9c562760c83ddae1b254bd2ead0fc80 (patch) | |
tree | a35c1dfc3a47f7f986c1fdee956d6be2fd5f58ac | |
parent | Adding Rules-Requires-Root field. (diff) | |
download | frr-c73d32cee9c562760c83ddae1b254bd2ead0fc80.tar.xz frr-c73d32cee9c562760c83ddae1b254bd2ead0fc80.zip |
Adding binary package sections explicitly.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 84e09e7a..0ac16772 100644 --- a/debian/control +++ b/debian/control @@ -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 Package: frr +Section: net Architecture: linux-any Depends: iproute2, logrotate, @@ -67,6 +68,7 @@ Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...) is commonly abbreviated as "FRR." Package: frr-snmp +Section: net Architecture: linux-any Depends: frr (= ${binary:Version}), ${misc:Depends}, @@ -78,6 +80,7 @@ Description: FRRouting suite - SNMP support routing state through standard SNMP MIBs. Package: frr-rpki-rtrlib +Section: net Architecture: linux-any Depends: frr (= ${binary:Version}), ${misc:Depends}, @@ -104,6 +107,7 @@ Description: FRRouting suite - user manual at https://frrouting.readthedocs.io/ Package: frr-pythontools +Section: net Architecture: all Depends: frr (<< ${source:Upstream-Version}.0-~), frr (>= ${source:Version}~), |