debian/masqmail-debian
diff control @ 0:5ef519035828
debian directory of masqmail-0.2.21-4
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 21:25:48 +0200 |
parents | |
children | 2d19be496785 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/control Fri Sep 26 21:25:48 2008 +0200 1.3 @@ -0,0 +1,23 @@ 1.4 +Source: masqmail 1.5 +Section: mail 1.6 +Priority: extra 1.7 +Maintainer: Debian QA Group <packages@qa.debian.org> 1.8 +Standards-Version: 3.7.3 1.9 +Build-Depends: debhelper (>> 3.0), liblockfile-dev, libglib2.0-dev, libident-dev 1.10 + 1.11 +Package: masqmail 1.12 +Architecture: any 1.13 +Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>> 0.5) | debconf-2.0, netbase, update-inetd 1.14 +Replaces: mail-transport-agent 1.15 +Provides: mail-transport-agent 1.16 +Suggests: mail-reader, logrotate 1.17 +Conflicts: mail-transport-agent 1.18 +Description: A mailer for hosts without permanent internet connection 1.19 + MasqMail is an MTA (mail transport agent) and POP3 client for hosts 1.20 + that don't have a permanent internet connection, eg. a home network 1.21 + or a single host at home and notebooks. It has special support for 1.22 + connections to different ISPs. 1.23 + . 1.24 + In these cases, MasqMail is a slim replacement for full-blown MTAs 1.25 + such as sendmail, exim, qmail or postfix. The POP3 client can be 1.26 + a small replacement for other full-featured tools like fetchmail.