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