]> git.llucax.com Git - software/mutt-debian.git/blob - debian/control
new sensible browser patch to fix 439387
[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>, Antonio Radici <antonio@dyne.org>
6 Build-Depends: debhelper (>> 7), 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, pkg-config
9 Standards-Version: 3.8.1
10 Vcs-Git: git://git.debian.org/git/pkg-mutt/mutt.git
11 Vcs-Browser: http://git.debian.org/?p=pkg-mutt/mutt.git
12 Homepage: http://www.mutt.org/
13
14 Package: mutt
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Recommends: exim4 | mail-transport-agent, locales, mime-support, libsasl2-modules
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 Section: debug
52 Priority: extra
53 Depends: ${shlibs:Depends}, mutt (= ${binary:Version})
54 Description: debugging symbols for mutt
55  Mutt is a sophisticated text-based Mail User Agent.
56  .
57  This package contains the debugging symbols for mutt and mutt-patched; this
58  is supposed to be used when there is a core file which should be analyzed
59  using gdb.