]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Moved Homepage: to headers..
[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 Homepage: http://www.roundcube.net/
15 Description: skinnable AJAX based webmail solution for IMAP servers
16  RoundCube Webmail is a browser-based multilingual IMAP client with an
17  application-like user interface. It provides full functionality
18  expected from an e-mail client, including MIME support, address book,
19  folder manipulation and message filters.
20  .
21  The user interface is fully skinnable using XHTML and CSS 2.
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 Homepage: http://www.roundcube.net/
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 Homepage: http://www.roundcube.net/
40 Description: virtual package providing PostgreSQL dependencies for RoundCube
41  This package provides PostgreSQL dependencies for RoundCube Webmail,
42  a skinnable AJAX based webmail solution for IMAP servers. Install
43  this one if you want to use a PostgreSQL database with RoundCube.
44
45 Package: roundcube-sqlite
46 Architecture: all
47 Depends: roundcube, php5-sqlite, sqlite
48 Provides: roundcube-db
49 Homepage: http://www.roundcube.net/
50 Description: virtual package providing sqlite dependencies for RoundCube
51  This package provides sqlite dependencies for RoundCube Webmail, a
52  skinnable AJAX based webmail solution for IMAP servers. Install this
53  one if you want to use a sqlite database with RoundCube.