]> git.proxmox.com Git - mirror_frr.git/blob - debianpkg/control
1e0fab0fbd3167f66cecaf62ad49408f4d4ea8bd
[mirror_frr.git] / debianpkg / 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 (>= 7.0.50~),
11 dh-autoreconf,
12 dh-systemd <!pkg.frr.nosystemd>,
13 flex,
14 gawk,
15 git,
16 install-info,
17 libc-ares-dev,
18 libcap-dev,
19 libjson0 | libjson-c2 | libjson-c3,
20 libjson0-dev | libjson-c-dev,
21 libpam0g-dev | libpam-dev,
22 libpcre3-dev,
23 libpython-dev | libpython3-dev,
24 libreadline-dev,
25 librtr-dev <pkg.frr.rtrlib>,
26 libsnmp-dev <pkg.frr.snmp>,
27 libssh-dev <pkg.frr.rtrlib>,
28 libsystemd-dev <!pkg.frr.nosystemd>,
29 pkg-config,
30 python (>= 2.7) | python3,
31 python-sphinx | python3-sphinx,
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: 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: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
51 FRR is free software which manages TCP/IP based routing protocols.
52 It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng,
53 PIM and LDP as well as the IPv6 versions of these.
54 .
55 FRR is a fork of Quagga with an open community model. The main git
56 lives on https://github.com/frrouting/frr.git
57
58 Package: frr-snmp
59 Architecture: any
60 Depends:
61 ${misc:Depends},
62 ${shlibs:Depends},
63 frr (= ${binary:Version})
64 Recommends: snmpd
65 Description: FRRouting SNMP support
66 Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
67 through the AgentX protocol.
68 Build-Profiles: <pkg.frr.snmp>
69
70 Package: frr-rpki-rtrlib
71 Architecture: any
72 Depends:
73 ${misc:Depends},
74 ${shlibs:Depends},
75 frr (= ${binary:Version})
76 Description: FRRouting RTRlib RPKI support
77 Adds RPKI support to FRR's bgpd, allowing validation of BGP routes against
78 cryptographic information stored in WHOIS databases.
79 Build-Profiles: <pkg.frr.rtrlib>
80
81 Package: frr-dbg
82 Architecture: any
83 Depends:
84 ${misc:Depends},
85 frr (= ${binary:Version})
86 Section: debug
87 Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
88 This package provides debugging symbols for all binary packages built
89 from frr source package. It's highly recommended to have this package
90 installed before reporting any FRR crashes to either FRR developers or
91 Debian package maintainers.
92
93 Package: frr-doc
94 Section: doc
95 Architecture: all
96 Depends:
97 ${misc:Depends},
98 libjs-jquery,
99 libjs-underscore
100 Suggests: frr
101 Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
102 This package includes info files for frr, a free software which manages
103 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
104 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
105
106 Package: frr-pythontools
107 Architecture: all
108 Depends:
109 ${misc:Depends},
110 frr (<< ${source:Upstream-Version}.0-~),
111 frr (>= ${source:Version}~),
112 python3:any
113 Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
114 This package includes info files for frr, a free software which manages
115 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
116 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.