Relax chown requirements when check_owner is false
[hcoop/debian/exim4.git] / debian / control
1 Source: exim4
2 Section: mail
3 Priority: standard
4 Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
5 Uploaders: Andreas Metzler <ametzler@debian.org>,Marc Haber <mh+debian-packages@zugschlus.de>
6 Homepage: http://www.exim.org/
7 Standards-Version: 3.9.6
8 #Vcs-Git: git://git.debian.org/git/pkg-exim4/exim4.git
9 #Vcs-Browser: http://git.debian.org/?p=pkg-exim4/exim4.git
10 Vcs-Git: git://anonscm.debian.org/pkg-exim4/exim4.git
11 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-exim4/exim4.git
12 Build-Depends: debhelper (>= 7.0.15), po-debconf, docbook-xsl, xsltproc,
13 lynx-cur | lynx, docbook-xml, libpcre3-dev, libldap2-dev, libpam0g-dev,
14 libident-dev, libdb5.3-dev, libxmu-dev, libxt-dev, libxext-dev, libx11-dev,
15 libxaw7-dev, libpq-dev, libmysqlclient-dev | libmysqlclient15-dev,
16 libsqlite3-dev, libperl-dev, libgnutls28-dev, libsasl2-dev
17 XS-Testsuite: autopkgtest
18
19 Package: exim4-base
20 Architecture: any
21 Breaks: exim4-daemon-light (<<${Upstream-Version}),
22 exim4-daemon-heavy (<<${Upstream-Version}),
23 exim4-daemon-custom (<<${Upstream-Version})
24 Conflicts: exim, exim-tls
25 Replaces: exim, exim-tls, exim4-daemon-light, exim4-daemon-heavy, exim4-daemon-custom
26 Depends: ${shlibs:Depends}, ${misc:Depends},
27 cron | cron-daemon | anacron | fcron,
28 exim4-config (>=4.82) | exim4-config-2, adduser, netbase, lsb-base (>= 3.0-6)
29 # psmisc just for exiwhat.
30 Recommends: psmisc, mailx, perl-modules
31 Suggests: mail-reader, eximon4, exim4-doc-html|exim4-doc-info,
32 gnutls-bin | openssl, file, spf-tools-perl, swaks
33 Description: support files for all Exim MTA (v4) packages
34 Exim (v4) is a mail transport agent. exim4-base provides the support
35 files needed by all exim4 daemon packages. You need an additional package
36 containing the main executable. The available packages are:
37 .
38 exim4-daemon-light
39 exim4-daemon-heavy
40 .
41 If you build exim4 from the source package locally, you can also
42 build an exim4-daemon-custom package tailored to your own feature set.
43 .
44 The Debian exim4 packages have their own web page,
45 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
46 FAQ list. Information about the way the Debian packages are
47 configured can be found in
48 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
49 information about the way the Debian binary packages are built. The
50 very extensive upstream documentation is shipped in
51 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
52 configuration process in a standard setup, invoke dpkg-reconfigure
53 exim4-config. There is a Debian-centered mailing list,
54 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
55 questions there, and only write to the upstream exim-users mailing
56 list if you are sure that your question is not Debian-specific. You
57 can find the subscription web page on
58 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
59
60 Package: exim4-config
61 Architecture: all
62 Breaks: exim4-daemon-light (<<4.82~rc1), exim4-daemon-heavy (<<4.82~rc1)
63 Provides: exim4-config-2
64 Conflicts: exim, exim-tls, exim4-config, exim4-config-2, ${MTA-Conflicts}
65 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
66 Description: configuration for the Exim MTA (v4)
67 Exim (v4) is a mail transport agent. exim4-config provides the configuration
68 for the exim4 daemon packages. The configuration framework has been split
69 off the main package to allow sites to replace the configuration scheme
70 with their own without having to change the actual exim4 packages.
71 .
72 Sites with special configuration needs (having a lot of identically
73 configured machines for example) can use this to distribute their own
74 custom configuration via the packaging system, using the magic
75 available with dpkg's conffile handling, without having to do local
76 changes on all of these machines.
77 .
78 The Debian exim4 packages have their own web page,
79 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
80 FAQ list. Information about the way the Debian packages are
81 configured can be found in
82 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
83 information about the way the Debian binary packages are built. The
84 very extensive upstream documentation is shipped in
85 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
86 configuration process in a standard setup, invoke dpkg-reconfigure
87 exim4-config. There is a Debian-centered mailing list,
88 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
89 questions there, and only write to the upstream exim-users mailing
90 list if you are sure that your question is not Debian-specific. You
91 can find the subscription web page on
92 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
93
94 Package: exim4-daemon-light
95 Architecture: any
96 Provides: mail-transport-agent, exim4-localscanapi-1.0, exim4-localscanapi-1.1, default-mta
97 Conflicts: mail-transport-agent
98 Replaces: mail-transport-agent, exim4-base (<= 4.61-1)
99 Depends: exim4-base (>= ${Upstream-Version}), ${shlibs:Depends}, ${misc:Depends}
100 Description: lightweight Exim MTA (v4) daemon
101 Exim (v4) is a mail transport agent. This package contains the exim4
102 daemon with only basic features enabled. It works well with the
103 standard setups that are provided by Debian and includes support for
104 TLS encryption and the dlopen patch to allow dynamic loading of a
105 local_scan function.
106 .
107 The Debian exim4 packages have their own web page,
108 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
109 FAQ list. Information about the way the Debian packages are
110 configured can be found in
111 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
112 information about the way the Debian binary packages are built. The
113 very extensive upstream documentation is shipped in
114 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
115 configuration process in a standard setup, invoke dpkg-reconfigure
116 exim4-config. There is a Debian-centered mailing list,
117 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
118 questions there, and only write to the upstream exim-users mailing
119 list if you are sure that your question is not Debian-specific. You
120 can find the subscription web page on
121 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
122
123 Package: exim4
124 Architecture: all
125 Depends: ${misc:Depends}, debconf (>= 1.4.69) | cdebconf (>= 0.39),
126 exim4-base (>= ${source:Version}),
127 exim4-base (<< ${source:Version}.1),
128 exim4-daemon-light | exim4-daemon-heavy | exim4-daemon-custom
129 Description: metapackage to ease Exim MTA (v4) installation
130 Exim (v4) is a mail transport agent. exim4 is the metapackage depending
131 on the essential components for a basic exim4 installation.
132 .
133 The Debian exim4 packages have their own web page,
134 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
135 FAQ list. Information about the way the Debian packages are
136 configured can be found in
137 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
138 information about the way the Debian binary packages are built. The
139 very extensive upstream documentation is shipped in
140 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
141 configuration process in a standard setup, invoke dpkg-reconfigure
142 exim4-config. There is a Debian-centered mailing list,
143 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
144 questions there, and only write to the upstream exim-users mailing
145 list if you are sure that your question is not Debian-specific. You
146 can find the subscription web page on
147 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
148
149 Package: exim4-daemon-heavy
150 Architecture: any
151 Priority: optional
152 Provides: mail-transport-agent, exim4-localscanapi-1.0, exim4-localscanapi-1.1
153 Conflicts: mail-transport-agent
154 Replaces: mail-transport-agent, exim4-base (<= 4.61-1)
155 Depends: exim4-base (>= ${Upstream-Version}), ${shlibs:Depends},
156 ${misc:Depends}
157 Breaks: clamav-daemon (<< 0.95)
158 Description: Exim MTA (v4) daemon with extended features, including exiscan-acl
159 Exim (v4) is a mail transport agent. This package contains the exim4
160 daemon with extended features. In addition to the features already
161 supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP,
162 sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication,
163 embedded Perl interpreter, and the content scanning extension
164 (formerly known as "exiscan-acl") for integration of virus scanners
165 and spamassassin.
166 .
167 The Debian exim4 packages have their own web page,
168 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
169 FAQ list. Information about the way the Debian packages are
170 configured can be found in
171 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
172 information about the way the Debian binary packages are built. The
173 very extensive upstream documentation is shipped in
174 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
175 configuration process in a standard setup, invoke dpkg-reconfigure
176 exim4-config. There is a Debian-centered mailing list,
177 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
178 questions there, and only write to the upstream exim-users mailing
179 list if you are sure that your question is not Debian-specific. You
180 can find the subscription web page on
181 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
182
183 #Package: exim4-daemon-custom
184 #Architecture: any
185 #Priority: optional
186 #Provides: mail-transport-agent, exim4-localscanapi-1.0, exim4-localscanapi-1.1
187 #Conflicts: mail-transport-agent
188 #Replaces: mail-transport-agent, exim4-base (<= 4.61-1)
189 #Depends: exim4-base (>= ${Upstream-Version}), ${shlibs:Depends}, ${misc:Depends}
190 #Description: custom Exim MTA (v4) daemon with locally set features
191 # Exim (v4) is a mail transport agent. This package contains a
192 # custom-configured exim4 daemon compiled to local needs. This package
193 # is not part of official Debian, but can easily be built from the
194 # Debian source package. For information about the feature set compiled in,
195 # and for bug reports, please find out who built your package.
196 # .
197 # The Debian exim4 packages have their own web page,
198 # http://wiki.debian.org/PkgExim4. There is also a Debian-specific
199 # FAQ list. Information about the way the Debian packages are
200 # configured can be found in
201 # /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
202 # information about the way the Debian binary packages are built. The
203 # very extensive upstream documentation is shipped in
204 # /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
205 # configuration process in a standard setup, invoke dpkg-reconfigure
206 # exim4-config. There is a Debian-centered mailing list,
207 # pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
208 # questions there, and only write to the upstream exim-users mailing
209 # list if you are sure that your question is not Debian-specific. You
210 # can find the subscription web page on
211 # http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
212
213 Package: eximon4
214 Architecture: any
215 Priority: optional
216 Conflicts: eximon
217 Replaces: eximon
218 Depends: ${shlibs:Depends}, ${misc:Depends}, exim4-base (>= 4.10)
219 Description: monitor application for the Exim MTA (v4) (X11 interface)
220 Eximon is a helper program for the Exim MTA (v4). It allows
221 administrators to view the mail queue and logs, and perform a variety
222 of actions on queued messages, such as freezing, bouncing and thawing
223 messages.
224
225 Package: exim4-dbg
226 Architecture: any
227 Priority: extra
228 Section: debug
229 Depends: exim4-base, exim4-config, ${misc:Depends}
230 Recommends: eximon4
231 Description: debugging symbols for the Exim MTA (utilities)
232 Exim (v4) is a mail transport agent. This package contains
233 debugging symbols for the binaries contained in the exim4
234 packages. The daemon packages have their own debug package.
235 .
236 The Debian exim4 packages have their own web page,
237 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
238 FAQ list. Information about the way the Debian packages are
239 configured can be found in
240 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
241 information about the way the Debian binary packages are built. The
242 very extensive upstream documentation is shipped in
243 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
244 configuration process in a standard setup, invoke dpkg-reconfigure
245 exim4-config. There is a Debian-centered mailing list,
246 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
247 questions there, and only write to the upstream exim-users mailing
248 list if you are sure that your question is not Debian-specific. You
249 can find the subscription web page on
250 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
251
252 Package: exim4-daemon-light-dbg
253 Architecture: any
254 Priority: extra
255 Section: debug
256 Depends: exim4-daemon-light, ${misc:Depends}
257 Description: debugging symbols for the Exim MTA "light" daemon
258 Exim (v4) is a mail transport agent. This package contains
259 debugging symbols for the binaries contained in the
260 exim4-daemon-light package.
261 .
262 The Debian exim4 packages have their own web page,
263 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
264 FAQ list. Information about the way the Debian packages are
265 configured can be found in
266 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
267 information about the way the Debian binary packages are built. The
268 very extensive upstream documentation is shipped in
269 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
270 configuration process in a standard setup, invoke dpkg-reconfigure
271 exim4-config. There is a Debian-centered mailing list,
272 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
273 questions there, and only write to the upstream exim-users mailing
274 list if you are sure that your question is not Debian-specific. You
275 can find the subscription web page on
276 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
277
278 Package: exim4-daemon-heavy-dbg
279 Architecture: any
280 Priority: extra
281 Section: debug
282 Depends: exim4-daemon-heavy, ${misc:Depends}
283 Description: debugging symbols for the Exim MTA "heavy" daemon
284 Exim (v4) is a mail transport agent. This package contains
285 debugging symbols for the binaries contained in the
286 exim4-daemon-heavy package.
287 .
288 The Debian exim4 packages have their own web page,
289 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
290 FAQ list. Information about the way the Debian packages are
291 configured can be found in
292 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
293 information about the way the Debian binary packages are built. The
294 very extensive upstream documentation is shipped in
295 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
296 configuration process in a standard setup, invoke dpkg-reconfigure
297 exim4-config. There is a Debian-centered mailing list,
298 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
299 questions there, and only write to the upstream exim-users mailing
300 list if you are sure that your question is not Debian-specific. You
301 can find the subscription web page on
302 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
303
304 #Package: exim4-daemon-custom-dbg
305 #Architecture: any
306 #Priority: extra
307 #Section: debug
308 #Depends: exim4-daemon-custom, ${misc:Depends}
309 #Description: debugging symbols for the Exim MTA (v4) packages
310 # Exim (v4) is a mail transport agent. This package contains
311 # debugging symbols for the binaries contained in the
312 # exim4-daemon-custom package.
313 # .
314 # The Debian exim4 packages have their own web page,
315 # http://wiki.debian.org/PkgExim4. There is also a Debian-specific
316 # FAQ list. Information about the way the Debian packages are
317 # configured can be found in
318 # /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
319 # information about the way the Debian binary packages are built. The
320 # very extensive upstream documentation is shipped in
321 # /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
322 # configuration process in a standard setup, invoke dpkg-reconfigure
323 # exim4-config. There is a Debian-centered mailing list,
324 # pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
325 # questions there, and only write to the upstream exim-users mailing
326 # list if you are sure that your question is not Debian-specific. You
327 # can find the subscription web page on
328 # http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
329
330 Package: exim4-dev
331 Architecture: any
332 Priority: extra
333 Depends: ${misc:Depends}
334 Description: header files for the Exim MTA (v4) packages
335 Exim (v4) is a mail transport agent. This package contains header
336 files that can be used to compile code that is then dynamically linked
337 to exim's local_scan interface.
338 .
339 The Debian exim4 packages have their own web page,
340 http://wiki.debian.org/PkgExim4. There is also a Debian-specific
341 FAQ list. Information about the way the Debian packages are
342 configured can be found in
343 /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains
344 information about the way the Debian binary packages are built. The
345 very extensive upstream documentation is shipped in
346 /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven
347 configuration process in a standard setup, invoke dpkg-reconfigure
348 exim4-config. There is a Debian-centered mailing list,
349 pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific
350 questions there, and only write to the upstream exim-users mailing
351 list if you are sure that your question is not Debian-specific. You
352 can find the subscription web page on
353 http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users