]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
New upstream release.
[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,
7  debhelper,
8  dh-buildinfo, po-debconf
9 Homepage: http://www.roundcube.net/
10 Standards-Version: 3.9.0
11 Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/trunk
12 Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/trunk/
13
14 Package: roundcube-core
15 Architecture: all
16 Depends: dbconfig-common, debconf | debconf-2.0, ucf,
17  apache2 | lighttpd | httpd,
18  php5, php5-mcrypt, php5-gd,
19  php-mdb2 (>= 2.5.0), php-auth, php-net-smtp (>= 1.4.2),
20  php-net-socket, php-mail-mime (>= 1.8.0), php5-pspell,
21  tinymce (>= 3), libjs-jquery (>= 1.4.2),
22  libmagic1,
23  roundcube-sqlite (= ${source:Version}) | roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}),
24  ${misc:Depends}
25 Suggests: php-auth-sasl (>= 1.0.3)
26 Replaces: roundcube
27 Breaks: roundcube (<< 0.1~rc2-2)
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 provides the core code for roundcube. You should install
37  it along with one of the roundcube database metapackages.
38
39 Package: roundcube
40 Architecture: all
41 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
42 Description: skinnable AJAX based webmail solution for IMAP servers - metapackage
43  RoundCube Webmail is a browser-based multilingual IMAP client with an
44  application-like user interface. It provides full functionality
45  expected from an e-mail client, including MIME support, address book,
46  folder manipulation and message filters.
47  .
48  The user interface is fully skinnable using XHTML and CSS 2.
49  .
50  This package will install a full roundcube application.
51
52 Package: roundcube-mysql
53 Architecture: all
54 Depends: php-mdb2-driver-mysql (>= 1.5.0b2), mysql-client | virtual-mysql-client, ${misc:Depends}
55 Suggests: mysql-server
56 Description: metapackage providing MySQL dependencies for RoundCube
57  This package provides MySQL dependencies for RoundCube Webmail, a
58  skinnable AJAX based webmail solution for IMAP servers. Install this
59  one if you want to use a MySQL database with RoundCube.
60
61 Package: roundcube-pgsql
62 Architecture: all
63 Depends: php-mdb2-driver-pgsql (>= 1.5.0b2), postgresql-client-8.1 | postgresql-client, ${misc:Depends}
64 Suggests: postgresql-server
65 Description: metapackage providing PostgreSQL dependencies for RoundCube
66  This package provides PostgreSQL dependencies for RoundCube Webmail,
67  a skinnable AJAX based webmail solution for IMAP servers. Install
68  this one if you want to use a PostgreSQL database with RoundCube.
69
70 Package: roundcube-sqlite
71 Architecture: all
72 Depends: php-mdb2-driver-sqlite (>= 1.5.0b2), sqlite, ${misc:Depends}
73 Description: metapackage providing sqlite dependencies for RoundCube
74  This package provides sqlite dependencies for RoundCube Webmail, a
75  skinnable AJAX based webmail solution for IMAP servers. Install this
76  one if you want to use a sqlite database with RoundCube.