[Pkg-sympa-commits] [sympa] 01/07: Remove support of sqlite < 3
Emmanuel Bouthenot
kolter at alioth.debian.org
Thu Oct 3 07:05:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
kolter pushed a commit to branch master
in repository sympa.
commit 594bbe17c0c2f5956afc3641e146dae6afad41d9
Author: Emmanuel Bouthenot <kolter at openics.org>
Date: Wed Oct 2 20:50:50 2013 +0000
Remove support of sqlite < 3
---
debian/config | 2 +-
debian/sympa.postinst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/config b/debian/config
index e91ec58..9cea5cb 100644
--- a/debian/config
+++ b/debian/config
@@ -97,7 +97,7 @@ db_input medium sympa/listmaster || [ $? -eq 30 ]
db_go
if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
- dbc_dbtypes="mysql, pgsql, sqlite3, sqlite"
+ dbc_dbtypes="mysql, pgsql, sqlite3"
dbc_authmethod_user="password"
. /usr/share/dbconfig-common/dpkg/config
dbc_first_version="5.3.4-6~"
diff --git a/debian/sympa.postinst b/debian/sympa.postinst
index e266d84..4307f80 100644
--- a/debian/sympa.postinst
+++ b/debian/sympa.postinst
@@ -265,7 +265,7 @@ case "$dbc_dbtype" in
pgsql)
type=Pg
;;
- sqlite*)
+ sqlite3)
type=SQLite
name="$dbc_basepath/$dbc_dbname"
;;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git
More information about the Pkg-sympa-commits
mailing list