summaryrefslogtreecommitdiffstats
path: root/debianpkg/control
blob: 2ccfc0af0febc0ae938b720fe154fc69c0d5af2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Source: frr
Section: net
Priority: optional
Maintainer: David Lamparter <equinox-debian@diac24.net>
Uploaders: FRRouting-dev <dev@lists.frrouting.org>
Build-Depends:
 autotools-dev,
 bison,
 chrpath,
 debhelper (>= 7.0.50~),
 dh-autoreconf,
 dh-systemd <!pkg.frr.nosystemd>,
 flex,
 gawk,
 git,
 install-info,
 libc-ares-dev,
 libcap-dev,
 libjson0 | libjson-c2 | libjson-c3,
 libjson0-dev | libjson-c-dev,
 libpam0g-dev | libpam-dev,
 libpcre3-dev,
 libpython-dev | libpython3-dev,
 libreadline-dev,
 librtr-dev <pkg.frr.rtrlib>,
 libsnmp-dev <pkg.frr.snmp>,
 libssh-dev <pkg.frr.rtrlib>,
 libsystemd-dev <!pkg.frr.nosystemd>,
 pkg-config,
 python (>= 2.7) | python3,
 python-sphinx | python3-sphinx,
 texinfo (>= 4.7)
Standards-Version: 4.2.1
Homepage: http://www.frrouting.org/
Vcs-Browser: https://github.com/FRRouting/frr/
Vcs-Git: https://github.com/FRRouting/frr.git

Package: frr
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 iproute2 | iproute,
 logrotate (>= 3.2-11)
Pre-Depends: adduser
Recommends: frr-pythontools
Suggests: frr-doc
Conflicts: zebra, zebra-pj, quagga
Replaces: zebra, zebra-pj
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga
 FRR is free software which manages TCP/IP based routing protocols.
 It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, RIPng,
 PIM and LDP as well as the IPv6 versions of these.
 .
 FRR is a fork of Quagga with an open community model. The main git
 lives on https://github.com/frrouting/frr.git

Package: frr-snmp
Section: net
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 frr (= ${binary:Version})
Recommends: snmpd
Description: FRRouting SNMP support
 Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
 through the AgentX protocol.
Build-Profiles: <pkg.frr.snmp>

Package: frr-rpki-rtrlib
Section: net
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 frr (= ${binary:Version})
Description: FRRouting RTRlib RPKI support
 Adds RPKI support to FRR's bgpd, allowing validation of BGP routes against
 cryptographic information stored in WHOIS databases.
Build-Profiles: <pkg.frr.rtrlib>

Package: frr-dbg
Architecture: any
Depends:
 ${misc:Depends},
 frr (= ${binary:Version})
Priority: optional
Section: debug
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
 This package provides debugging symbols for all binary packages built
 from frr source package. It's highly recommended to have this package
 installed before reporting any FRR crashes to either FRR developers or
 Debian package maintainers.

Package: frr-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 libjs-jquery,
 libjs-underscore
Suggests: frr
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
 This package includes info files for frr, a free software which manages
 TCP/IP based routing protocols.  It supports BGP4, BGP4+, OSPFv2, OSPFv3,
 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.

Package: frr-pythontools
Section: net
Architecture: all
Depends:
 ${misc:Depends},
 frr (<< ${source:Upstream-Version}.0-~),
 frr (>= ${source:Version}~),
 python3:any
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
 This package includes info files for frr, a free software which manages
 TCP/IP based routing protocols.  It supports BGP4, BGP4+, OSPFv2, OSPFv3,
 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.