]> git.proxmox.com Git - frr.git/blame - debian/control
bump version to 8.5.2-1+pve1
[frr.git] / debian / control
CommitLineData
bf024873
AD
1Source: frr
2Section: net
3Priority: optional
42ee5504 4Maintainer: Proxmox Support Team <support@proxmox.com>
bfd01c9e
AD
5Build-Depends: bison,
6 chrpath,
bfd01c9e 7 debhelper (>= 9.20150101~),
411eb182 8 debhelper-compat (= 12),
bfd01c9e
AD
9 flex,
10 gawk,
11 install-info,
12 libc-ares-dev,
13 libcap-dev,
14 libelf-dev,
15 libjson-c-dev | libjson0-dev,
353e79dc 16 liblua5.3-dev <pkg.frr.lua>,
bfd01c9e
AD
17 libpam0g-dev | libpam-dev,
18 libpcre2-dev,
19 libpython3-dev,
20 libreadline-dev,
21 librtr-dev <!pkg.frr.nortrlib>,
22 libsnmp-dev,
23 libssh-dev <!pkg.frr.nortrlib>,
24 libsystemd-dev <!pkg.frr.nosystemd>,
25 libyang2-dev,
bfd01c9e
AD
26 pkg-config,
27 python3,
28 python3-dev,
29 python3-pytest <!nocheck>,
30 python3-sphinx,
31 texinfo (>= 4.7),
42ee5504 32Standards-Version: 4.5.0.3
9cfdac94 33Homepage: https://www.frrouting.org/
982103bf
AD
34Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
35Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master
bf024873
AD
36
37Package: frr
9cfdac94 38Architecture: linux-any
42ee5504
TL
39Depends: iproute2, logrotate (>= 3.2-11), ${misc:Depends}, ${shlibs:Depends},
40Pre-Depends: adduser,
41Recommends: frr-pythontools,
42Suggests: frr-doc,
353e79dc
TL
43Conflicts: pimd,
44 quagga,
45 quagga-bgpd,
46 quagga-core,
47 quagga-isisd,
48 quagga-ospf6d,
49 quagga-ospfd,
50 quagga-pimd,
51 quagga-ripd,
52 quagga-ripngd,
53 zebra,
54 zebra-pj,
42ee5504 55Replaces: zebra, zebra-pj,
9cfdac94
AD
56Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
57 FRRouting implements the routing protocols commonly used in the
58 internet and private networks to exchange information between routers.
42ee5504
TL
59 Both IP and IPv6 are supported, as are BGP, OSPFv2, OSPFv3, IS-IS, BABEL,
60 EIGRP, RIP, RIPng, LDP, BFD, PIM, VRRP, PBR, and NHRP.
bf024873 61 .
9cfdac94
AD
62 These protocols are used to turn your system into a dynamic router,
63 exchanging information about available connections with other routers
64 in a standards-compliant way. The actual packet forwarding
65 functionality is provided by the OS kernel.
66 .
67 FRRouting is a fork of Quagga with an open community model. The main
68 git lives on https://github.com/frrouting/frr.git and the project name
69 is commonly abbreviated as "FRR."
70
71Package: frr-snmp
72Architecture: linux-any
42ee5504
TL
73Depends: frr (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
74Recommends: snmpd,
9cfdac94
AD
75Description: FRRouting suite - SNMP support
76 Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
77 through the AgentX protocol. Provides read-only access to current
78 routing state through standard SNMP MIBs.
bf024873 79
9cfdac94
AD
80Package: frr-rpki-rtrlib
81Architecture: linux-any
42ee5504 82Depends: frr (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
9cfdac94
AD
83Description: 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.
89Build-Profiles: <!pkg.frr.nortrlib>
bf024873
AD
90
91Package: frr-doc
9cfdac94 92Section: doc
bf024873 93Architecture: all
982103bf 94Multi-Arch: foreign
42ee5504
TL
95Depends: ${misc:Depends}, ${sphinxdoc:Depends},
96Suggests: frr,
97Conflicts: quagga-doc,
9cfdac94
AD
98Description: FRRouting suite - user manual
99 This provides the FRR user manual in HTML form. This is the official
100 manual maintained as part of the package and is also available online
101 at https://frrouting.readthedocs.io/
bf024873
AD
102
103Package: frr-pythontools
bf024873 104Architecture: all
353e79dc
TL
105Depends: frr (<< ${source:Upstream-Version}.0-~),
106 frr (>= ${source:Version}~),
107 python3:any,
108 ${misc:Depends},
9cfdac94
AD
109Description: FRRouting suite - Python tools
110 The FRRouting suite uses a small Python tool to provide configuration
111 reload functionality, particularly useful when the interactive configuration
112 shell is not used.
113 .
114 Without this package installed, "reload" (as a systemd or init script
115 invocation) will not work for the FRR daemons.