]> git.donarmstrong.com Git - roundcube.git/blob - debian/control
Add missing ${misc:Depends} to make Lintian happy.
[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: debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), po-debconf
7 Homepage: http://www.roundcube.net/
8 Standards-Version: 3.8.0
9 Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/roundcube
10 Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/roundcube
11
12 Package: roundcube-core
13 Architecture: all
14 Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (>= 3), ${misc:Depends}, libmagic1
15 Replaces: roundcube
16 Conflicts: roundcube (<< 0.1~rc2-2)
17 Description: skinnable AJAX based webmail solution for IMAP servers
18  RoundCube Webmail is a browser-based multilingual IMAP client with an
19  application-like user interface. It provides full functionality
20  expected from an e-mail client, including MIME support, address book,
21  folder manipulation and message filters.
22  .
23  The user interface is fully skinnable using XHTML and CSS 2.
24  .
25  This package provides the core code for roundcube. You should install
26  it along with one of the roundcube database metapackages.
27
28 Package: roundcube
29 Architecture: all
30 Depends: roundcube-sqlite | roundcube-db, roundcube-core (= ${source:Version}), ${misc:Depends}
31 Description: skinnable AJAX based webmail solution for IMAP servers
32  RoundCube Webmail is a browser-based multilingual IMAP client with an
33  application-like user interface. It provides full functionality
34  expected from an e-mail client, including MIME support, address book,
35  folder manipulation and message filters.
36  .
37  The user interface is fully skinnable using XHTML and CSS 2.
38  .
39  This package will install a full roundcube application.
40
41 Package: roundcube-mysql
42 Architecture: all
43 Depends: php5-mysql, mysql-client | virtual-mysql-client, ${misc:Depends}
44 Suggests: mysql-server
45 Provides: roundcube-db
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: php5-pgsql, postgresql-client-8.1 | postgresql-client, ${misc:Depends}
54 Suggests: postgresql-server
55 Provides: roundcube-db
56 Description: metapackage providing PostgreSQL dependencies for RoundCube
57  This package provides PostgreSQL dependencies for RoundCube Webmail,
58  a skinnable AJAX based webmail solution for IMAP servers. Install
59  this one if you want to use a PostgreSQL database with RoundCube.
60
61 Package: roundcube-sqlite
62 Architecture: all
63 Depends: php5-sqlite, sqlite, ${misc:Depends}
64 Provides: roundcube-db
65 Description: metapackage providing sqlite dependencies for RoundCube
66  This package provides sqlite dependencies for RoundCube Webmail, a
67  skinnable AJAX based webmail solution for IMAP servers. Install this
68  one if you want to use a sqlite database with RoundCube.