source: pkg/kev/main/balsa/trunk/debian/control @ 5871

Revision 5871, 2.8 KB checked in by alanbach-guest, 4 years ago (diff)
  • New upstream stable releases (Closes: #539507).
    • Continuing cleanup work: removing obsolete library calls.
    • Partial workaround for the deadlock in xcb library code.
    • Experimental use of libcanberra for sound.
    • Many small bugfixes.
  • debian/control*:
    • update homepage address (Closes: #537058).
    • bump libglib2.0-dev build-dep to 2.16.0
    • bump libgtk2.0-dev build-dep to 2.14.0
    • bump Gmime build-dep to libgmime-2.4 (Closes: #549053).
    • bump standards version to 3.8.3, no extra change is needed
    • drop libgnomevfs2-dev build-dep, not needed anymore
    • replace scrollkeeper build-dep with gnome-doc-utils
  • Dropped 01_desktop_categories.patch, merged upstream
Line 
1Source: balsa
2Section: gnome
3Priority: optional
4Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
5Build-Depends: autotools-dev,
6               cdbs (>= 0.4.37),
7               debhelper (>= 5.0),
8               dh-buildinfo,
9               gnome-pkg-tools,
10               gnome-doc-utils,
11               libesmtp-dev,
12               libgmime-2.4-dev,
13               libcompfaceg1-dev,
14               libgpgme11-dev,
15               libgtkhtml3.14-dev,
16               libgtkspell-dev,
17               libkrb5-dev,
18               libldap2-dev,
19               libltdl-dev,
20               libpcre3-dev,
21               libpspell-dev (>= 0.50),
22               libsqlite3-dev,
23               libssl-dev (>= 0.9.8),
24               libxml-parser-perl,
25               libgtksourceview2.0-dev,
26               libgnome2-dev,
27               libgnomeui-dev,
28               libbonobo2-dev,
29               libglib2.0-dev (>= 2.16.0),
30               libgtk2.0-dev (>= 2.14.0),
31               liborbit2-dev,
32               libnotify-dev,
33               libxml2-dev,
34               intltool
35Uploaders: Alan Baghumian <alan@technotux.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Guilherme de S. Pastore <gpastore@debian.org>, Loic Minier <lool@dooz.org>, Oystein Gisnas <oystein@gisnas.net>
36Standards-Version: 3.8.3
37
38Package: balsa
39Architecture: any
40Provides: mail-reader, imap-client
41Depends: ${shlibs:Depends},
42         ${misc:Depends},
43         gnome-icon-theme
44Conflicts: libgmime-2.0-2 (<< 2.2.10)
45Recommends: aspell | ispell,
46            yelp
47Suggests: ca-certificates,
48          lbdb
49Description: An e-mail client for GNOME
50 Balsa is a highly configurable and robust mail client for the GNOME desktop.
51 It supports both POP3 and IMAP servers as well as the mbox, maildir and mh
52 local mailbox formats. Balsa also supports SMTP and/or the use of a local MTA
53 such as Sendmail.
54 .
55 Some of Balsa's other features include:
56   * Allowing nested mailboxes
57   * Printing
58   * Spell Checking
59   * Multi-threaded mail retrieval
60   * MIME support (view images inline, save parts)
61   * GPE Palmtop, LDAP, LDIF and vCard address book support
62   * Multiple character sets for composing and reading messages
63   * File attachments on outgoing messages
64   * GPG/OpenPGP mail signing and encryption
65 .
66 Support for Kerberos and SSL has been enabled in this package.
67Homepage: http://pawsa.fedorapeople.org/balsa/
68
69Package: balsa-dbg
70Architecture: any
71Priority: extra
72Depends: balsa (= ${binary:Version})
73Description: An e-mail client for GNOME
74 Balsa is a highly configurable and robust mail client for the GNOME desktop.
75 It supports both POP3 and IMAP servers as well as the mbox, maildir and mh
76 local mailbox formats. Balsa also supports SMTP and/or the use of a local MTA
77 such as Sendmail.
78 .
79 This package contains the debugging symbols for balsa.
Note: See TracBrowser for help on using the repository browser.