]> git.proxmox.com Git - mirror_frr.git/blame - debianpkg/control
debianpkg: fix install for {frr,rfptest,ospfclient}
[mirror_frr.git] / debianpkg / control
CommitLineData
d8e4c438 1Source: frr
4d916382
DS
2Section: net
3Priority: optional
1a18bcf8
MW
4Maintainer: Nobody <nobody@frrouting.org>
5Uploaders: Nobody <nobody@frrouting.org>
008f758b
DL
6Build-Depends:
7 autotools-dev,
8 bison,
9 chrpath,
10 debhelper (>= 7.0.50~),
11 dh-autoreconf,
6397fb88 12 dh-systemd <!pkg.frr.nosystemd>,
008f758b
DL
13 flex,
14 gawk,
15 git,
16 install-info,
17 libc-ares-dev,
18 libcap-dev,
6397fb88
DL
19 libjson0 | libjson-c2 | libjson-c3,
20 libjson0-dev | libjson-c-dev,
008f758b
DL
21 libpam0g-dev | libpam-dev,
22 libpcre3-dev,
23 libpython-dev | libpython3-dev,
24 libreadline-dev,
3b2a8d25
DL
25 librtr-dev <pkg.frr.rtrlib>,
26 libsnmp-dev <pkg.frr.snmp>,
27 libssh-dev <pkg.frr.rtrlib>,
6397fb88 28 libsystemd-dev <!pkg.frr.nosystemd>,
008f758b
DL
29 pkg-config,
30 python (>= 2.7) | python3,
31 python-sphinx | python3-sphinx,
32 texinfo (>= 4.7)
5d2f5756 33Standards-Version: 4.2.1
f35aefae 34Homepage: http://www.frrouting.org/
5d2f5756
DL
35Vcs-Browser: https://github.com/FRRouting/frr/
36Vcs-Git: https://github.com/FRRouting/frr.git
4d916382 37
d8e4c438 38Package: frr
4d916382 39Architecture: any
008f758b
DL
40Depends:
41 ${misc:Depends},
42 ${shlibs:Depends},
43 iproute2 | iproute,
008f758b 44 logrotate (>= 3.2-11)
4d916382 45Pre-Depends: adduser
8a10dc86 46Recommends: frr-pythontools
5d2f5756 47Suggests: frr-doc
54c50210 48Conflicts: zebra, zebra-pj, quagga
4d916382 49Replaces: zebra, zebra-pj
58772996 50Description: 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.
4d916382 54 .
58772996 55 FRR is a fork of Quagga with an open community model. The main git
f35aefae 56 lives on https://github.com/frrouting/frr.git
4d916382 57
3b2a8d25
DL
58Package: frr-snmp
59Section: net
60Architecture: any
61Depends:
62 ${misc:Depends},
63 ${shlibs:Depends},
64 frr (= ${binary:Version})
65Recommends: snmpd
66Description: FRRouting SNMP support
67 Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
68 through the AgentX protocol.
69Build-Profiles: <pkg.frr.snmp>
70
71Package: frr-rpki-rtrlib
72Section: net
73Architecture: any
74Depends:
75 ${misc:Depends},
76 ${shlibs:Depends},
77 frr (= ${binary:Version})
78Description: FRRouting RTRlib RPKI support
79 Adds RPKI support to FRR's bgpd, allowing validation of BGP routes against
80 cryptographic information stored in WHOIS databases.
81Build-Profiles: <pkg.frr.rtrlib>
82
d8e4c438 83Package: frr-dbg
4d916382 84Architecture: any
008f758b
DL
85Depends:
86 ${misc:Depends},
008f758b 87 frr (= ${binary:Version})
5d2f5756 88Priority: optional
4d916382 89Section: debug
e27971eb 90Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (debug symbols)
0ac8ec3d 91 This package provides debugging symbols for all binary packages built
58772996 92 from frr source package. It's highly recommended to have this package
0ac8ec3d 93 installed before reporting any FRR crashes to either FRR developers or
58772996 94 Debian package maintainers.
4d916382 95
d8e4c438 96Package: frr-doc
fabbd66d 97Section: doc
4d916382 98Architecture: all
008f758b 99Depends:
31bbde19
DL
100 ${misc:Depends},
101 libjs-jquery,
102 libjs-underscore
d8e4c438 103Suggests: frr
e27971eb 104Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (documentation)
d8e4c438 105 This package includes info files for frr, a free software which manages
4d916382 106 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
58772996 107 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.
f3dbd03c
MW
108
109Package: frr-pythontools
110Section: net
111Architecture: all
008f758b
DL
112Depends:
113 ${misc:Depends},
e94eec84
DL
114 frr (<< ${source:Upstream-Version}.0-~),
115 frr (>= ${source:Version}~),
6397fb88
DL
116 python (>= 2.7) | python3,
117 python-ipaddr | python-ipaddress
f3dbd03c
MW
118Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
119 This package includes info files for frr, a free software which manages
120 TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3,
121 IS-IS, RIPv1, RIPv2, RIPng, PIM and LDP as well as the IPv6 versions of these.