[Debian-l10n-commits] r2793 - /pootle/trunk/debian/patches/

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


Author: themill-guest
Date: Wed Nov 16 16:09:28 2011
New Revision: 2793

URL: http://svn.debian.org/wsvn/?sc=1&rev=2793
Log:
Update patches, adding DEP3 headers

Removed:
    pootle/trunk/debian/patches/import_old_config.patch
    pootle/trunk/debian/patches/pootle_continue_after_po_failure.patch
    pootle/trunk/debian/patches/pootle_get_pofiles_with_find.patch
    pootle/trunk/debian/patches/pootle_ll_CC_languages.patch
Modified:
    pootle/trunk/debian/patches/debian_extra_config.patch
    pootle/trunk/debian/patches/debian_remove_external
    pootle/trunk/debian/patches/debian_use_dbconfig.patch
    pootle/trunk/debian/patches/python26_deprecations.patch
    pootle/trunk/debian/patches/series

Modified: pootle/trunk/debian/patches/debian_extra_config.patch
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/patches/debian_extra_config.patch?rev=2793&op=diff
==============================================================================
--- pootle/trunk/debian/patches/debian_extra_config.patch (original)
+++ pootle/trunk/debian/patches/debian_extra_config.patch Wed Nov 16 16:09:28 2011
@@ -1,3 +1,6 @@
+Description: Load config based on packages that are installed
+Author: Stuart Prescott <stuart+debian at nanonanonano.net>
+
 --- a/localsettings.py
 +++ b/localsettings.py
 @@ -5,6 +5,8 @@

Modified: pootle/trunk/debian/patches/debian_remove_external
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/patches/debian_remove_external?rev=2793&op=diff
==============================================================================
--- pootle/trunk/debian/patches/debian_remove_external (original)
+++ pootle/trunk/debian/patches/debian_remove_external Wed Nov 16 16:09:28 2011
@@ -1,3 +1,6 @@
+Description: Don't use embedded copy of "registration" module
+Author: Christian Perrier <bubulle at debian.org>
+
 --- a/setup.py
 +++ b/setup.py
 @@ -72,7 +72,7 @@

Modified: pootle/trunk/debian/patches/debian_use_dbconfig.patch
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/patches/debian_use_dbconfig.patch?rev=2793&op=diff
==============================================================================
--- pootle/trunk/debian/patches/debian_use_dbconfig.patch (original)
+++ pootle/trunk/debian/patches/debian_use_dbconfig.patch Wed Nov 16 16:09:28 2011
@@ -1,3 +1,6 @@
+Description: Load database settings from dbconfig-common generated file
+Author: Alaa Abd El Fattah <alaa at translate.org.za>
+
 --- a/localsettings.py
 +++ b/localsettings.py
 @@ -29,12 +29,8 @@

Modified: pootle/trunk/debian/patches/python26_deprecations.patch
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/patches/python26_deprecations.patch?rev=2793&op=diff
==============================================================================
--- pootle/trunk/debian/patches/python26_deprecations.patch (original)
+++ pootle/trunk/debian/patches/python26_deprecations.patch Wed Nov 16 16:09:28 2011
@@ -1,3 +1,6 @@
+Description: Suppress python2.6 DeprecationWarnings (for squeeze-backports)
+Author: Stuart Prescott <stuart+debian at nanonanonano.net>
+
 --- a/localsettings.py
 +++ b/localsettings.py
 @@ -2,6 +2,10 @@
@@ -11,3 +14,17 @@
  # Import some helper functions:
  from pootle.install_dirs import *
  
+--- a/wsgi.py
++++ b/wsgi.py
+@@ -20,6 +20,11 @@
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 
+ 
++# Suppress this python 2.6 warning so that logs aren't full of noise
++import warnings
++warnings.filterwarnings("ignore", category=DeprecationWarning)
++
++
+ import os
+ 
+ # this part is only required when running from checkout instead of an install

Modified: pootle/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/patches/series?rev=2793&op=diff
==============================================================================
--- pootle/trunk/debian/patches/series (original)
+++ pootle/trunk/debian/patches/series Wed Nov 16 16:09:28 2011
@@ -1,7 +1,3 @@
-#pootle_get_pofiles_with_find.patch
-#pootle_ll_CC_languages.patch
-#pootle_continue_after_po_failure.patch
-#import_old_config.patch
 debian_remove_external
 debian_use_dbconfig.patch
 debian_extra_config.patch




More information about the Debian-l10n-commits mailing list