]> git.ipfire.org Git - people/ms/dma.git/blob - control
*Oof*. Actually add the hardening wrapper to the build dependencies :)
[people/ms/dma.git] / control
1 Source: dma
2 Section: mail
3 Priority: optional
4 Maintainer: Peter Pentchev <roam@ringlet.net>
5 Build-Depends: debhelper (>= 7), byacc, flex, hardening-wrapper, liblockfile-dev, libssl-dev, pmake, quilt
6 Standards-Version: 3.8.0
7 Homepage: http://devel.ringlet.net/mail/dma/
8 Vcs-Svn: http://svn.ringlet.net/svn/ringlet/mail/dma/trunk/dma-pkg/debian/
9 Vcs-Browser: http://svn.ringlet.net/cgi-bin/viewvc/viewvc.cgi/ringlet/mail/dma/trunk/dma-pkg/debian/
10
11 Package: dma
12 Architecture: any
13 Depends: liblockfile1 (>> 1.01), ${shlibs:Depends}, ${misc:Depends}
14 Provides: mail-transport-agent
15 Conflicts: mail-transport-agent
16 Replaces: mail-transport-agent
17 Recommends: safecat
18 Description: the DragonFly Mail Agent, a lightweight MTA
19 The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
20 designed for home and office use. It accepts mails from locally
21 installed Mail User Agents (MUA) and delivers the mails either locally
22 or to a remote destination. Remote delivery includes several features
23 like TLS/SSL support and SMTP authentication.
24 .
25 dma is not intended as a replacement for real, big MTAs like Sendmail,
26 Postfix, or Exim. Consequently, dma does not listen on port 25 for
27 incoming connections.