summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control40
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..12718e01
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: vyatta-quagga
+Section: contrib/net
+Priority: extra
+Maintainer: Stephen Hemminger <shemminger@vyatta.com>
+Build-Depends: debhelper (>= 5),
+ autotools-dev,
+ libncurses5-dev,
+ libreadline5-dev | libreadline-dev,
+ texinfo (>= 4.7),
+ libpam0g-dev | libpam-dev,
+ libcap1 | libcap-dev,
+ imagemagick,
+ ghostscript | gs-gpl,
+ groff,
+ po-debconf,
+ libsnmp-dev
+Standards-Version: 3.7.2
+Vcs-Git: http://suva.vyatta.com/git/vyatta-quagga.git
+
+Package: vyatta-quagga
+Architecture: any
+Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends}
+Pre-Depends: adduser
+Conflicts: zebra, zebra-pj, quagga
+Replaces: zebra, zebra-pj, quagga
+Suggests: snmpd
+Description: BGP/OSPF/RIP routing daemon
+ GNU Quagga is free software which manages TCP/IP based routing protocols.
+ It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, and RIPng as
+ well as the IPv6 versions of these.
+ .
+ As the precessor Zebra has been considered orphaned, the Quagga project
+ has been formed by members of the zebra mailing list and the former
+ zebra-pj project to continue developing.
+ .
+ Quagga uses threading if the kernel supports it, but can also run on
+ kernels that do not support threading. Each protocol has its own daemon.
+ .
+ It is more than a routed replacement, it can be used as a Route Server and
+ a Route Reflector.