diff options
author | David Lamparter <equinox@diac24.net> | 2018-10-25 19:41:21 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:30:52 +0100 |
commit | 35dfce353d6af186454b137b8c0f78780678a683 (patch) | |
tree | 9c98208d33efcf9c6a1729e0cda55b73fba25c0f /debianpkg/control | |
parent | debianpkg: update maintainer (diff) | |
download | frr-35dfce353d6af186454b137b8c0f78780678a683.tar.xz frr-35dfce353d6af186454b137b8c0f78780678a683.zip |
debianpkg: drop superfluous control entries
Some header lines are duplicate and unneccessary, and the entire frr-dbg
package doesn't need an entry in control (it's autogenerated.)
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to '')
-rw-r--r-- | debianpkg/control | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debianpkg/control b/debianpkg/control index 2ccfc0af0..aa400a32a 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -56,7 +56,6 @@ Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga lives on https://github.com/frrouting/frr.git Package: frr-snmp -Section: net Architecture: any Depends: ${misc:Depends}, @@ -69,7 +68,6 @@ Description: FRRouting SNMP support Build-Profiles: <pkg.frr.snmp> Package: frr-rpki-rtrlib -Section: net Architecture: any Depends: ${misc:Depends}, @@ -85,7 +83,6 @@ Architecture: any Depends: ${misc:Depends}, frr (= ${binary:Version}) -Priority: optional Section: debug Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols) This package provides debugging symbols for all binary packages built @@ -107,7 +104,6 @@ Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation) IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these. Package: frr-pythontools -Section: net Architecture: all Depends: ${misc:Depends}, |