]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
New upstream version !
[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 Suggests: tinymce
14 Description: skinnable AJAX based webmail solution for IMAP servers
15  RoundCube Webmail is a browser-based multilingual IMAP client with an
16  application-like user interface. It provides full functionality
17  expected from an e-mail client, including MIME support, address book,
18  folder manipulation and message filters.
19  .
20  The user interface is fully skinnable using XHTML and CSS 2.
21  .
22   Homepage: http://www.roundcube.net/
23
24 Package: roundcube-mysql
25 Architecture: all
26 Depends: roundcube, php5-mysql, mysql-client | virtual-mysql-client
27 Suggests: mysql-server
28 Provides: roundcube-db
29 Description: virtual package providing MySQL dependencies for RoundCube
30  This package provides MySQL dependencies for RoundCube Webmail, a
31  skinnable AJAX based webmail solution for IMAP servers. Install this
32  one if you want to use a MySQL database with RoundCube.
33
34 Package: roundcube-pgsql
35 Architecture: all
36 Depends: roundcube, php5-pgsql, postgresql-client-8.1 | postgresql-client 
37 Suggests: postgresql-server
38 Provides: roundcube-db
39 Description: virtual package providing PostgreSQL dependencies for RoundCube
40  This package provides PostgreSQL dependencies for RoundCube Webmail,
41  a skinnable AJAX based webmail solution for IMAP servers. Install
42  this one if you want to use a PostgreSQL database with RoundCube.
43
44 Package: roundcube-sqlite
45 Architecture: all
46 Depends: roundcube, php5-sqlite, sqlite
47 Provides: roundcube-db
48 Description: virtual package providing sqlite dependencies for RoundCube
49  This package provides sqlite dependencies for RoundCube Webmail, a
50  skinnable AJAX based webmail solution for IMAP servers. Install this
51  one if you want to use a sqlite database with RoundCube.