summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: c2d7d667270398bcf402db113599aa25b96d9991 (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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
Source: isc-kea
Section: net
Priority: optional
Maintainer: Kea <isc-kea@packages.debian.org>
Uploaders:
 Adam Majer <adamm@zombino.com>,
 Ondřej Surý <ondrej@debian.org>,
 Jason Guy <jason.e.guy@gmail.com>,
 Paride Legovini <paride@debian.org>,
 Athos Ribeiro <athos.ribeiro@canonical.com>,
Build-Depends:
 bison,
 debhelper-compat (= 13),
 default-libmysqlclient-dev,
 dh-apparmor,
 dh-python,
 docbook,
 docbook-xsl,
 elinks,
 flex,
 libboost-dev,
 libboost-system-dev,
 liblog4cplus-dev,
 libpq-dev,
 libssl-dev,
 po-debconf,
 postgresql-server-dev-all,
 procps,
 python3-dev,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 xsltproc,
Standards-Version: 4.6.2
Homepage: http://kea.isc.org/
Vcs-Git: https://salsa.debian.org/debian/isc-kea.git
Vcs-Browser: https://salsa.debian.org/debian/isc-kea
Rules-Requires-Root: no

Package: kea
Architecture: all
Depends:
 kea-admin,
 kea-ctrl-agent,
 kea-dhcp-ddns-server,
 kea-dhcp4-server,
 kea-dhcp6-server,
 ${misc:Depends},
Description: DHCP server [meta]
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
 providing a very high-performance with PostgreSQL, MySQL and memfile backends.
 .
 This is a metapackage that depends on all server components of Kea.

Package: kea-admin
Architecture: any
Section: admin
Depends:
 kea-common (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Administration utilities for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides backend database initialization and migration
 scripts and a DHCP benchmark tool.

Package: kea-common
Architecture: any
Depends:
 adduser,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Common libraries for the Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides common libraries used by Kea servers and utilities.

Package: kea-ctrl-agent
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 kea-common (= ${binary:Version}),
 python3-kea-connector,
 debconf (>= 0.5),
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 kea-doc,
Description: REST API service for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides the REST API service agent for Kea DHCP.

Package: kea-dev
Architecture: any
Section: devel
Depends:
 kea-common (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Development headers for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides headers and static libraries of the common Kea
 libraries, including libdhcp++.

Package: kea-dhcp-ddns-server
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 kea-common (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 kea-doc,
Description: DHCP Dynamic DNS service
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides Dynamic DNS service to update DNS mapping based on
 DHCP lease events.

Package: kea-dhcp4-server
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 kea-common (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 kea-doc,
Description: IPv4 DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
 providing a very high-performance with PostgreSQL, MySQL and memfile backends.
 .
 This package provides the IPv4 DHCP server.

Package: kea-dhcp6-server
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 kea-common (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 kea-doc,
Description: IPv6 DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
 providing a very high-performance with PostgreSQL, MySQL and memfile backends.
 .
 This package provides the IPv6 DHCP server.

Package: kea-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
Recommends:
 libjs-mathjax,
Description: Documentation for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides documentation for the DHCP servers.

Package: python3-kea-connector
Architecture: all
Section: python
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python3 management connector for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides Python3 connector.