[Debian-l10n-commits] r1573 - in /translate-toolkit/trunk/debian: changelog patches/series patches/test_optrecurse-typo

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Feb 8 22:24:31 UTC 2009


Author: nekral-guest
Date: Sun Feb  8 22:24:31 2009
New Revision: 1573

URL: http://svn.debian.org/wsvn/?sc=1&rev=1573
Log:
  * debian/patches/test_optrecurse-typo, debian/patches/series: Fixed typo in
    translate/misc/test_optrecurse.py

Added:
    translate-toolkit/trunk/debian/patches/test_optrecurse-typo
Modified:
    translate-toolkit/trunk/debian/changelog
    translate-toolkit/trunk/debian/patches/series

Modified: translate-toolkit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/changelog?rev=1573&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/changelog (original)
+++ translate-toolkit/trunk/debian/changelog Sun Feb  8 22:24:31 2009
@@ -11,6 +11,8 @@
   * debian/control: Added a Build-Depends-Indep on python-simplejson.
   * debian/control: Added a Recommends on python-simplejson (used by
     tmserver).
+  * debian/patches/test_optrecurse-typo, debian/patches/series: Fixed typo in
+    translate/misc/test_optrecurse.py
 
  -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Sun, 08 Feb 2009 17:50:38 +0100
 

Modified: translate-toolkit/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/patches/series?rev=1573&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/patches/series (original)
+++ translate-toolkit/trunk/debian/patches/series Sun Feb  8 22:24:31 2009
@@ -1,3 +1,4 @@
 cleanup_install
 tools_manpages
 API-doc-in-separate-package
+test_optrecurse-typo

Added: translate-toolkit/trunk/debian/patches/test_optrecurse-typo
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/patches/test_optrecurse-typo?rev=1573&op=file
==============================================================================
--- translate-toolkit/trunk/debian/patches/test_optrecurse-typo (added)
+++ translate-toolkit/trunk/debian/patches/test_optrecurse-typo Sun Feb  8 22:24:31 2009
@@ -1,0 +1,11 @@
+--- a/translate/misc/test_optrecurse.py
++++ b/translate/misc/test_optrecurse.py
+@@ -3,7 +3,7 @@
+ from translate.misc import optrecurse
+ import os
+ 
+-class TestRecursiveOptionParser():
++class TestRecursiveOptionParser:
+ 
+     def __init__(self):
+         self.parser = optrecurse.RecursiveOptionParser({"txt":("po", None)})




More information about the Debian-l10n-commits mailing list