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