Source: bsd-mailx
Section: mail
Priority: standard
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Robert Luberda <robert@debian.org>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9),
               groff,
               libbsd-dev (>= 0.3),
               liblockfile-dev (>= 1.05)
Vcs-Git: git://anonscm.debian.org/users/robert/bsd-mailx.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/robert/bsd-mailx.git

Package: bsd-mailx
Architecture: any
Depends: base-files (>= 2.2.0),
         default-mta | mail-transport-agent,
         ${misc:Depends},
         ${shlibs:Depends}
Provides: mail-reader, mailx
Breaks: mailutils (<< 1:1.1+dfsg1-4), mailx (<< 1:20071201)
Replaces: mailx (<< 1:20071201)
Description: simple mail user agent
 bsd-mailx is the traditional simple command-line-mode mail user agent.
 Even if you don't use it, it may be required by other programs.
 .
 The /usr/bin/mail command provided by this package is a very simple one,
 and does not include many features that can be found in more advanced
 mail user agents.
 .
 For example bsd-mailx DOES NOT support:
  - MIME           (i.e. no attachments, no UTF-8 or other charsets support);
  - SMTP protocol  (/usr/sbin/sendmail interface only is used);
  - POP3/IMAP      (bsd-mailx reads local mailboxes only);
  - maildir format (traditional mbox only format is supported).
 .
 If the above features are needed, please consider installing another package
 providing similar /usr/bin/mail interface:
  - heirloom-mailx package,
  - or mailutils package.
