mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +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>
|
||||
Uploaders: Nobody <nobody@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
|
||||
Homepage: http://www.frrouting.org/
|
||||
|
||||
Package: frr
|
||||
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
|
||||
Conflicts: zebra, zebra-pj, quagga
|
||||
Replaces: zebra, zebra-pj
|
||||
@ -25,7 +54,10 @@ Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
|
||||
|
||||
Package: frr-dbg
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
frr (= ${binary:Version})
|
||||
Priority: extra
|
||||
Section: debug
|
||||
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
|
||||
Section: net
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Depends:
|
||||
${misc:Depends}
|
||||
Suggests: frr
|
||||
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
|
||||
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
|
||||
Section: net
|
||||
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)
|
||||
This package includes info files for frr, a free software which manages
|
||||
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
||||
|
Loading…
Reference in New Issue
Block a user