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