mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
debianpkg: wrap & sort dependency lines in control
Muuuuch more readable... Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
8faeb50fe4
commit
008f758b8e
@ -4,13 +4,42 @@ Priority: optional
|
|||||||
Maintainer: Nobody <nobody@frrouting.org>
|
Maintainer: Nobody <nobody@frrouting.org>
|
||||||
Uploaders: Nobody <nobody@frrouting.org>
|
Uploaders: Nobody <nobody@frrouting.org>
|
||||||
XSBC-Original-Maintainer: <maintainers@frrouting.org>
|
XSBC-Original-Maintainer: <maintainers@frrouting.org>
|
||||||
Build-Depends: debhelper (>= 7.0.50~), libreadline-dev, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), autotools-dev, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2 | libjson-c3, dh-systemd, libsystemd-dev, bison, flex, libc-ares-dev, pkg-config, python (>= 2.7) | python3, python-sphinx | python3-sphinx, libpython-dev | libpython3-dev, install-info
|
Build-Depends:
|
||||||
|
autotools-dev,
|
||||||
|
bison,
|
||||||
|
chrpath,
|
||||||
|
debhelper (>= 7.0.50~),
|
||||||
|
dh-autoreconf,
|
||||||
|
dh-systemd,
|
||||||
|
flex,
|
||||||
|
gawk,
|
||||||
|
git,
|
||||||
|
install-info,
|
||||||
|
libc-ares-dev,
|
||||||
|
libcap-dev,
|
||||||
|
libjson-c-dev,
|
||||||
|
libjson-c2 | libjson-c3,
|
||||||
|
libpam0g-dev | libpam-dev,
|
||||||
|
libpcre3-dev,
|
||||||
|
libpython-dev | libpython3-dev,
|
||||||
|
libreadline-dev,
|
||||||
|
libsnmp-dev,
|
||||||
|
libsystemd-dev,
|
||||||
|
pkg-config,
|
||||||
|
python (>= 2.7) | python3,
|
||||||
|
python-sphinx | python3-sphinx,
|
||||||
|
texinfo (>= 4.7)
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://www.frrouting.org/
|
Homepage: http://www.frrouting.org/
|
||||||
|
|
||||||
Package: frr
|
Package: frr
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute2 | iproute, ${misc:Depends}, libc-ares2
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
iproute2 | iproute,
|
||||||
|
libc-ares2,
|
||||||
|
logrotate (>= 3.2-11)
|
||||||
Pre-Depends: adduser
|
Pre-Depends: adduser
|
||||||
Conflicts: zebra, zebra-pj, quagga
|
Conflicts: zebra, zebra-pj, quagga
|
||||||
Replaces: zebra, zebra-pj
|
Replaces: zebra, zebra-pj
|
||||||
@ -25,7 +54,10 @@ Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
|
|||||||
|
|
||||||
Package: frr-dbg
|
Package: frr-dbg
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
frr (= ${binary:Version})
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Section: debug
|
Section: debug
|
||||||
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
|
||||||
@ -37,7 +69,8 @@ Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
|
|||||||
Package: frr-doc
|
Package: frr-doc
|
||||||
Section: net
|
Section: net
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}
|
Depends:
|
||||||
|
${misc:Depends}
|
||||||
Suggests: frr
|
Suggests: frr
|
||||||
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
|
||||||
This package includes info files for frr, a free software which manages
|
This package includes info files for frr, a free software which manages
|
||||||
@ -47,7 +80,11 @@ Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
|
|||||||
Package: frr-pythontools
|
Package: frr-pythontools
|
||||||
Section: net
|
Section: net
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, frr (= ${binary:Version}), python (>= 2.7), python-ipaddr
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
frr (= ${binary:Version}),
|
||||||
|
python (>= 2.7),
|
||||||
|
python-ipaddr
|
||||||
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
|
||||||
This package includes info files for frr, a free software which manages
|
This package includes info files for frr, a free software which manages
|
||||||
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
||||||
|
Loading…
Reference in New Issue
Block a user