]> git.proxmox.com Git - frr.git/blob - debian/control
bump version to 8.5.2-1+pve1
[frr.git] / debian / control
1 Source: frr
2 Section: net
3 Priority: optional
4 Maintainer: David Lamparter <equinox-debian@diac24.net>
5 Uploaders: FRRouting-dev <dev@lists.frrouting.org>
6 Build-Depends:
7 autotools-dev,
8 bison,
9 chrpath,
10 debhelper (>= 9),
11 debhelper (>= 9.20160709) <!pkg.frr.nosystemd> | dh-systemd <!pkg.frr.nosystemd>,
12 dh-autoreconf,
13 flex,
14 gawk,
15 install-info,
16 libc-ares-dev,
17 libcap-dev,
18 libjson0-dev | libjson-c-dev,
19 libpam0g-dev | libpam-dev,
20 libpcre3-dev,
21 libpython3-dev,
22 libreadline-dev,
23 librtr-dev <!pkg.frr.nortrlib>,
24 libsnmp-dev,
25 libssh-dev <!pkg.frr.nortrlib>,
26 libsystemd-dev <!pkg.frr.nosystemd>,
27 pkg-config,
28 python3,
29 python3-dev,
30 python3-sphinx,
31 python3-pytest <!nocheck>,
32 texinfo (>= 4.7)
33 Standards-Version: 4.2.1
34 Homepage: https://www.frrouting.org/
35 Vcs-Browser: https://github.com/FRRouting/frr/
36 Vcs-Git: https://github.com/FRRouting/frr.git
37
38 Package: frr
39 Architecture: linux-any
40 Depends:
41 ${misc:Depends},
42 ${shlibs:Depends},
43 iproute2 | iproute,
44 logrotate (>= 3.2-11)
45 Pre-Depends: adduser
46 Recommends: frr-pythontools
47 Suggests: frr-doc
48 Conflicts: zebra, zebra-pj, quagga
49 Replaces: zebra, zebra-pj
50 Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
51 FRRouting implements the routing protocols commonly used in the
52 internet and private networks to exchange information between routers.
53 Both IP and IPv6 are supported, as are BGP, OSPF, IS-IS, BABEL, EIGRP,
54 RIP, LDP, BFD, PIM and NHRP protocols.
55 .
56 These protocols are used to turn your system into a dynamic router,
57 exchanging information about available connections with other routers
58 in a standards-compliant way. The actual packet forwarding
59 functionality is provided by the OS kernel.
60 .
61 FRRouting is a fork of Quagga with an open community model. The main
62 git lives on https://github.com/frrouting/frr.git and the project name
63 is commonly abbreviated as "FRR."
64
65 Package: frr-snmp
66 Architecture: linux-any
67 Depends:
68 ${misc:Depends},
69 ${shlibs:Depends},
70 frr (= ${binary:Version})
71 Recommends: snmpd
72 Description: FRRouting suite - SNMP support
73 Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
74 through the AgentX protocol. Provides read-only access to current
75 routing state through standard SNMP MIBs.
76
77 Package: frr-rpki-rtrlib
78 Architecture: linux-any
79 Depends:
80 ${misc:Depends},
81 ${shlibs:Depends},
82 frr (= ${binary:Version})
83 Description: FRRouting suite - BGP RPKI support (rtrlib)
84 Adds RPKI support to FRR's bgpd, allowing validation of BGP routes
85 against cryptographic information stored in WHOIS databases. This is
86 used to prevent hijacking of networks on the wider internet. It is only
87 relevant to internet service providers using their own autonomous system
88 number.
89 Build-Profiles: <!pkg.frr.nortrlib>
90
91 Package: frr-doc
92 Section: doc
93 Architecture: all
94 Depends:
95 ${misc:Depends},
96 libjs-jquery,
97 libjs-underscore
98 Suggests: frr
99 Description: FRRouting suite - user manual
100 This provides the FRR user manual in HTML form. This is the official
101 manual maintained as part of the package and is also available online
102 at https://frrouting.readthedocs.io/
103
104 Package: frr-pythontools
105 Architecture: all
106 Depends:
107 ${misc:Depends},
108 frr (<< ${source:Upstream-Version}.0-~),
109 frr (>= ${source:Version}~),
110 python3:any
111 Description: FRRouting suite - Python tools
112 The FRRouting suite uses a small Python tool to provide configuration
113 reload functionality, particularly useful when the interactive configuration
114 shell is not used.
115 .
116 Without this package installed, "reload" (as a systemd or init script
117 invocation) will not work for the FRR daemons.