]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Merge commit 'upstream/0.1.1'
[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), po-debconf
7 Homepage: http://www.roundcube.net/
8 Standards-Version: 3.7.3
9 DM-Upload-Allowed: yes
10 Vcs-Svn: svn://svn.debian.org/svn/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 | lighttpd | httpd, php5, php5-mcrypt, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime, ucf, tinymce, ${misc:Depends}, libmagic1
16 Replaces: roundcube
17 Conflicts: roundcube (<< 0.1~rc2-2)
18 Description: skinnable AJAX based webmail solution for IMAP servers
19  RoundCube Webmail is a browser-based multilingual IMAP client with an
20  application-like user interface. It provides full functionality
21  expected from an e-mail client, including MIME support, address book,
22  folder manipulation and message filters.
23  .
24  The user interface is fully skinnable using XHTML and CSS 2.
25  .
26  This package provides the core code for roundcube. You should install
27  it along with one of the roundcube database virtual packages.
28
29 Package: roundcube
30 Architecture: all
31 Depends: roundcube-sqlite | roundcube-db, roundcube-core
32 Description: skinnable AJAX based webmail solution for IMAP servers
33  RoundCube Webmail is a browser-based multilingual IMAP client with an
34  application-like user interface. It provides full functionality
35  expected from an e-mail client, including MIME support, address book,
36  folder manipulation and message filters.
37  .
38  The user interface is fully skinnable using XHTML and CSS 2.
39  .
40  This package will install a full roundcube application.
41
42 Package: roundcube-mysql
43 Architecture: all
44 Depends: php5-mysql, mysql-client | virtual-mysql-client
45 Suggests: mysql-server
46 Provides: roundcube-db
47 Description: virtual package providing MySQL dependencies for RoundCube
48  This package provides MySQL dependencies for RoundCube Webmail, a
49  skinnable AJAX based webmail solution for IMAP servers. Install this
50  one if you want to use a MySQL database with RoundCube.
51
52 Package: roundcube-pgsql
53 Architecture: all
54 Depends: php5-pgsql, postgresql-client-8.1 | postgresql-client 
55 Suggests: postgresql-server
56 Provides: roundcube-db
57 Description: virtual package providing PostgreSQL dependencies for RoundCube
58  This package provides PostgreSQL dependencies for RoundCube Webmail,
59  a skinnable AJAX based webmail solution for IMAP servers. Install
60  this one if you want to use a PostgreSQL database with RoundCube.
61
62 Package: roundcube-sqlite
63 Architecture: all
64 Depends: php5-sqlite, sqlite
65 Provides: roundcube-db
66 Description: virtual package providing sqlite dependencies for RoundCube
67  This package provides sqlite dependencies for RoundCube Webmail, a
68  skinnable AJAX based webmail solution for IMAP servers. Install this
69  one if you want to use a sqlite database with RoundCube.