]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Imported Debian patch 0.1~rc2-2
[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 Homepage: http://www.roundcube.net/
9 Standards-Version: 3.7.2
10
11 Package: roundcube-core
12 Architecture: all
13 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, tinymce, ${misc:Depends}
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  This package provides the core code for roundcube. You should install
23  it along with one of the roundcube database virtual packages.
24
25 Package: roundcube
26 Architecture: all
27 Depends: roundcube-sqlite | roundcube-db, roundcube-core
28 Description: skinnable AJAX based webmail solution for IMAP servers
29  RoundCube Webmail is a browser-based multilingual IMAP client with an
30  application-like user interface. It provides full functionality
31  expected from an e-mail client, including MIME support, address book,
32  folder manipulation and message filters.
33  .
34  The user interface is fully skinnable using XHTML and CSS 2.
35  .
36  This package will install a full roundcube application.
37
38 Package: roundcube-mysql
39 Architecture: all
40 Depends: roundcube, php5-mysql, mysql-client | virtual-mysql-client
41 Suggests: mysql-server
42 Provides: roundcube-db
43 Description: virtual package providing MySQL dependencies for RoundCube
44  This package provides MySQL dependencies for RoundCube Webmail, a
45  skinnable AJAX based webmail solution for IMAP servers. Install this
46  one if you want to use a MySQL database with RoundCube.
47
48 Package: roundcube-pgsql
49 Architecture: all
50 Depends: roundcube, php5-pgsql, postgresql-client-8.1 | postgresql-client 
51 Suggests: postgresql-server
52 Provides: roundcube-db
53 Description: virtual package providing PostgreSQL dependencies for RoundCube
54  This package provides PostgreSQL dependencies for RoundCube Webmail,
55  a skinnable AJAX based webmail solution for IMAP servers. Install
56  this one if you want to use a PostgreSQL database with RoundCube.
57
58 Package: roundcube-sqlite
59 Architecture: all
60 Depends: roundcube, php5-sqlite, sqlite
61 Provides: roundcube-db
62 Description: virtual package 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.