From c0ec4e877a07b801e6a57150366172e7e9513637 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 11 Mar 2011 08:10:01 +0000 Subject: [PATCH] Make dbconfig-common use sqlite by default to ensure that the package can be configured non-interactively in most cases. Closes: #617754. --- debian/changelog | 7 +++++++ debian/roundcube-core.config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 38d56ed..04aa125 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +roundcube (0.5.1+dfsg-7) unstable; urgency=low + + * Make dbconfig-common use sqlite by default to ensure that the package + can be configured non-interactively in most cases. Closes: #617754. + + -- Vincent Bernat Fri, 11 Mar 2011 09:08:32 +0100 + roundcube (0.5.1+dfsg-6) unstable; urgency=low * Handle incorrect upgrade from 0.3.1-6 when "changed" column already diff --git a/debian/roundcube-core.config b/debian/roundcube-core.config index 4914ae7..72347da 100644 --- a/debian/roundcube-core.config +++ b/debian/roundcube-core.config @@ -41,7 +41,7 @@ db_input medium roundcube/language || true db_go || true if [ -f /usr/share/dbconfig-common/dpkg/config ]; then - dbc_dbtypes="mysql, pgsql, sqlite" + dbc_dbtypes="sqlite, mysql, pgsql" dbc_authmethod_user="password" . /usr/share/dbconfig-common/dpkg/config dbc_go roundcube $@ -- 2.39.2