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