]> git.proxmox.com Git - mirror_frr.git/blob - debianpkg/backports/ubuntu14.04/debian/control
debianpkg: Update control to fix maintainer email
[mirror_frr.git] / debianpkg / backports / ubuntu14.04 / 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), imagemagick, ghostscript, groff, po-debconf, autotools-dev, hardening-wrapper, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2, python-ipaddr, pkg-config
8 Standards-Version: 3.9.6
9 Homepage: http://www.freerangerouting.org/
10 XS-Testsuite: autopkgtest
11
12 Package: frr
13 Architecture: any
14 Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), ${misc:Depends}
15 Pre-Depends: adduser
16 Conflicts: zebra, zebra-pj
17 Replaces: zebra, zebra-pj
18 Suggests: snmpd
19 Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
20 FRR is free software which manages TCP/IP based routing protocols.
21 It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng,
22 PIM and LDP as well as the IPv6 versions of these.
23 .
24 FRR is a fork of Quagga with an open community model. The main git
25 lives on https://github.com/freerangerouting/frr.git
26
27 Package: frr-dbg
28 Architecture: any
29 Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
30 Priority: extra
31 Section: debug
32 Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga (debug symbols)
33 This package provides debugging symbols for all binary packages built
34 from frr source package. It's highly recommended to have this package
35 installed before reporting any FRR crashes to either FRR developers or
36 Debian package maintainers.
37
38 Package: frr-doc
39 Section: net
40 Architecture: all
41 Depends: ${misc:Depends}
42 Suggests: frr
43 Description: documentation files for FRR
44 This package includes info files for frr, a free software which manages
45 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
46 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.