From: Vincent Bernat Date: Sun, 13 Feb 2011 12:01:39 +0000 (+0000) Subject: Add instructions on how to install and upgrade when not using X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c1f8e55566cf4707ac60b2a29808f4973108368d;p=roundcube.git Add instructions on how to install and upgrade when not using dbconfig-common. We do not ship UPGRADING file any more since it is misleading. Closes: #612511. --- diff --git a/debian/changelog b/debian/changelog index 3d7b140..0aa6e75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ roundcube (0.5-3) UNRELEASED; urgency=low * Don't assign "skins" directory to www-data. Closes: #612552. + * Add instructions on how to install and upgrade when not using + dbconfig-common. We do not ship UPGRADING file any more since it is + misleading. Closes: #612511. -- Vincent Bernat Wed, 09 Feb 2011 07:32:42 +0100 diff --git a/debian/roundcube-core.README.Debian b/debian/roundcube-core.README.Debian index f38c6fd..def57ea 100644 --- a/debian/roundcube-core.README.Debian +++ b/debian/roundcube-core.README.Debian @@ -24,4 +24,13 @@ To use tinymce editor: No plugins are shipped (except core plugins) with this package of roundcube. Add your plugin in /var/lib/roundcube/plugins. - -- Vincent Bernat , Sat, 10 Jul 2010 18:19:35 +0200 +This package makes use of dbconfig-common to setup the database. If +you do not wish to use dbconfig-common, you can find the SQL commands +to use to install and upgrade the database in +`/usr/share/dbconfig-common/data/roundcube'. When upgrading, you need +to apply each upgrade file from the version you are upgrading +(excluded). For example, if you are using MySQL and want to upgrade +from 0.3-1, you need to apply `mysql/0.5-1'. If you are upgrading from +0.2~alpha-5, you need to apply `mysql/0.2~stable-1' and `mysql/0.5-1'. + + -- Vincent Bernat , Sun, 13 Feb 2011 12:59:27 +0100 diff --git a/debian/roundcube-core.docs b/debian/roundcube-core.docs index c42dfaf..e845566 100644 --- a/debian/roundcube-core.docs +++ b/debian/roundcube-core.docs @@ -1,2 +1 @@ README -UPGRADING