summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-10 23:22:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-10 23:22:05 +0000
commit21301f73549aa63885352c5d33eadf82484c4bf7 (patch)
tree237affd556bb957b95eebf7bba47cc1d6cf3f88e /debian/control
parentc48517e8d3cc4e8abc200d7d5dffc340fc4f01c7 (diff)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 6eeea08aa7c0..000000000000
--- a/debian/control
+++ /dev/null
@@ -1,37 +0,0 @@
-Source: dma
-Section: mail
-Priority: optional
-Maintainer: Peter Pentchev <roam@ringlet.net>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50), byacc, dpkg-dev (>= 1.15.7~), flex, hardening-wrapper, libssl-dev, po-debconf
-Standards-Version: 3.9.1
-Homepage: http://devel.ringlet.net/mail/dma/
-Vcs-Git: git://gitorious.org/dma-roam/pkg-debian.git
-Vcs-Browser: http://gitorious.org/dma-roam/pkg-debian
-
-Package: dma
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: mail-transport-agent
-Conflicts: mail-transport-agent
-Replaces: mail-transport-agent
-Recommends: dma-migrate
-Description: lightweight mail transport agent
- The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
- designed for home and office use. It accepts mails from local Mail
- User Agents (MUA) and delivers them either to local mailboxes or
- remote SMTP servers. Remote delivery includes support for features
- such as TLS/SSL and SMTP authentication.
- .
- dma is not intended as a replacement for full-featured MTAs like
- Sendmail, Postfix, or Exim. Consequently, dma does not listen on
- port 25 for incoming connections.
-
-Package: dma-migrate
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Enhances: dma
-Description: migration utility for the DragonFly Mail Agent's spool files
- The dma-migrate utility examines the DragonFly Mail Agent's mail queue
- and performs any conversions from old message file formats to the most
- recent one as needed.