]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Imported Debian patch 0.5.2+dfsg-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@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.2
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, 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.0), php5-pspell,
19  tinymce (>= 3), libjs-jquery (>= 1.4.2),
20  libmagic1,
21  roundcube-sqlite (= ${source:Version}) | roundcube-mysql (= ${source:Version}) | roundcube-pgsql (= ${source:Version}),
22  ${misc:Depends}
23 Suggests: php-auth-sasl (>= 1.0.3), roundcube-plugins
24 Replaces: roundcube
25 Breaks: roundcube (<< 0.1~rc2-2)
26 Description: skinnable AJAX based webmail solution for IMAP servers
27  RoundCube Webmail is a browser-based multilingual IMAP client with an
28  application-like user interface. It provides full functionality
29  expected from an e-mail client, including MIME support, address book,
30  folder manipulation and message filters.
31  .
32  The user interface is fully skinnable using XHTML and CSS 2.
33  .
34  This package provides the core code for roundcube. You should install
35  it along with one of the roundcube database metapackages.
36
37 Package: roundcube
38 Architecture: all
39 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
40 Description: skinnable AJAX based webmail solution for IMAP servers - metapackage
41  RoundCube Webmail is a browser-based multilingual IMAP client with an
42  application-like user interface. It provides full functionality
43  expected from an e-mail client, including MIME support, address book,
44  folder manipulation and message filters.
45  .
46  The user interface is fully skinnable using XHTML and CSS 2.
47  .
48  This package will install a full roundcube application.
49
50 Package: roundcube-mysql
51 Architecture: all
52 Depends: php-mdb2-driver-mysql (>= 1.5.0b2), mysql-client | virtual-mysql-client, ${misc:Depends}
53 Suggests: mysql-server
54 Description: metapackage providing MySQL dependencies for RoundCube
55  This package provides MySQL dependencies for RoundCube Webmail, a
56  skinnable AJAX based webmail solution for IMAP servers. Install this
57  one if you want to use a MySQL database with RoundCube.
58
59 Package: roundcube-pgsql
60 Architecture: all
61 Depends: php-mdb2-driver-pgsql (>= 1.5.0b2), postgresql-client-8.1 | postgresql-client, ${misc:Depends}
62 Suggests: postgresql-server
63 Description: metapackage providing PostgreSQL dependencies for RoundCube
64  This package provides PostgreSQL dependencies for RoundCube Webmail,
65  a skinnable AJAX based webmail solution for IMAP servers. Install
66  this one if you want to use a PostgreSQL database with RoundCube.
67
68 Package: roundcube-sqlite
69 Architecture: all
70 Depends: php-mdb2-driver-sqlite (>= 1.5.0b2), sqlite, ${misc:Depends}
71 Description: metapackage providing sqlite dependencies for RoundCube
72  This package provides sqlite dependencies for RoundCube Webmail, a
73  skinnable AJAX based webmail solution for IMAP servers. Install this
74  one if you want to use a sqlite database with RoundCube.
75
76 Package: roundcube-plugins
77 Architecture: all
78 Depends: roundcube-core (= ${source:Version}), ${misc:Depends}
79 Description: skinnable AJAX based webmail solution for IMAP servers - plugins
80  RoundCube Webmail is a browser-based multilingual IMAP client with an
81  application-like user interface. It provides full functionality
82  expected from an e-mail client, including MIME support, address book,
83  folder manipulation and message filters.
84  .
85  The user interface is fully skinnable using XHTML and CSS 2.
86  .
87  This package provides several plugins for Roundcube. They should be
88  enabled in the configuration of Roundcube.