summaryrefslogtreecommitdiff
path: root/debian/control
blob: 58b24944188e4bdfe5f48e8dde0128952818d179 (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
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
Source: apache2
Section: httpd
Priority: optional
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Uploaders: Stefan Fritsch <sf@debian.org>, Arno Töll <arno@debian.org>
Build-Depends: debhelper (>= 8.9.7~), lsb-release, dpkg-dev (>= 1.16.1~),
 libaprutil1-dev (>= 1.5.0), libapr1-dev (>= 1.5.0), libpcre3-dev, zlib1g-dev,
 libssl-dev (>= 0.9.8m), perl,
 liblua5.1-0-dev, libxml2-dev, autotools-dev, gawk | awk
Build-Conflicts: autoconf2.13
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git
Vcs-Git: git://anonscm.debian.org/pkg-apache/apache2.git
Homepage: http://httpd.apache.org/

Package: apache2
Architecture: any
Depends: ${misc:Depends}, lsb-base, procps [!hurd-i386],
 perl, mime-support, apache2-bin (= ${binary:Version}),
 apache2-data (= ${source:Version}), ${perl:Depends}
Replaces: apache2.2-common
Conflicts: apache2.2-common (<< 2.3~)
Recommends: ssl-cert
Suggests: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom,
 apache2-utils
Description: Apache HTTP Server
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package contains the configuration files, init scripts and support
 scripts. It does not install the actual apache2 binaries.

Package: apache2-data
Architecture: all
Depends: ${misc:Depends}
Replaces: apache2.2-common
Conflicts: apache2.2-common (<< 2.3~)
Multi-Arch: foreign
Description: Apache HTTP Server (common files)
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package contains architecture-independent common files such as icons,
 error pages and static index files.

Package: apache2-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
# MODULE_MAGIC_NUMBER_MAJOR from apache2/include/ap_mmn.h
Provides: ${apache2:API}, httpd, httpd-cgi
Suggests: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom
Replaces: apache2.2-bin (<< 2.3~), apache2.2-common (<< 2.3~), apache2-mpm-prefork (<< 2.3~),
 apache2-mpm-itk (<< 2.3~), apache2-mpm-worker (<< 2.3~), apache2-mpm-event (<< 2.3~),
 libapache2-mod-proxy-html (<< 1:2.4.4-2~), libapache2-mod-macro (<< 1:2.4.6-1~)
Conflicts: apache2.2-bin (<< 2.3~), apache2.2-common (<< 2.3~)
Breaks: libapache2-mod-proxy-html (<< 1:2.4.4-2~), libapache2-mod-macro (<< 1:2.4.6-1~)
Description: Apache HTTP Server (binary files and modules)
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package contains the binaries only and does not set up a working
 web-server instance. Install the "apache2" package to get a fully working
 instance. Do not install this package unless you want to set-up the Apache
 HTTP server entirely on your own.

Package: apache2-mpm-worker
Architecture: any
Section: oldlibs
Priority: extra
Provides: httpd, httpd-cgi
Depends: ${misc:Depends}, apache2 (= ${binary:Version})
Description: transitional worker MPM package for apache2
 This is a transitional package to apache2 for users of apache2-mpm-worker and
 can be safely removed after the installation is complete.

Package: apache2-mpm-prefork
Architecture: any
Section: oldlibs
Priority: extra
Provides: httpd, httpd-cgi
Depends: ${misc:Depends}, apache2 (= ${binary:Version})
Description: transitional prefork MPM package for apache2
 This is a transitional package to apache2 for users of apache2-mpm-prefork and
 can be safely removed after the installation is complete.

Package: apache2-mpm-event
Architecture: any
Section: oldlibs
Priority: extra
Provides: httpd, httpd-cgi
Depends: ${misc:Depends}, apache2 (= ${binary:Version})
Description: transitional event MPM package for apache2
 This is a transitional package to apache2 for users of apache2-mpm-event and
 can be safely removed after the  installation is complete.

Package: apache2-mpm-itk
Architecture: any
Section: oldlibs
Priority: extra
Provides: httpd, httpd-cgi
Depends: ${misc:Depends}, apache2 (= ${binary:Version}), libapache2-mpm-itk
Description: transitional itk MPM package for apache2
 This is a transitional package to apache2 for users of apache2-mpm-itk and
 can be safely removed after the installation is complete.

Package: apache2.2-bin
Architecture: any
Section: oldlibs
Priority: extra
Breaks: gnome-user-share (<< 3.8.0-2~), libapache2-mod-dnssd (<< 0.6-3.1~)
Depends: ${misc:Depends}, apache2-bin (>= 2.3~)
Description: Transitional package for apache2-bin
 This is a transitional package for apache2-bin, and can be safely removed
 after the installation is complete.

Package: apache2.2-common
Architecture: any
Section: oldlibs
Priority: extra
Depends: ${misc:Depends}, apache2 (>= 2.3~)
Description: Transitional package for apache2
 This is a transitional package for apache2-bin, and can be safely removed
 after the installation is complete.
Breaks: libapache2-mod-apparmor (<< 2.8.0-1),
  libapache2-mod-auth-pam (<= 1.1.1-9),
  libapache2-mod-auth-sys-group (<= 1.1.1-9),
  libapache2-mod-layout (<= 4.0.1a-4),
  libapache2-mod-random (<= 2.1-1),
  libapache2-mod-speedycgi (<= 2.22-13),
  libapache2-mod-vhost-hash-alias (<= 1.0-2),
  libapache2-mod-spamhaus (<< 0.7-1.1),
  libapache2-mod-auth-mysql (<= 4.3.9-13.1),
  libapache2-mod-scgi (<< 1.13-1.1),
  libapache2-mod-auth-pgsql (<< 2.0.3-6),
  libapache2-mod-php5 (<< 5.5.0~beta4-3),
  libapache2-mod-php5filter (<< 5.5.0~beta4-3),
  libapache2-mod-encoding (<< 20040616-5.2),
  libapache2-mod-perl2 (<< 2.0.8+httpd24-r1449661-2),
  libapache2-mod-apparmor (<< 2.8.0-1),
  libapache2-mod-netcgi-apache (<< 3.5.1-2),
  apache-mod-auth-ntlm-winbind (<< 0.0.0.lorikeet+svn+801-2),
  libapache-singleton-perl (<< 0.15-2),
  libapache2-mod-fastcgi (<< 2.4.7~0910052141-1.1),
  libapache2-mod-authn-yubikey (<< 1.0-1.1),
  libapache2-mod-neko (<< 2.0.0-1),
  libapache2-mod-authz-unixgroup (<< 1.1.0-0.1),
  libapache2-mod-auth-openid (<< 0.7-1),
  libapache2-mod-python (<< 3.3.1-11),
  libapache2-mod-fcgid (<< 1:2.3.6-1.3),
  libapache2-mod-gnutls (<< 0.5.10-2),
  libapache2-mod-auth-pubtkt (<< 0.8-2),
  libapache2-mod-auth-plain (<< 2.0.52),
  libapache2-mod-wsgi (<< 3.4-2),
  libapache2-mod-wsgi-py3 (<< 3.4-2),
  libapache-mod-jk (<< 1:1.2.37-2),
  libapache2-mod-upload-progress (<< 0.2-2),
  libapache2-mod-proxy-uwsgi (<< 1.9.13-1),
  libapache2-mod-proxy-ruwsgi (<< 1.9.13-1),
  libapache2-mod-authnz-external (<< 3.3.1-0.1),
  libapache2-mod-svn (<< 1.7.9-1+nmu3),
  libapache2-mod-vhost-ldap  (<< 2.4.0-1),
  libapache2-mod-nss (<< 1.0.8-3),
  libapache2-mod-axis2c (<< 1.6.0-6),
  libapache2-mod-rpaf (<< 0.6-11),
  libapache2-mod-lisp (<< 1.3.1-1.3),
  gridsite (<< 1.7.21-2),
  libapache2-mod-suphp (<< 0.7.1-3.1),
  libapache2-mod-rivet (<< 2.1.1-3),
  libapache2-mod-authn-sasl (<< 1.2-2),
  libapache2-mod-auth-radius (<< 1.5.8-1.2),
  libapache2-mod-auth-memcookie (<< 1.0.2-8),
  libapache2-reload-perl (<< 0.12-2),
  libapache2-mod-macro (<< 1.2.1-1),
  libapache2-mod-ruid2 (<< 0.9.8-3),
  libapache2-mod-auth-cas (<< 1.0.9.1-3),
  libapache2-mod-geoip (<< 1.2.8-1),
  libapache2-mod-authn-webid (<< 0~20110301-2),
  libapache2-modsecurity  (<< 2.6.6-7),
  libapache2-mod-upload-progress (<< 0.2-1),
  libapache-authenhook-perl (<< 2.00-04+pristine-5),
  libapache2-authcookie-perl (<< 3.19-2),
  libapache2-mod-shib2 (<< 2.5.2+dfsg-2),
  libapache-mod-removeip (<< 1.0b-5.1),
  libapache2-mod-log-slow (<< 1.0.8-1),
  libapache2-mod-bw (<< 0.92-9),
  libapache-mod-log-sql (<< 1.100-15),
  libapache2-mod-rpaf (<< 0.6-4),
  libapache2-mod-xsendfile (<< 0.12-2),
  libapache2-mod-bw (<< 0.92-3),
  libapache2-mod-qos (<< 10.15-3),
  libapache-mod-musicindex (<< 1.4.1-1),
  libapache2-mod-watchcat (<< 1.0-3),
  libapache2-mod-apreq2 (<< 2.13-2),
  libapache2-request-perl (<< 2.13-2),
  libembperl-perl (<< 2.5.0-1),
  libapache2-mod-parser3 (<< 3.4.2-7),
  libapache2-mod-evasive (<< 1.10.1-2),
  libapache2-mod-auth-kerb (<< 5.4-2.1),
  libapache2-mod-dacs (<< 1.4.28b-2),
  libapache2-mod-auth-tkt (<< 2.1.0-7),
  libapache2-webauth (<< 4.2.0-1),
  libapache2-webkdc (<< 4.2.0-1),
  libapache2-mod-dnssd (<< 0.6-3.1~),
  ikiwiki-hosting-web (<< 0.20140419),
  libapache2-mod-passenger (<< 3.0.13debian-1.1),
  libapache2-mod-qos (<< 10.5-2),
  libapache2-mod-mono (<< 2.11+git20130708.6b73e85-2),
  libapache2-mod-ruid2 (<< 0.9.5-2),
  libapache2-mod-rivet (<< 2.0.4-3),
  libapache2-mod-mime-xattr(<< 0.4-5),
  libapache2-mod-defensible (<< 1.4-3.1),
  libapache2-mod-ldap-userdir (<< 1.1.19-2)


Package: libapache2-mod-proxy-html
Architecture: any
Section: oldlibs
Priority: extra
Depends: ${misc:Depends}, apache2-bin (>= 2.3~)
Description: Transitional package for apache2-bin
 This is a transitional package for apache2-bin, and can be safely removed
 after the installation is complete.

Package: libapache2-mod-macro
Architecture: any
Section: oldlibs
Priority: extra
Depends: ${misc:Depends}, apache2-bin (>= 2.3~)
Description: Transitional package for apache2-bin
 This is a transitional package for apache2-bin, and can be safely removed
 after the installation is complete.


Package: apache2-utils
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Description: Apache HTTP Server (utility programs for web servers)
 Provides some add-on programs useful for any web server.  These include:
  - ab (Apache benchmark tool)
  - fcgistarter (Start a FastCGI program)
  - logresolve (Resolve IP addresses to hostname in logfiles)
  - htpasswd (Manipulate basic authentication files)
  - htdigest (Manipulate digest authentication files)
  - htdbm (Manipulate basic authentication files in DBM format, using APR)
  - htcacheclean (Clean up the disk cache)
  - rotatelogs (Periodically stop writing to a logfile and open a new one)
  - split-logfile (Split a single log including multiple vhosts)
  - checkgid (Checks whether the caller can setgid to the specified group)
  - check_forensic (Extract mod_log_forensic output from Apache log files)
  - httxt2dbm (Generate dbm files for use with RewriteMap)

Package: apache2-suexec
Architecture: any
Section: oldlibs
Priority: extra
Depends: ${misc:Depends},
 apache2-suexec-pristine (= ${binary:Version})
Description: transitional package for apache2-suexec-pristine
 This is a transitional package for apache2-suexec-pristine, and can be safely
 removed after the installation is complete.

Package: apache2-suexec-pristine
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, apache2-bin
Replaces: apache2-suexec (<< 2.3~)
Breaks: apache2-suexec (<< 2.3~)
Provides: apache2-suexec
Description: Apache HTTP Server standard suexec program for mod_suexec
 Provides the standard suexec helper program for mod_suexec. This version is
 compiled with document root /var/www and userdir suffix public_html. If you
 need different settings, use the package apache2-suexec-custom.

Package: apache2-suexec-custom
Priority: extra
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, apache2-bin
Replaces: apache2-suexec (<< 2.3~)
Breaks: apache2-suexec (<< 2.3~)
Provides: apache2-suexec
Description: Apache HTTP Server configurable suexec program for mod_suexec
 Provides a customizable version of the suexec helper program for mod_suexec.
 This is not the version from upstream, but can be configured with a
 configuration file.
 .
 If you do not need non-standard document root or userdir settings, it is
 recommended that you use the standard suexec helper program from the
 apache2-suexec-pristine package instead.

Package: apache2-doc
Section: doc
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Recommends: apache2
Depends: ${misc:Depends}
Description: Apache HTTP Server (on-site documentation)
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package provides the documentation for the Apache 2 HTTP server. The
 documentation is shipped in HTML format and can be accessed from a local
 running Apache HTTP server instance or by browsing the file system directly.

Package: apache2-dev
Architecture: any
Depends: ${misc:Depends}, openssl,
 libapr1-dev, libaprutil1-dev, debhelper (>= 9), ${perl:Depends}
Provides: apache2-prefork-dev, apache2-threaded-dev, dh-apache2
Replaces: apache2-prefork-dev, apache2-threaded-dev
Conflicts: apache2-prefork-dev, apache2-threaded-dev
Description: Apache HTTP Server (development headers)
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package provides development headers and the apxs2 binary for the Apache 2
 HTTP server useful to develop and link third party additions to the Debian
 Apache HTTP server package.
 .
 It also provides dh_apache2 and dh sequence addons useful to install various
 Debian Apache2 extensions with debhelper. It supports
  - Apache 2 module configurations and shared objects
  - Site configuration files
  - Global configuration files

Package: apache2-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, apache2-bin (= ${binary:Version})
Description: Apache debugging symbols
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package includes the debugging symbols. It can be used to debug
 crashing server instances and modules.  See
 /usr/share/doc/apache2/README.backtrace for more information.