File: control

package info (click to toggle)
opendnssec 1%3A2.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,568 kB
  • ctags: 5,591
  • sloc: ansic: 73,214; sh: 4,739; sql: 1,288; makefile: 592; perl: 305; xml: 88
file content (212 lines) | stat: -rw-r--r-- 7,743 bytes parent folder | download
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
Source: opendnssec
Section: admin
Priority: extra
Maintainer: Debian DNS Packaging <pkg-dns-devel@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: autotools-dev,
               debhelper (>= 9),
               default-jdk,
               default-libmysqlclient-dev | libmysqlclient-dev,
               default-mysql-client | mysql-client,
               dh-autoreconf,
               dh-systemd,
               doxygen,
               graphviz,
               libcunit1-dev,
               libldns-dev (>= 1.6.14~),
               libsqlite3-dev,
               libssl-dev,
               libxml2-dev,
               libxml2-utils,
               lsb-base (>= 3.2-14),
               opensc,
               pkg-config,
               procps,
               sqlite3,
               xsltproc
Standards-Version: 3.9.8
Homepage: http://www.opendnssec.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-dns/opendnssec.git/
Vcs-Git: git://anonscm.debian.org/pkg-dns/opendnssec.git

Package: opendnssec-common
Section: misc
Architecture: all
Depends: adduser,
         ucf,
         ${misc:Depends}
Recommends: opendnssec,
            softhsm2
Conflicts: opendnssec-auditor (<< 1:1.4.0~),
           opendnssec-doc (<< 1:1.4.5-2~)
Replaces: opendnssec-doc (<< 1:1.4.5.2~),
          opendnssec-enforcer-mysql (<< 1:1.4.9-1~),
          opendnssec-enforcer-sqlite3 (<< 1:1.4.9-1~)
Breaks: opendnssec-enforcer-mysql (<< 1:1.4.9-1~),
        opendnssec-enforcer-sqlite3 (<< 1:1.4.9-1~)
Description: common configuration files for OpenDNSSEC suite
 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 This package contains common configuration files and creates default
 user, group and opendnssec directories.

Package: opendnssec
Section: misc
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: libhsm-bin,
         opendnssec-enforcer,
         opendnssec-signer,
         ${misc:Depends}
Recommends: softhsm2
Suggests: opendnssec-doc
Description: dependency package to install full OpenDNSSEC suite
 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 This meta-package depends on the standard distribution of OpenDNSSEC.

Package: opendnssec-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: opendnssec
Description: documentation for OpenDNSSEC suite
 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 This package contains doxygen documentation for OpenDNSSEC.

Package: opendnssec-enforcer
Section: admin
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: opendnssec-enforcer-sqlite3 | opendnssec-enforcer-backend,
         procps,
         ${misc:Depends}
Recommends: opendnssec,
            opendnssec-signer,
            softhsm2
Description: tool to prepare DNSSEC keys (common package)
 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 OpenDNSSEC Enforcer, which is a tool to make sure that there are
 enough keys for all of the zones, and take the policy and key
 information from the KASP database and turn it into an xml file that
 the signer can use.
 .
 The package contains OpenDNSSEC Enforcer documentation, manpages and
 it depends on either sqlite3 or mysql backend package with binaries.

Package: opendnssec-enforcer-mysql
Section: admin
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: default-mysql-client | mariadb-client | mysql-client,
         libdbd-mysql-perl,
         opendnssec-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: opendnssec-enforcer (<< 1:1.4.5-2~)
Provides: opendnssec-enforcer-backend
Conflicts: opendnssec-enforcer-backend
Replaces: opendnssec-enforcer (<< 1:1.4.5-2~),
          opendnssec-enforcer-backend
Recommends: opendnssec,
            softhsm2
Description: tool to prepare DNSSEC keys (MySQL backend)
 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 OpenDNSSEC Enforcer, which is a tool to make sure that there are
 enough keys for all of the zones, and take the policy and key
 information from the KASP database and turn it into an xml file that
 the signer can use.
 .
 The package contains OpenDNSSEC Enforcer binaries with MySQL backend.

Package: opendnssec-enforcer-sqlite3
Section: admin
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libdbd-sqlite3-perl,
         opendnssec-common (= ${source:Version}),
         sqlite3,
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: opendnssec-enforcer (<< 1:1.4.5-2~)
Provides: opendnssec-enforcer-backend
Conflicts: opendnssec-enforcer-backend
Replaces: opendnssec-enforcer (<< 1:1.4.5-2~),
          opendnssec-enforcer-backend
Recommends: opendnssec,
            softhsm2
Description: tool to prepare DNSSEC keys (sqlite3 backend)
 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 OpenDNSSEC Enforcer, which is a tool to make sure that there are
 enough keys for all of the zones, and take the policy and key
 information from the KASP database and turn it into an xml file that
 the signer can use.
 .
 The package contains OpenDNSSEC Enforcer binaries with sqlite3 backend.

Package: opendnssec-signer
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: opendnssec-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: opendnssec,
            opendnssec-enforcer,
            softhsm2
Conflicts: opendnssec-signer-tools (<< 1.2.0~)
Description: daemon to sign DNS zone files periodically
 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 This package contains the OpenDNSSEC Signer Engine.  The task of the
 signer engine is to schedule signing operation on DNS zones.  Taking
 input from the KASP, it will automatically sign zones and keep their
 signatures up-to-date.

Package: libhsm-bin
Section: misc
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: opendnssec-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: libhsm-dev,
           libhsm0
Recommends: opendnssec,
            softhsm2
Description: library for interfacing PKCS#11 Hardware Security Modules
 OpenDNSSEC is a complete DNSSEC zone signing system which is very
 easy to use with stability and security in mind.  There are a lot of
 details in signing zone files with DNSSEC and OpenDNSSEC covers most
 of it.
 .
 Support library for interfacing PKCS#11 compatible Hardware Security
 Modules (HSM).  This library allows programs to use cryptografic
 secure storages for keying material such as softhsm2 (HSM implemented
 in software), SCA6000, Aladdin eToken, OpenSC, nCipher or AEP Keyper.
 .
 This package contains command line tools.