]> git.donarmstrong.com Git - roundcube.git/commitdiff
Make dbconfig-common use sqlite by default to ensure that the package
authorVincent Bernat <bernat@debian.org>
Fri, 11 Mar 2011 08:10:01 +0000 (08:10 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 19:37:57 +0000 (21:37 +0200)
can be configured non-interactively in most cases. Closes: #617754.

debian/changelog
debian/roundcube-core.config

index 38d56ed2456873417ac029520f43ee1d4800fb11..04aa1251f9bd388b3c6a6e1fcf5d71360c9fcbb3 100644 (file)
@@ -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 <bernat@debian.org>  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
index 4914ae781e81e2b8bce6a49acb88796fa1eb20e3..72347da7371b2fe49a8150badc4daf34b378a03e 100644 (file)
@@ -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 $@