]> git.proxmox.com Git - mirror_frr.git/blob - debianpkg/backports/ubuntu12.04/debian/control
c05cdd04f86b4fa5974554da6b358368a44a067f
[mirror_frr.git] / debianpkg / backports / ubuntu12.04 / debian / control
1 Source: frr
2 Section: net
3 Priority: optional
4 Maintainer: Nobody <nobody@freerangerouting.org>
5 Uploaders: Nobody <nobody@freerangerouting.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, python-ipaddr, pkg-config
7 Standards-Version: 3.9.6
8 Homepage: http://www.freerangerouting.org/
9 XS-Testsuite: autopkgtest
10
11 Package: frr
12 Architecture: any
13 Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), ${misc:Depends}
14 Pre-Depends: adduser
15 Conflicts: zebra, zebra-pj
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/freerangerouting/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 forked from Quagga (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: documentation files for FRR
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.