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