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

themill-guest at users.alioth.debian.org themill-guest at users.alioth.debian.org
Wed Nov 16 16:09:49 UTC 2011


Author: themill-guest
Date: Wed Nov 16 16:09:48 2011
New Revision: 2800

URL: http://svn.debian.org/wsvn/?sc=1&rev=2800
Log:
Disable dbc debugging

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

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

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

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




More information about the Debian-l10n-commits mailing list