mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 23:08:38 +00:00

We don't need termcap/tinfo/curses, those are just for libreadline. On most modern systems, libreadline will pull in the appropriate libs it needs on its own, so unconditionally adding them adds an extra unneeded dependency for us. Still need to try with curses/... for some systems, but only after bare readline fails. Signed-off-by: David Lamparter <equinox@diac24.net>
55 lines
2.5 KiB
Plaintext
55 lines
2.5 KiB
Plaintext
Source: frr
|
|
Section: net
|
|
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
|
|
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
|
|
Pre-Depends: adduser
|
|
Conflicts: zebra, zebra-pj, quagga
|
|
Replaces: zebra, zebra-pj
|
|
Suggests: snmpd
|
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
|
|
FRR is free software which manages TCP/IP based routing protocols.
|
|
It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng,
|
|
PIM and LDP as well as the IPv6 versions of these.
|
|
.
|
|
FRR is a fork of Quagga with an open community model. The main git
|
|
lives on https://github.com/frrouting/frr.git
|
|
|
|
Package: frr-dbg
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
|
|
Priority: extra
|
|
Section: debug
|
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
|
|
This package provides debugging symbols for all binary packages built
|
|
from frr source package. It's highly recommended to have this package
|
|
installed before reporting any FRR crashes to either FRR developers or
|
|
Debian package maintainers.
|
|
|
|
Package: frr-doc
|
|
Section: net
|
|
Architecture: all
|
|
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
|
|
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
|
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}, 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,
|
|
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|