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