]> git.proxmox.com Git - mirror_frr.git/blob - debian/control
babel: fix crashes and improve the redistribute command
[mirror_frr.git] / debian / control
1 Source: frr
2 Section: net
3 Priority: optional
4 Maintainer: Christian Hammers <ch@debian.org>
5 Uploaders: Florian Weimer <fw@debian.org>
6 Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson0, libjson0-dev, dh-systemd, libsystemd-dev, python-ipaddr, bison, flex, libc-ares-dev, python3-dev
7 Standards-Version: 3.9.6
8 Homepage: http://www.frr.net/
9 XS-Testsuite: autopkgtest
10
11 Package: frr
12 Architecture: any
13 Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends}, libc-ares2
14 Pre-Depends: adduser
15 Conflicts: zebra, zebra-pj, quagga
16 Replaces: zebra, zebra-pj
17 Suggests: snmpd
18 Description: BGP/OSPF/RIP routing daemon
19 Frr is free software which manages TCP/IP based routing protocols.
20 It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, and RIPng as
21 well as the IPv6 versions of these.
22 .
23 Frr uses threading if the kernel supports it, but can also run on
24 kernels that do not support threading. Each protocol has its own daemon.
25 .
26 It is more than a routed replacement, it can be used as a Route Server and
27 a Route Reflector.
28
29 Package: frr-dbg
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
32 Priority: extra
33 Section: debug
34 Description: BGP/OSPF/RIP routing daemon (debug symbols)
35 This package provides debugging symbols for all binary packages built from
36 frr source package. It's highly recommended to have this package installed
37 before reporting any Frr crashes to either Frr developers or Debian
38 package maintainers.
39
40 Package: frr-doc
41 Section: net
42 Architecture: all
43 Depends: ${misc:Depends}
44 Suggests: frr
45 Description: documentation files for frr
46 This package includes info files for frr, a free software which manages
47 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
48 IS-IS, RIPv1, RIPv2, and RIPng as well as the IPv6 versions of these.