]> git.llucax.com Git - software/mutt-debian.git/blob - debian/control
Update for hg HEAD
[software/mutt-debian.git] / debian / control
1 Source: mutt
2 Section: mail
3 Priority: standard
4 Maintainer: Adeodato Simó <dato@net.com.org.es>
5 Uploaders: Christoph Berg <myon@debian.org>
6 Build-Depends: debhelper (>> 5), quilt (>= 0.40-1), automake, gawk, gettext, xsltproc, docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libgdbm-dev
7 Standards-Version: 3.7.2
8 XS-Vcs-Bzr: http://bzr.debian.org/pkg-mutt/unstable
9
10 Package: mutt
11 Architecture: any
12 Priority: standard
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Recommends: exim4 | mail-transport-agent, locales, mime-support
15 Suggests: urlview, aspell | ispell, gnupg, mixmaster, openssl, ca-certificates
16 Provides: mail-reader, imap-client
17 Conflicts: mutt-utf8
18 Replaces: mutt-utf8
19 Description: text-based mailreader supporting MIME, GPG, PGP and threading
20  Mutt is a sophisticated text-based Mail User Agent. Some highlights:
21  .
22   * MIME support (including RFC1522 encoding/decoding of 8-bit message
23     headers and UTF-8 support).
24   * PGP/MIME support (RFC 2015).
25   * Advanced IMAP client supporting SSL encryption and SASL authentication.
26   * POP3 support.
27   * ESMTP support.
28   * Message threading (both strict and non-strict).
29   * Keybindings are configurable, default keybindings are much like ELM;
30     Mush and PINE-like ones are provided as examples.
31   * Handles MMDF, MH and Maildir in addition to regular mbox format.
32   * Messages may be (indefinitely) postponed.
33   * Colour support.
34   * Highly configurable through easy but powerful rc file.
35
36 Package: mutt-dbg
37 Architecture: any
38 Priority: extra
39 Depends: ${shlibs:Depends}, mutt (= ${binary:Version})
40 Description: debugging symbols for mutt
41  Mutt is a sophisticated text-based Mail User Agent.
42  This package contains the debugging symbols.