[Debian-l10n-commits] r2608 - in /translate-toolkit/trunk/debian/patches: poterminology_defaultstopfile storage_bzr

bubulle at users.alioth.debian.org bubulle at users.alioth.debian.org
Sun Apr 17 07:59:01 UTC 2011


Author: bubulle
Date: Sun Apr 17 07:58:59 2011
New Revision: 2608

URL: http://svn.debian.org/wsvn/?sc=1&rev=2608
Log:
Refresh patches

Modified:
    translate-toolkit/trunk/debian/patches/poterminology_defaultstopfile
    translate-toolkit/trunk/debian/patches/storage_bzr

Modified: translate-toolkit/trunk/debian/patches/poterminology_defaultstopfile
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/patches/poterminology_defaultstopfile?rev=2608&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/patches/poterminology_defaultstopfile (original)
+++ translate-toolkit/trunk/debian/patches/poterminology_defaultstopfile Sun Apr 17 07:58:59 2011
@@ -3,14 +3,16 @@
 Status wrt upstream: Debian specific as long as the manpages are only
                      distributed by Debian
 
---- a/translate/tools/poterminology.py
-+++ b/translate/tools/poterminology.py
-@@ -457,7 +457,7 @@
+Index: trunk/translate/tools/poterminology.py
+===================================================================
+--- trunk.orig/translate/tools/poterminology.py
++++ trunk/translate/tools/poterminology.py
+@@ -467,7 +467,7 @@
  
      parser.add_option("-S", "--stopword-list", type="string", metavar="STOPFILE", dest="stopfile",
                        help="read stopword (term exclusion) list from STOPFILE (default %s)" %
 -                      file_discovery.get_abs_data_filename('stoplist-en'))
 +                      "/usr/share/pyshared/translate/share/stoplist-en")
  
-     parser.set_defaults(foldtitle = True, ignorecase = False)
+     parser.set_defaults(foldtitle=True, ignorecase=False)
      parser.add_option("-F", "--fold-titlecase", callback=fold_case_option,

Modified: translate-toolkit/trunk/debian/patches/storage_bzr
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/patches/storage_bzr?rev=2608&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/patches/storage_bzr (original)
+++ translate-toolkit/trunk/debian/patches/storage_bzr Sun Apr 17 07:58:59 2011
@@ -5,9 +5,11 @@
 
 Should be forwarded upstream.
 
---- a/translate/storage/versioncontrol/bzr.py
-+++ b/translate/storage/versioncontrol/bzr.py
-@@ -55,17 +55,17 @@
+Index: trunk/translate/storage/versioncontrol/bzr.py
+===================================================================
+--- trunk.orig/translate/storage/versioncontrol/bzr.py
++++ trunk/translate/storage/versioncontrol/bzr.py
+@@ -56,17 +56,17 @@
      def update(self, revision=None):
          """Does a clean update of the given path"""
          # bzr revert
@@ -30,7 +32,7 @@
          return output_revert + output_pull
  
      def commit(self, message=None, author=None):
-@@ -78,26 +78,26 @@
+@@ -79,25 +79,25 @@
          if author and (get_version() >= (0, 91)):
              command.extend(["--author", author])
          # the filename is the last argument
@@ -64,4 +66,3 @@
 -                    % (self.location_abs, error))
 +                    % (self.location_rel, error))
          return output
- 




More information about the Debian-l10n-commits mailing list