]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Merge commit 'upstream/0.3' into unstable-import
[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 (>= 0.4.23-1.1), debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), po-debconf
7 Homepage: http://www.roundcube.net/
8 Standards-Version: 3.8.2
9 Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/roundcube
10 Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/roundcube
11
12 Package: roundcube-core
13 Architecture: all
14 Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, php5-gd, roundcube-sqlite (= ${source:Version}) | roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}), php-mdb2, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (>= 3), ${misc:Depends}, libmagic1, php5-pspell
15 Replaces: roundcube
16 Conflicts: roundcube (<< 0.1~rc2-2)
17 Description: skinnable AJAX based webmail solution for IMAP servers
18  RoundCube Webmail is a browser-based multilingual IMAP client with an
19  application-like user interface. It provides full functionality
20  expected from an e-mail client, including MIME support, address book,
21  folder manipulation and message filters.
22  .
23  The user interface is fully skinnable using XHTML and CSS 2.
24  .
25  This package provides the core code for roundcube. You should install
26  it along with one of the roundcube database metapackages.
27
28 Package: roundcube
29 Architecture: all
30 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
31 Description: skinnable AJAX based webmail solution for IMAP servers - metapackage
32  RoundCube Webmail is a browser-based multilingual IMAP client with an
33  application-like user interface. It provides full functionality
34  expected from an e-mail client, including MIME support, address book,
35  folder manipulation and message filters.
36  .
37  The user interface is fully skinnable using XHTML and CSS 2.
38  .
39  This package will install a full roundcube application.
40
41 Package: roundcube-mysql
42 Architecture: all
43 Depends: php-mdb2-driver-mysql (>= 1.5.0b2), mysql-client | virtual-mysql-client, ${misc:Depends}
44 Suggests: mysql-server
45 Description: metapackage providing MySQL dependencies for RoundCube
46  This package provides MySQL dependencies for RoundCube Webmail, a
47  skinnable AJAX based webmail solution for IMAP servers. Install this
48  one if you want to use a MySQL database with RoundCube.
49
50 Package: roundcube-pgsql
51 Architecture: all
52 Depends: php-mdb2-driver-pgsql (>= 1.5.0b2), postgresql-client-8.1 | postgresql-client, ${misc:Depends}
53 Suggests: postgresql-server
54 Description: metapackage providing PostgreSQL dependencies for RoundCube
55  This package provides PostgreSQL dependencies for RoundCube Webmail,
56  a skinnable AJAX based webmail solution for IMAP servers. Install
57  this one if you want to use a PostgreSQL database with RoundCube.
58
59 Package: roundcube-sqlite
60 Architecture: all
61 Depends: php-mdb2-driver-sqlite (>= 1.5.0b2), sqlite, ${misc:Depends}
62 Description: metapackage providing sqlite dependencies for RoundCube
63  This package provides sqlite dependencies for RoundCube Webmail, a
64  skinnable AJAX based webmail solution for IMAP servers. Install this
65  one if you want to use a sqlite database with RoundCube.