]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Merge commit 'upstream/0.1_rc2'
[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@luffy.cx>, Romain Beauxis <toots@rastageeks.org>
6 Build-Depends: debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1)
7 Build-Depends-Indep: po-debconf
8 Standards-Version: 3.7.2
9
10 Package: roundcube
11 Architecture: all
12 Depends: dbconfig-common, debconf | debconf-2.0, apache2 | httpd, php5, php5-mcrypt, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime, ucf, ${misc:Depends}
13 Description: skinnable AJAX based webmail solution for IMAP servers
14  RoundCube Webmail is a browser-based multilingual IMAP client with an
15  application-like user interface. It provides full functionality
16  expected from an e-mail client, including MIME support, address book,
17  folder manipulation and message filters.
18  .
19  The user interface is fully skinnable using XHTML and CSS 2.
20  .
21   Homepage: http://www.roundcube.net/
22
23 Package: roundcube-mysql
24 Architecture: all
25 Depends: roundcube, php5-mysql, mysql-client | virtual-mysql-client
26 Suggests: mysql-server
27 Provides: roundcube-db
28 Description: virtual package providing MySQL dependencies for RoundCube
29  This package provides MySQL dependencies for RoundCube Webmail, a
30  skinnable AJAX based webmail solution for IMAP servers. Install this
31  one if you want to use a MySQL database with RoundCube.
32
33 Package: roundcube-pgsql
34 Architecture: all
35 Depends: roundcube, php5-pgsql, postgresql-client-8.1 | postgresql-client 
36 Suggests: postgresql-server
37 Provides: roundcube-db
38 Description: virtual package providing PostgreSQL dependencies for RoundCube
39  This package provides PostgreSQL dependencies for RoundCube Webmail,
40  a skinnable AJAX based webmail solution for IMAP servers. Install
41  this one if you want to use a PostgreSQL database with RoundCube.
42
43 Package: roundcube-sqlite
44 Architecture: all
45 Depends: roundcube, php5-sqlite, sqlite
46 Provides: roundcube-db
47 Description: virtual package providing sqlite dependencies for RoundCube
48  This package provides sqlite dependencies for RoundCube Webmail, a
49  skinnable AJAX based webmail solution for IMAP servers. Install this
50  one if you want to use a sqlite database with RoundCube.