]> git.proxmox.com Git - mirror_frr.git/blame - debianpkg/control
debianpkg: Update control to fix maintainer email
[mirror_frr.git] / debianpkg / control
CommitLineData
d8e4c438 1Source: frr
4d916382
DS
2Section: net
3Priority: optional
4fb94a56
MW
4Maintainer: Nobody <nobody@frrouting.org>
5Uploaders: Nobody <nobody@frrouting.org>
6XSBC-Original-Maintainer: <maintainers@frrouting.org>
c4c758dd 7Build-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, dh-systemd, libsystemd-dev, python-ipaddr, pkg-config
858aa29c 8Standards-Version: 3.9.6
de1b53a1 9Homepage: http://www.freerangerouting.org/
4d916382 10
d8e4c438 11Package: frr
4d916382 12Architecture: any
d4573a12 13Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends}
4d916382
DS
14Pre-Depends: adduser
15Conflicts: zebra, zebra-pj
16Replaces: zebra, zebra-pj
17Suggests: snmpd
de1b53a1 18Description: 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.
4d916382 22 .
de1b53a1 23 FRR is a fork of Quagga with an open community model. The main git
24 lives on https://github.com/freerangerouting/frr.git
4d916382 25
d8e4c438 26Package: frr-dbg
4d916382 27Architecture: any
d8e4c438 28Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
4d916382
DS
29Priority: extra
30Section: debug
de1b53a1 31Description: 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.
4d916382 36
d8e4c438 37Package: frr-doc
4d916382
DS
38Section: net
39Architecture: all
40Depends: ${misc:Depends}
d8e4c438 41Suggests: frr
de1b53a1 42Description: documentation files for FRR
d8e4c438 43 This package includes info files for frr, a free software which manages
4d916382 44 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
de1b53a1 45 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.