]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Create virtual packages for each database backend
[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-mysql | roundcube-pgsql | roundcube-sqlite, 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: php5-mysql, mysql-client | virtual-mysql-client
26 Suggests: mysql-server
27 Description: virtual package providing MySQL dependencies for RoundCube
28  This package provides MySQL dependencies for RoundCube Webmail, a
29  skinnable AJAX based webmail solution for IMAP servers. Install this
30  one if you want to use a MySQL database with RoundCube.
31
32 Package: roundcube-pgsql
33 Architecture: all
34 Depends: php5-pgsql, postgresql-client-8.1 | postgresql-client 
35 Suggests: postgresql-server
36 Description: virtual package providing PostgreSQL dependencies for RoundCube
37  This package provides PostgreSQL dependencies for RoundCube Webmail,
38  a skinnable AJAX based webmail solution for IMAP servers. Install
39  this one if you want to use a PostgreSQL database with RoundCube.
40
41 Package: roundcube-sqlite
42 Architecture: all
43 Depends: php5-sqlite, sqlite
44 Description: virtual package providing sqlite dependencies for RoundCube
45  This package provides sqlite dependencies for RoundCube Webmail, a
46  skinnable AJAX based webmail solution for IMAP servers. Install this
47  one if you want to use a sqlite database with RoundCube.