diff options
author | Richard Nelson <cowboy@debian.org> | 1998-06-23 10:00:00 -0500 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:37 +0200 |
commit | 6202a816311c5e56f71ecd358850b1e6d8cd7065 (patch) | |
tree | de47ad4f657df101b6f36a07a6c6e19191be7de9 /debian/control | |
parent | 6c193ce1dd1d07ebdc1372e38bc4908ab1c37705 (diff) | |
download | sendmail-debian/8.8.8-20.tar.gz |
Imported Debian patch 8.8.8-20debian/8.8.8-20
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c964212 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: sendmail +Section: mail +Priority: extra +Maintainer: Richard Nelson <cowboy@debian.org> +Standards-Version: 2.4.0.0 + +Package: sendmail +Architecture: any +Depends: ${shlibs:Depends}, netbase (>= 1.26-1), m4, procmail | deliver +Recommends: mail-reader +Conflicts: mail-transport-agent, smail +Provides: mail-transport-agent +Description: A powerful mail transport agent. + Sendmail is an alternative mail transport agent (MTA) for + Debian. It is suitable for handling sophisticated mail + configurations, although this means that its configuration + can also be complex. + . + To deliver mail to local users, sendmail requires either the + `procmail' or `deliver' package to be installed. |