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