]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Bump Standards-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@debian.org>, Romain Beauxis <toots@rastageeks.org>
6 Build-Depends: cdbs, debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), po-debconf
7 Homepage: http://www.roundcube.net/
8 Standards-Version: 3.8.4
9 Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/trunk
10 Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/trunk/
11
12 Package: roundcube-core
13 Architecture: all
14 Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, php5-gd, roundcube-sqlite (= ${source:Version}) | roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}), php-mdb2, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (>= 3), ${misc:Depends}, libmagic1, php5-pspell, libjs-jquery (>= 1.3.3)
15 Suggests: php-auth-sasl
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 metapackages.
28
29 Package: roundcube
30 Architecture: all
31 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
32 Description: skinnable AJAX based webmail solution for IMAP servers - metapackage
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: php-mdb2-driver-mysql (>= 1.5.0b2), mysql-client | virtual-mysql-client, ${misc:Depends}
45 Suggests: mysql-server
46 Description: metapackage providing MySQL dependencies for RoundCube
47  This package provides MySQL dependencies for RoundCube Webmail, a
48  skinnable AJAX based webmail solution for IMAP servers. Install this
49  one if you want to use a MySQL database with RoundCube.
50
51 Package: roundcube-pgsql
52 Architecture: all
53 Depends: php-mdb2-driver-pgsql (>= 1.5.0b2), postgresql-client-8.1 | postgresql-client, ${misc:Depends}
54 Suggests: postgresql-server
55 Description: metapackage 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: php-mdb2-driver-sqlite (>= 1.5.0b2), sqlite, ${misc:Depends}
63 Description: metapackage providing sqlite dependencies for RoundCube
64  This package provides sqlite dependencies for RoundCube Webmail, a
65  skinnable AJAX based webmail solution for IMAP servers. Install this
66  one if you want to use a sqlite database with RoundCube.