]> git.proxmox.com Git - frr.git/blob - debian/control
import debianpkg directory as debian
[frr.git] / debian / control
1 Source: frr
2 Section: net
3 Priority: optional
4 Maintainer: Nobody <nobody@frrouting.org>
5 Uploaders: Nobody <nobody@frrouting.org>
6 XSBC-Original-Maintainer: <maintainers@frrouting.org>
7 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), 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), python-ipaddr, python-sphinx, libpython-dev, install-info
8 Standards-Version: 3.9.6
9 Homepage: http://www.frrouting.org/
10
11 Package: frr
12 Architecture: any
13 Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute2 | 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/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
19 FRR is free software which manages TCP/IP based routing protocols.
20 It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng,
21 PIM and LDP as well as the IPv6 versions of these.
22 .
23 FRR is a fork of Quagga with an open community model. The main git
24 lives on https://github.com/frrouting/frr.git
25
26 Package: frr-dbg
27 Architecture: any
28 Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
29 Priority: extra
30 Section: debug
31 Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
32 This package provides debugging symbols for all binary packages built
33 from frr source package. It's highly recommended to have this package
34 installed before reporting any FRR crashes to either FRR developers or
35 Debian package maintainers.
36
37 Package: frr-doc
38 Section: net
39 Architecture: all
40 Depends: ${misc:Depends}
41 Suggests: frr
42 Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
43 This package includes info files for frr, a free software which manages
44 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
45 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
46
47 Package: frr-pythontools
48 Section: net
49 Architecture: all
50 Depends: ${misc:Depends}, frr (= ${binary:Version}), python (>= 2.7), python-ipaddr
51 Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
52 This package includes info files for frr, a free software which manages
53 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
54 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.