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