X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol.in;h=d59c7d16d1d1895fba8800070711d2c95f2eb61a;hb=a8d52091f73d9f558d987ad7044d27ca821e89b6;hp=517da34ee48d3066f8c4fedcba2e35bf2f75914a;hpb=4045ab92ea0c5b27fcd716f2c442e1848888546b;p=roundcube.git diff --git a/debian/control.in b/debian/control.in index 517da34..d59c7d1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,15 +2,18 @@ Source: roundcube Section: web Priority: extra Maintainer: Debian Roundcube Maintainers -Uploaders: Vincent Bernat , Romain Beauxis -Build-Depends: @cdbs@ -Build-Depends-Indep: po-debconf -Standards-Version: 3.7.2 +Uploaders: Vincent Bernat , Romain Beauxis +Build-Depends: @cdbs@, po-debconf +Homepage: http://www.roundcube.net/ +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/roundcube +Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/roundcube -Package: roundcube +Package: roundcube-core Architecture: all -Depends: dbconfig-common, debconf | debconf-2.0, apache2 | httpd, php5, php5-mcrypt, php5-mysql | php5-pgsql | php5-sqlite, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime, ucf, mysql-client | virtual-mysql-client | postgresql-client-8.1 | postgresql-client | sqlite, ${misc:Depends} -Suggests: mysql-server | posgresql-server +Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, php5-gd, roundcube-db, php-mdb2, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (>= 3), ${misc:Depends}, libmagic1 +Replaces: roundcube +Conflicts: roundcube (<< 0.1~rc2-2) Description: skinnable AJAX based webmail solution for IMAP servers RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality @@ -19,4 +22,47 @@ Description: skinnable AJAX based webmail solution for IMAP servers . The user interface is fully skinnable using XHTML and CSS 2. . - Homepage: http://www.roundcube.net/ + This package provides the core code for roundcube. You should install + it along with one of the roundcube database metapackages. + +Package: roundcube +Architecture: all +Depends: roundcube-sqlite | roundcube-db, roundcube-core (= ${source:Version}), ${misc:Depends} +Description: skinnable AJAX based webmail solution for IMAP servers - metapackage + RoundCube Webmail is a browser-based multilingual IMAP client with an + application-like user interface. It provides full functionality + expected from an e-mail client, including MIME support, address book, + folder manipulation and message filters. + . + The user interface is fully skinnable using XHTML and CSS 2. + . + This package will install a full roundcube application. + +Package: roundcube-mysql +Architecture: all +Depends: php-mdb2-driver-mysql, mysql-client | virtual-mysql-client, ${misc:Depends} +Suggests: mysql-server +Provides: roundcube-db +Description: metapackage providing MySQL dependencies for RoundCube + This package provides MySQL dependencies for RoundCube Webmail, a + skinnable AJAX based webmail solution for IMAP servers. Install this + one if you want to use a MySQL database with RoundCube. + +Package: roundcube-pgsql +Architecture: all +Depends: php-mdb2-driver-pgsql, postgresql-client-8.1 | postgresql-client, ${misc:Depends} +Suggests: postgresql-server +Provides: roundcube-db +Description: metapackage providing PostgreSQL dependencies for RoundCube + This package provides PostgreSQL dependencies for RoundCube Webmail, + a skinnable AJAX based webmail solution for IMAP servers. Install + this one if you want to use a PostgreSQL database with RoundCube. + +Package: roundcube-sqlite +Architecture: all +Depends: php-mdb2-driver-sqlite, sqlite, ${misc:Depends} +Provides: roundcube-db +Description: metapackage providing sqlite dependencies for RoundCube + This package provides sqlite dependencies for RoundCube Webmail, a + skinnable AJAX based webmail solution for IMAP servers. Install this + one if you want to use a sqlite database with RoundCube.