]> git.ipfire.org Git - people/ms/dma.git/blob - control
Switch to bzip2 compression for the Debian tarball.
[people/ms/dma.git] / control
1 Source: dma
2 Section: mail
3 Priority: optional
4 Maintainer: Peter Pentchev <roam@ringlet.net>
5 DM-Upload-Allowed: yes
6 Build-Depends: debhelper (>= 7.0.50), byacc, dpkg-dev (>= 1.15.7~), flex, hardening-wrapper, liblockfile-dev, libssl-dev, po-debconf
7 Standards-Version: 3.9.1
8 Homepage: http://devel.ringlet.net/mail/dma/
9 Vcs-Git: git://gitorious.org/dma-roam/pkg-debian.git
10 Vcs-Browser: http://gitorious.org/dma-roam/pkg-debian
11
12 Package: dma
13 Architecture: any
14 Depends: liblockfile1 (>> 1.01), ${shlibs:Depends}, ${misc:Depends}
15 Provides: mail-transport-agent
16 Conflicts: mail-transport-agent
17 Replaces: mail-transport-agent
18 Recommends: dma-migrate, safecat
19 Description: lightweight mail transport agent
20 The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
21 designed for home and office use. It accepts mails from local Mail
22 User Agents (MUA) and delivers them either to local mailboxes or
23 remote SMTP servers. Remote delivery includes support for features
24 such as TLS/SSL and SMTP authentication.
25 .
26 dma is not intended as a replacement for full-featured MTAs like
27 Sendmail, Postfix, or Exim. Consequently, dma does not listen on
28 port 25 for incoming connections.
29
30 Package: dma-migrate
31 Architecture: any
32 Depends: ${shlibs:Depends}, ${misc:Depends}
33 Enhances: dma
34 Description: migration utility for the DragonFly Mail Agent's spool files
35 The dma-migrate utility examines the DragonFly Mail Agent's mail queue
36 and performs any conversions from old message file formats to the most
37 recent one as needed.