]> 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: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: bison,
6 chrpath,
7 debhelper (>= 9.20150101~),
8 debhelper-compat (= 12),
9 flex,
10 gawk,
11 install-info,
12 libc-ares-dev,
13 libcap-dev,
14 libelf-dev,
15 libjson-c-dev | libjson0-dev,
16 liblua5.3-dev <pkg.frr.lua>,
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,
26 pkg-config,
27 python3,
28 python3-dev,
29 python3-pytest <!nocheck>,
30 python3-sphinx,
31 texinfo (>= 4.7),
32 Standards-Version: 4.5.0.3
33 Homepage: https://www.frrouting.org/
34 Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
35 Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master
36
37 Package: frr
38 Architecture: linux-any
39 Depends: iproute2, logrotate (>= 3.2-11), ${misc:Depends}, ${shlibs:Depends},
40 Pre-Depends: adduser,
41 Recommends: frr-pythontools,
42 Suggests: frr-doc,
43 Conflicts: 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,
55 Replaces: zebra, zebra-pj,
56 Description: 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.
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.
61 .
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
71 Package: frr-snmp
72 Architecture: linux-any
73 Depends: frr (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
74 Recommends: snmpd,
75 Description: 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.
79
80 Package: frr-rpki-rtrlib
81 Architecture: linux-any
82 Depends: frr (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
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 Multi-Arch: foreign
95 Depends: ${misc:Depends}, ${sphinxdoc:Depends},
96 Suggests: frr,
97 Conflicts: quagga-doc,
98 Description: 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/
102
103 Package: frr-pythontools
104 Architecture: all
105 Depends: frr (<< ${source:Upstream-Version}.0-~),
106 frr (>= ${source:Version}~),
107 python3:any,
108 ${misc:Depends},
109 Description: 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.