]> git.proxmox.com Git - frr.git/blame - debian/control
Format Build-Depends
[frr.git] / debian / control
CommitLineData
bf024873
AD
1Source: frr
2Section: net
3Priority: optional
4Maintainer: Nobody <nobody@frrouting.org>
5Uploaders: Nobody <nobody@frrouting.org>
6XSBC-Original-Maintainer: <maintainers@frrouting.org>
24a471fa
RV
7Build-Depends: autotools-dev,
8 bison,
9 chrpath,
10 debhelper (>= 7.0.50~),
11 dh-autoreconf,
12 dh-systemd,
13 flex,
14 gawk,
15 git,
16 install-info,
17 libcap-dev,
18 libc-ares-dev,
19 libjson-c-dev,
20 libjson-c2 | libjson-c3,
21 libncurses5-dev,
22 libpam0g-dev | libpam-dev,
23 libpcre3-dev,
24 libpython-dev,
25 libreadline-dev,
26 libsnmp-dev,
27 libsystemd-dev,
28 pkg-config,
29 python (>= 2.7),
30 python3-dev,
31 python-ipaddr,
32 python-sphinx,
33 texinfo (>= 4.7),
34 texlive-generic-recommended,
35 texlive-latex-base,
bf024873
AD
36Standards-Version: 3.9.6
37Homepage: http://www.frrouting.org/
38
39Package: frr
40Architecture: any
41Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute2 | iproute, ${misc:Depends}, libc-ares2
42Pre-Depends: adduser
43Conflicts: zebra, zebra-pj, quagga
44Replaces: zebra, zebra-pj
45Suggests: snmpd
46Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
47 FRR is free software which manages TCP/IP based routing protocols.
48 It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng,
49 PIM and LDP as well as the IPv6 versions of these.
50 .
51 FRR is a fork of Quagga with an open community model. The main git
52 lives on https://github.com/frrouting/frr.git
53
54Package: frr-dbg
55Architecture: any
56Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
57Priority: extra
58Section: debug
59Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
60 This package provides debugging symbols for all binary packages built
61 from frr source package. It's highly recommended to have this package
62 installed before reporting any FRR crashes to either FRR developers or
63 Debian package maintainers.
64
65Package: frr-doc
66Section: net
67Architecture: all
68Depends: ${misc:Depends}
69Suggests: frr
70Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
71 This package includes info files for frr, a free software which manages
72 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
73 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
74
75Package: frr-pythontools
76Section: net
77Architecture: all
78Depends: ${misc:Depends}, frr (= ${binary:Version}), python (>= 2.7), python-ipaddr
79Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
80 This package includes info files for frr, a free software which manages
81 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
82 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.