mirror of
https://git.proxmox.com/git/frr
synced 2025-04-28 21:10:56 +00:00
d/control: run wrap-and-sort -tkn
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bfd01c9e96
commit
353e79dc04
60
debian/control
vendored
60
debian/control
vendored
@ -14,6 +14,7 @@ Build-Depends: bison,
|
|||||||
libcap-dev,
|
libcap-dev,
|
||||||
libelf-dev,
|
libelf-dev,
|
||||||
libjson-c-dev | libjson0-dev,
|
libjson-c-dev | libjson0-dev,
|
||||||
|
liblua5.3-dev <pkg.frr.lua>,
|
||||||
libpam0g-dev | libpam-dev,
|
libpam0g-dev | libpam-dev,
|
||||||
libpcre2-dev,
|
libpcre2-dev,
|
||||||
libpython3-dev,
|
libpython3-dev,
|
||||||
@ -30,7 +31,6 @@ Build-Depends: bison,
|
|||||||
python3-pytest <!nocheck>,
|
python3-pytest <!nocheck>,
|
||||||
python3-sphinx,
|
python3-sphinx,
|
||||||
texinfo (>= 4.7),
|
texinfo (>= 4.7),
|
||||||
liblua5.3-dev <pkg.frr.lua>
|
|
||||||
Standards-Version: 4.4.1
|
Standards-Version: 4.4.1
|
||||||
Homepage: https://www.frrouting.org/
|
Homepage: https://www.frrouting.org/
|
||||||
Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
|
Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
|
||||||
@ -38,27 +38,25 @@ Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master
|
|||||||
|
|
||||||
Package: frr
|
Package: frr
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends: iproute2 | iproute,
|
||||||
${misc:Depends},
|
logrotate (>= 3.2-11),
|
||||||
${shlibs:Depends},
|
${misc:Depends},
|
||||||
iproute2 | iproute,
|
${shlibs:Depends},
|
||||||
logrotate (>= 3.2-11)
|
|
||||||
Pre-Depends: adduser
|
Pre-Depends: adduser
|
||||||
Recommends: frr-pythontools
|
Recommends: frr-pythontools
|
||||||
Suggests: frr-doc
|
Suggests: frr-doc
|
||||||
Conflicts:
|
Conflicts: pimd,
|
||||||
zebra,
|
quagga,
|
||||||
zebra-pj,
|
quagga-bgpd,
|
||||||
pimd,
|
quagga-core,
|
||||||
quagga,
|
quagga-isisd,
|
||||||
quagga-bgpd,
|
quagga-ospf6d,
|
||||||
quagga-core,
|
quagga-ospfd,
|
||||||
quagga-isisd,
|
quagga-pimd,
|
||||||
quagga-ospf6d,
|
quagga-ripd,
|
||||||
quagga-ospfd,
|
quagga-ripngd,
|
||||||
quagga-pimd,
|
zebra,
|
||||||
quagga-ripd,
|
zebra-pj,
|
||||||
quagga-ripngd
|
|
||||||
Replaces: zebra, zebra-pj
|
Replaces: zebra, zebra-pj
|
||||||
Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
|
Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
|
||||||
FRRouting implements the routing protocols commonly used in the
|
FRRouting implements the routing protocols commonly used in the
|
||||||
@ -77,10 +75,7 @@ Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
|
|||||||
|
|
||||||
Package: frr-snmp
|
Package: frr-snmp
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends: frr (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends},
|
|
||||||
frr (= ${binary:Version})
|
|
||||||
Recommends: snmpd
|
Recommends: snmpd
|
||||||
Description: FRRouting suite - SNMP support
|
Description: FRRouting suite - SNMP support
|
||||||
Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
|
Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
|
||||||
@ -89,10 +84,7 @@ Description: FRRouting suite - SNMP support
|
|||||||
|
|
||||||
Package: frr-rpki-rtrlib
|
Package: frr-rpki-rtrlib
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends: frr (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends},
|
|
||||||
frr (= ${binary:Version})
|
|
||||||
Description: FRRouting suite - BGP RPKI support (rtrlib)
|
Description: FRRouting suite - BGP RPKI support (rtrlib)
|
||||||
Adds RPKI support to FRR's bgpd, allowing validation of BGP routes
|
Adds RPKI support to FRR's bgpd, allowing validation of BGP routes
|
||||||
against cryptographic information stored in WHOIS databases. This is
|
against cryptographic information stored in WHOIS databases. This is
|
||||||
@ -105,10 +97,7 @@ Package: frr-doc
|
|||||||
Section: doc
|
Section: doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends:
|
Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
|
||||||
${misc:Depends},
|
|
||||||
libjs-jquery,
|
|
||||||
libjs-underscore
|
|
||||||
Suggests: frr
|
Suggests: frr
|
||||||
Conflicts: quagga-doc
|
Conflicts: quagga-doc
|
||||||
Description: FRRouting suite - user manual
|
Description: FRRouting suite - user manual
|
||||||
@ -118,11 +107,10 @@ Description: FRRouting suite - user manual
|
|||||||
|
|
||||||
Package: frr-pythontools
|
Package: frr-pythontools
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends: frr (<< ${source:Upstream-Version}.0-~),
|
||||||
${misc:Depends},
|
frr (>= ${source:Version}~),
|
||||||
frr (<< ${source:Upstream-Version}.0-~),
|
python3:any,
|
||||||
frr (>= ${source:Version}~),
|
${misc:Depends},
|
||||||
python3:any
|
|
||||||
Description: FRRouting suite - Python tools
|
Description: FRRouting suite - Python tools
|
||||||
The FRRouting suite uses a small Python tool to provide configuration
|
The FRRouting suite uses a small Python tool to provide configuration
|
||||||
reload functionality, particularly useful when the interactive configuration
|
reload functionality, particularly useful when the interactive configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user