[Python-modules-commits] r17947 - in packages/polib/trunk/debian (4 files)

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Sun Jul 31 13:58:09 UTC 2011


    Date: Sunday, July 31, 2011 @ 13:58:08
  Author: angelabad-guest
Revision: 17947

* debian/patches/01_fix_unicode_in_changelog:
  - Fix erroneus unicode characters in CHANGELOG

Added:
  packages/polib/trunk/debian/patches/
  packages/polib/trunk/debian/patches/01_fix_unicode_in_changelog
  packages/polib/trunk/debian/patches/series
Modified:
  packages/polib/trunk/debian/changelog

Modified: packages/polib/trunk/debian/changelog
===================================================================
--- packages/polib/trunk/debian/changelog	2011-07-31 11:35:38 UTC (rev 17946)
+++ packages/polib/trunk/debian/changelog	2011-07-31 13:58:08 UTC (rev 17947)
@@ -3,8 +3,10 @@
   * Add python3-polib binary package
   * Run runtests.sh in package build
   * Bump debhelper depends to (>= 7.0.50~) for override uses
+  * debian/patches/01_fix_unicode_in_changelog:
+    - Fix erroneus unicode characters in CHANGELOG
 
- -- Angel Abad <angelabad at gmail.com>  Sun, 31 Jul 2011 13:33:53 +0200
+ -- Angel Abad <angelabad at gmail.com>  Sun, 31 Jul 2011 15:57:18 +0200
 
 polib (0.7.0-1) unstable; urgency=low
 

Added: packages/polib/trunk/debian/patches/01_fix_unicode_in_changelog
===================================================================
--- packages/polib/trunk/debian/patches/01_fix_unicode_in_changelog	                        (rev 0)
+++ packages/polib/trunk/debian/patches/01_fix_unicode_in_changelog	2011-07-31 13:58:08 UTC (rev 17947)
@@ -0,0 +1,20 @@
+--- a/CHANGELOG
++++ b/CHANGELOG
+@@ -11,7 +11,7 @@
+ Version 0.6.4 (2011/07/13)
+ --------------------------
+  - Better api, autodetected_encoding is no longer required to explicitely set the encoding (fixes issue #23),
+- - Fixed issue #24 Support indented PO files (thanks to François Poirotte).
++ - Fixed issue #24 Support indented PO files (thanks to François Poirotte).
+ 
+ Version 0.6.3 (2011/02/19)
+ --------------------------
+@@ -49,7 +49,7 @@
+  - correctly unescape lines containing both \\\\n and \\n (thanks to Martin Geisler),
+  - fixed issue #6: __str__() methods are returning unicode instead of str,
+  - fixed issue #8: POFile.merge error when an entry is obsolete in a .po, that this entry reappears in the .pot and that we merge the two,
+- - added support to instanciate POFile objects using data instead of file path (thanks to Diego Búrigo Zacarão),
++ - added support to instanciate POFile objects using data instead of file path (thanks to Diego Búrigo Zacarão),
+  - fixed issue #9: POFile.merge drop fuzzy attributes from translations (thanks to Tim Gerundt),
+  - fixed issue #10: Finding entries with the same msgid and different context (msgctxt).
+ 

Added: packages/polib/trunk/debian/patches/series
===================================================================
--- packages/polib/trunk/debian/patches/series	                        (rev 0)
+++ packages/polib/trunk/debian/patches/series	2011-07-31 13:58:08 UTC (rev 17947)
@@ -0,0 +1 @@
+01_fix_unicode_in_changelog




More information about the Python-modules-commits mailing list