]> git.proxmox.com Git - mirror_frr.git/blob - debian/control
Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into...
[mirror_frr.git] / debian / control
1 Source: quagga
2 Section: net
3 Priority: optional
4 Maintainer: Christian Hammers <ch@debian.org>
5 Uploaders: Florian Weimer <fw@debian.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, dh-systemd, libsystemd-dev, python-ipaddr
7 Standards-Version: 3.9.6
8 Homepage: http://www.quagga.net/
9 XS-Testsuite: autopkgtest
10
11 Package: quagga
12 Architecture: any
13 Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends}
14 Pre-Depends: adduser
15 Conflicts: zebra, zebra-pj
16 Replaces: zebra, zebra-pj
17 Suggests: snmpd
18 Description: BGP/OSPF/RIP routing daemon
19 GNU Quagga is free software which manages TCP/IP based routing protocols.
20 It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, and RIPng as
21 well as the IPv6 versions of these.
22 .
23 As the precessor Zebra has been considered orphaned, the Quagga project
24 has been formed by members of the zebra mailing list and the former
25 zebra-pj project to continue developing.
26 .
27 Quagga uses threading if the kernel supports it, but can also run on
28 kernels that do not support threading. Each protocol has its own daemon.
29 .
30 It is more than a routed replacement, it can be used as a Route Server and
31 a Route Reflector.
32
33 Package: quagga-dbg
34 Architecture: any
35 Depends: ${shlibs:Depends}, ${misc:Depends}, quagga (= ${binary:Version})
36 Priority: extra
37 Section: debug
38 Description: BGP/OSPF/RIP routing daemon (debug symbols)
39 This package provides debugging symbols for all binary packages built from
40 quagga source package. It's highly recommended to have this package installed
41 before reporting any Quagga crashes to either Quagga developers or Debian
42 package maintainers.
43
44 Package: quagga-doc
45 Section: net
46 Architecture: all
47 Depends: ${misc:Depends}
48 Suggests: quagga
49 Description: documentation files for quagga
50 This package includes info files for quagga, a free software which manages
51 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
52 IS-IS, RIPv1, RIPv2, and RIPng as well as the IPv6 versions of these.