]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Add back roundcube-sqlite as a transitional package. Closes: #677803.
[roundcube.git] / debian / control
1 Source: roundcube
2 Section: web
3 Priority: extra
4 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org>
5 Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>
6 Build-Depends: cdbs, debhelper (>= 5), dh-buildinfo, po-debconf, yui-compressor
7 Homepage: http://www.roundcube.net/
8 Standards-Version: 3.9.3
9 Vcs-Git: git://anonscm.debian.org/pkg-roundcube/roundcube.git
10 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-roundcube/roundcube.git
11
12 Package: roundcube-core
13 Architecture: all
14 Depends: dbconfig-common, debconf | debconf-2.0, ucf,
15  apache2 | lighttpd | httpd,
16  php5, php5-mcrypt, php5-gd, php5-intl,
17  php-mdb2 (>= 2.5.0), php-auth, php-net-smtp (>= 1.4.2),
18  php-net-socket, php-mail-mime (>= 1.8.2), php5-pspell,
19  tinymce (>= 3), libjs-jquery (>= 1.6.4), libjs-jquery-ui (>= 1.8),
20  libmagic1,
21  roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}),
22  ${misc:Depends}
23 Suggests: php-auth-sasl (>= 1.0.3), php-crypt-gpg, roundcube-plugins
24 Conflicts: roundcube-plugins-extra (<= 0.6-20111030)
25 Description: skinnable AJAX based webmail solution for IMAP servers
26  RoundCube Webmail is a browser-based multilingual IMAP client with an
27  application-like user interface. It provides full functionality
28  expected from an e-mail client, including MIME support, address book,
29  folder manipulation and message filters.
30  .
31  The user interface is fully skinnable using XHTML and CSS 2.
32  .
33  This package provides the core code for roundcube. You should install
34  it along with one of the roundcube database metapackages.
35
36 Package: roundcube
37 Architecture: all
38 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
39 Description: skinnable AJAX based webmail solution for IMAP servers - metapackage
40  RoundCube Webmail is a browser-based multilingual IMAP client with an
41  application-like user interface. It provides full functionality
42  expected from an e-mail client, including MIME support, address book,
43  folder manipulation and message filters.
44  .
45  The user interface is fully skinnable using XHTML and CSS 2.
46  .
47  This package will install a full roundcube application.
48
49 Package: roundcube-sqlite
50 Architecture: all
51 Depends: roundcube-mysql | roundcube-pgsql
52 Description: transitional dummy package
53  This package is a dummy transitional package. It can be safely removed.
54
55 Package: roundcube-mysql
56 Architecture: all
57 Depends: php-mdb2-driver-mysql (>= 1.5.0b2), mysql-client | virtual-mysql-client, ${misc:Depends}
58 Suggests: mysql-server
59 Description: metapackage providing MySQL dependencies for RoundCube
60  This package provides MySQL dependencies for RoundCube Webmail, a
61  skinnable AJAX based webmail solution for IMAP servers. Install this
62  one if you want to use a MySQL database with RoundCube.
63
64 Package: roundcube-pgsql
65 Architecture: all
66 Depends: php-mdb2-driver-pgsql (>= 1.5.0b2), postgresql-client-8.1 | postgresql-client, ${misc:Depends}
67 Suggests: postgresql-server
68 Description: metapackage providing PostgreSQL dependencies for RoundCube
69  This package provides PostgreSQL dependencies for RoundCube Webmail,
70  a skinnable AJAX based webmail solution for IMAP servers. Install
71  this one if you want to use a PostgreSQL database with RoundCube.
72
73 Package: roundcube-plugins
74 Architecture: all
75 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
76 Description: skinnable AJAX based webmail solution for IMAP servers - plugins
77  RoundCube Webmail is a browser-based multilingual IMAP client with an
78  application-like user interface. It provides full functionality
79  expected from an e-mail client, including MIME support, address book,
80  folder manipulation and message filters.
81  .
82  The user interface is fully skinnable using XHTML and CSS 2.
83  .
84  This package provides several plugins for Roundcube. They should be
85  enabled in the configuration of Roundcube.