]> git.llucax.com Git - software/mutt-debian.git/blob - debian/control
Some things in life are simple - thanks Dato.
[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, 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.3
8 XS-Vcs-Bzr: http://bzr.debian.org/pkg-mutt/unstable
9 Homepage: http://www.mutt.org/
10
11 Package: mutt
12 Architecture: any
13 Priority: standard
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Recommends: exim4 | mail-transport-agent, locales, mime-support
16 Suggests: urlview, aspell | ispell, gnupg, mixmaster, openssl, ca-certificates
17 Provides: mail-reader, imap-client
18 Conflicts: mutt-utf8
19 Replaces: mutt-utf8
20 Description: text-based mailreader supporting MIME, GPG, PGP and threading
21  Mutt is a sophisticated text-based Mail User Agent. Some highlights:
22  .
23   * MIME support (including RFC1522 encoding/decoding of 8-bit message
24     headers and UTF-8 support).
25   * PGP/MIME support (RFC 2015).
26   * Advanced IMAP client supporting SSL encryption and SASL authentication.
27   * POP3 support.
28   * ESMTP support.
29   * Message threading (both strict and non-strict).
30   * Keybindings are configurable, default keybindings are much like ELM;
31     Mush and PINE-like ones are provided as examples.
32   * Handles MMDF, MH and Maildir in addition to regular mbox format.
33   * Messages may be (indefinitely) postponed.
34   * Colour support.
35   * Highly configurable through easy but powerful rc file.
36
37 Package: mutt-patched
38 Architecture: any
39 Priority: extra
40 Depends: ${shlibs:Depends}, mutt (= ${binary:Version})
41 Description: the Mutt Mail User Agent with extra patches
42  Mutt is a sophisticated text-based Mail User Agent.
43  .
44  This package adds the "sidebar" patch that lists mailboxes with new mail
45  in a separate column on screen.
46
47 Package: mutt-dbg
48 Architecture: any
49 Priority: extra
50 Depends: ${shlibs:Depends}, mutt (= ${binary:Version})
51 Description: debugging symbols for mutt
52  Mutt is a sophisticated text-based Mail User Agent.
53  .
54  This package contains the debugging symbols for mutt and mutt-patched.