From: Vincent Bernat Date: Tue, 22 May 2007 19:18:09 +0000 (+0000) Subject: Remove php4-sqlite from dependencies X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c67bef5cbfc9e2af0948cc4e9d36287c82cd5a6e;p=roundcube.git Remove php4-sqlite from dependencies Add a note about this in README.Debian --- diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..ce794ab --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,13 @@ +Debian does not allow complex dependencies. Upon install, you need to +check that you have the correct packages installed. + +If you want to use MySQL, you need mysql-client, php4-mysql or +php5-mysql. For PostgreSQL, you need postgresql-client, php4-pgsql or +php5-pgsql. For SQLite, you need sqlite and php5-sqlite. + +From Roundcube documentation, php4-sqlite is not supported ! + +For better compatibility, the schema used for MySQL is the one +targeted at MySQL 4.0, not the one for MySQL 4.1 or MySQL 5.x. + + -- Vincent Bernat , Tue, 22 May 2007 21:17:27 +0200 diff --git a/debian/control b/debian/control index 1611b69..66d5348 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.7.2 Package: roundcube Architecture: all -Depends: dbconfig-common, debconf | debconf-2.0, apache2 | httpd, php5 | php4, php5-mysql | php4-mysql | php5-pgsql | php4-pgsql | php5-sqlite | php4-sqlite, php5-mcrypt | php4-mcrypt, 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} +Depends: dbconfig-common, debconf | debconf-2.0, apache2 | httpd, php5 | php4, php5-mysql | php4-mysql | php5-pgsql | php4-pgsql | php5-sqlite, php5-mcrypt | php4-mcrypt, 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 Description: modern, skinnable, AJAX based webmail solution for IMAP servers RoundCube Webmail is a browser-based multilingual IMAP client with an