[Debian-l10n-commits] r2811 - in /pootle/trunk/debian: pootle.config.in pootle.postinst

themill-guest at users.alioth.debian.org themill-guest at users.alioth.debian.org
Wed Nov 16 16:10:26 UTC 2011


Author: themill-guest
Date: Wed Nov 16 16:10:25 2011
New Revision: 2811

URL: http://svn.debian.org/wsvn/?sc=1&rev=2811
Log:
Set correct dbc_first_version

Modified:
    pootle/trunk/debian/pootle.config.in
    pootle/trunk/debian/pootle.postinst

Modified: pootle/trunk/debian/pootle.config.in
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/pootle.config.in?rev=2811&op=diff
==============================================================================
--- pootle/trunk/debian/pootle.config.in (original)
+++ pootle/trunk/debian/pootle.config.in Wed Nov 16 16:10:25 2011
@@ -21,7 +21,7 @@
 if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
     write_config_script
     #dbc_debug=true
-    dbc_first_version="2.1.6-1~bpo60+1"
+    dbc_first_version="2.1.6-1"
     dbc_load_include="exec:$CONFIG_SCRIPT"
     dbc_dbtypes="mysql, pgsql, sqlite3"
     dbc_authmethod_user="password"

Modified: pootle/trunk/debian/pootle.postinst
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/pootle.postinst?rev=2811&op=diff
==============================================================================
--- pootle/trunk/debian/pootle.postinst (original)
+++ pootle/trunk/debian/pootle.postinst Wed Nov 16 16:10:25 2011
@@ -17,7 +17,7 @@
 POOTLE_GROUP=${RET-www-data}
 
 #dbc_debug=true
-dbc_first_version="2.1.6-1~bpo60+1"
+dbc_first_version="2.1.6-1"
 dbc_generate_include='template:/etc/pootle/dbconfig.py'
 dbc_generate_include_args=' -o template_infile=/usr/share/pootle/dbconfig.template'
 dbc_generate_include_owner="$POOTLE_USER:$POOTLE_GROUP"




More information about the Debian-l10n-commits mailing list