mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 05:00:23 +00:00
debian: clean up, update base debian/control
this removes some cruft -- old/outdated/incorrect information, trailing whitespace, etc., and updates the descriptions. Some small changes were made where appropriate to minimize the diff between the base control file and those of the various backports. Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
This commit is contained in:
parent
05d5cb46b9
commit
5877299679
35
debian/control
vendored
35
debian/control
vendored
@ -1,11 +1,11 @@
|
|||||||
Source: frr
|
Source: frr
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Christian Hammers <ch@debian.org>
|
Maintainer: Nobody <nobody@freerangerouting.org>
|
||||||
Uploaders: Florian Weimer <fw@debian.org>
|
Uploaders: Nobody <nobody@freerangerouting.org>
|
||||||
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, bison, flex, libc-ares-dev, pkg-config
|
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, bison, flex, libc-ares-dev, pkg-config
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://www.frr.net/
|
Homepage: http://www.freerangerouting.org/
|
||||||
XS-Testsuite: autopkgtest
|
XS-Testsuite: autopkgtest
|
||||||
|
|
||||||
Package: frr
|
Package: frr
|
||||||
@ -15,34 +15,31 @@ Pre-Depends: adduser
|
|||||||
Conflicts: zebra, zebra-pj, quagga
|
Conflicts: zebra, zebra-pj, quagga
|
||||||
Replaces: zebra, zebra-pj
|
Replaces: zebra, zebra-pj
|
||||||
Suggests: snmpd
|
Suggests: snmpd
|
||||||
Description: BGP/OSPF/RIP routing daemon
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
|
||||||
Frr is free software which manages TCP/IP based routing protocols.
|
FRR is free software which manages TCP/IP based routing protocols.
|
||||||
It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, and RIPng as
|
It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng,
|
||||||
well as the IPv6 versions of these.
|
PIM and LDP as well as the IPv6 versions of these.
|
||||||
.
|
.
|
||||||
Frr uses threading if the kernel supports it, but can also run on
|
FRR is a fork of Quagga with an open community model. The main git
|
||||||
kernels that do not support threading. Each protocol has its own daemon.
|
lives on https://github.com/freerangerouting/frr.git
|
||||||
.
|
|
||||||
It is more than a routed replacement, it can be used as a Route Server and
|
|
||||||
a Route Reflector.
|
|
||||||
|
|
||||||
Package: frr-dbg
|
Package: frr-dbg
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, frr (= ${binary:Version})
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Section: debug
|
Section: debug
|
||||||
Description: BGP/OSPF/RIP routing daemon (debug symbols)
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga (debug symbols)
|
||||||
This package provides debugging symbols for all binary packages built from
|
This package provides debugging symbols for all binary packages built
|
||||||
frr source package. It's highly recommended to have this package installed
|
from frr source package. It's highly recommended to have this package
|
||||||
before reporting any Frr crashes to either Frr developers or Debian
|
installed before reporting any FRR crashes to either FRR developers or
|
||||||
package maintainers.
|
Debian package maintainers.
|
||||||
|
|
||||||
Package: frr-doc
|
Package: frr-doc
|
||||||
Section: net
|
Section: net
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Suggests: frr
|
Suggests: frr
|
||||||
Description: documentation files for frr
|
Description: documentation files for FRR
|
||||||
This package includes info files for frr, a free software which manages
|
This package includes info files for frr, a free software which manages
|
||||||
TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
|
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.
|
IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
|
||||||
|
Loading…
Reference in New Issue
Block a user