]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Remove old Replaces/Breaks for roundcube-core since it is not needed since Squeeze.
[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 Conflicts: roundcube-plugins-extra (<= 0.6-20111030)
25 Description: skinnable AJAX based webmail solution for IMAP servers
26  RoundCube Webmail is a browser-based multilingual IMAP client with an
27  application-like user interface. It provides full functionality
28  expected from an e-mail client, including MIME support, address book,
29  folder manipulation and message filters.
30  .
31  The user interface is fully skinnable using XHTML and CSS 2.
32  .
33  This package provides the core code for roundcube. You should install
34  it along with one of the roundcube database metapackages.
35
36 Package: roundcube
37 Architecture: all
38 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
39 Description: skinnable AJAX based webmail solution for IMAP servers - metapackage
40  RoundCube Webmail is a browser-based multilingual IMAP client with an
41  application-like user interface. It provides full functionality
42  expected from an e-mail client, including MIME support, address book,
43  folder manipulation and message filters.
44  .
45  The user interface is fully skinnable using XHTML and CSS 2.
46  .
47  This package will install a full roundcube application.
48
49 Package: roundcube-mysql
50 Architecture: all
51 Depends: php-mdb2-driver-mysql (>= 1.5.0b2), mysql-client | virtual-mysql-client, ${misc:Depends}
52 Suggests: mysql-server
53 Description: metapackage providing MySQL dependencies for RoundCube
54  This package provides MySQL dependencies for RoundCube Webmail, a
55  skinnable AJAX based webmail solution for IMAP servers. Install this
56  one if you want to use a MySQL database with RoundCube.
57
58 Package: roundcube-pgsql
59 Architecture: all
60 Depends: php-mdb2-driver-pgsql (>= 1.5.0b2), postgresql-client-8.1 | postgresql-client, ${misc:Depends}
61 Suggests: postgresql-server
62 Description: metapackage providing PostgreSQL dependencies for RoundCube
63  This package provides PostgreSQL dependencies for RoundCube Webmail,
64  a skinnable AJAX based webmail solution for IMAP servers. Install
65  this one if you want to use a PostgreSQL database with RoundCube.
66
67 Package: roundcube-plugins
68 Architecture: all
69 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
70 Description: skinnable AJAX based webmail solution for IMAP servers - plugins
71  RoundCube Webmail is a browser-based multilingual IMAP client with an
72  application-like user interface. It provides full functionality
73  expected from an e-mail client, including MIME support, address book,
74  folder manipulation and message filters.
75  .
76  The user interface is fully skinnable using XHTML and CSS 2.
77  .
78  This package provides several plugins for Roundcube. They should be
79  enabled in the configuration of Roundcube.