[Python-modules-commits] r28131 - in packages/pyicu/trunk/debian (5 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Tue Mar 11 06:45:08 UTC 2014


    Date: Tuesday, March 11, 2014 @ 06:45:06
  Author: noskcaj-guest
Revision: 28131

New upstream release

Modified:
  packages/pyicu/trunk/debian/changelog
  packages/pyicu/trunk/debian/patches/fix_typo_in_deprecation_warning.patch
  packages/pyicu/trunk/debian/patches/no-setuptools-please.diff
  packages/pyicu/trunk/debian/patches/platform-definitions-fix.diff
  packages/pyicu/trunk/debian/patches/rename_docs_module.patch

Modified: packages/pyicu/trunk/debian/changelog
===================================================================
--- packages/pyicu/trunk/debian/changelog	2014-03-10 19:46:54 UTC (rev 28130)
+++ packages/pyicu/trunk/debian/changelog	2014-03-11 06:45:06 UTC (rev 28131)
@@ -1,3 +1,9 @@
+pyicu (1.6-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Tue, 11 Mar 2014 17:43:07 +1100
+
 pyicu (1.5-2) unstable; urgency=low
 
   * Rename docs.py to icu_docs.py instead of removing it

Modified: packages/pyicu/trunk/debian/patches/fix_typo_in_deprecation_warning.patch
===================================================================
--- packages/pyicu/trunk/debian/patches/fix_typo_in_deprecation_warning.patch	2014-03-10 19:46:54 UTC (rev 28130)
+++ packages/pyicu/trunk/debian/patches/fix_typo_in_deprecation_warning.patch	2014-03-11 06:45:06 UTC (rev 28131)
@@ -1,7 +1,9 @@
-Index: PyICU-1.5/PyICU.py
-===================================================================
---- PyICU-1.5.orig/PyICU.py
-+++ PyICU-1.5/PyICU.py
+---
+ PyICU.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/PyICU.py
++++ b/PyICU.py
 @@ -23,7 +23,7 @@
  
  import warnings as _warnings

Modified: packages/pyicu/trunk/debian/patches/no-setuptools-please.diff
===================================================================
--- packages/pyicu/trunk/debian/patches/no-setuptools-please.diff	2014-03-10 19:46:54 UTC (rev 28130)
+++ packages/pyicu/trunk/debian/patches/no-setuptools-please.diff	2014-03-11 06:45:06 UTC (rev 28131)
@@ -4,10 +4,12 @@
 ## DP: As usual - do not build with setuptools.
 
 @DPATCH@
-Index: PyICU-1.5/setup.py
-===================================================================
---- PyICU-1.5.orig/setup.py
-+++ PyICU-1.5/setup.py
+---
+ setup.py |    5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+--- a/setup.py
++++ b/setup.py
 @@ -1,10 +1,7 @@
  
  import os, sys
@@ -19,4 +21,4 @@
 +from distutils.core import setup, Extension
  
  
- VERSION = '1.5'
+ VERSION = '1.6'

Modified: packages/pyicu/trunk/debian/patches/platform-definitions-fix.diff
===================================================================
--- packages/pyicu/trunk/debian/patches/platform-definitions-fix.diff	2014-03-10 19:46:54 UTC (rev 28130)
+++ packages/pyicu/trunk/debian/patches/platform-definitions-fix.diff	2014-03-11 06:45:06 UTC (rev 28131)
@@ -5,10 +5,12 @@
 ## DP: take care of them in our case.
 
 @DPATCH@
-Index: PyICU-1.5/setup.py
-===================================================================
---- PyICU-1.5.orig/setup.py
-+++ PyICU-1.5/setup.py
+---
+ setup.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/setup.py
++++ b/setup.py
 @@ -48,7 +48,7 @@ LIBRARIES = {
  }
  
@@ -16,5 +18,5 @@
 -if platform.startswith('linux'):
 +if platform.startswith('linux') or platform.startswith('gnu'):
      platform = 'linux'
- 
- if 'PYICU_INCLUDES' in os.environ:
+ elif platform.startswith('freebsd'):
+     platform = 'freebsd'

Modified: packages/pyicu/trunk/debian/patches/rename_docs_module.patch
===================================================================
--- packages/pyicu/trunk/debian/patches/rename_docs_module.patch	2014-03-10 19:46:54 UTC (rev 28130)
+++ packages/pyicu/trunk/debian/patches/rename_docs_module.patch	2014-03-11 06:45:06 UTC (rev 28131)
@@ -1,7 +1,9 @@
-Index: PyICU-1.5/icu.py
-===================================================================
---- PyICU-1.5.orig/icu.py
-+++ PyICU-1.5/icu.py
+---
+ icu.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/icu.py
++++ b/icu.py
 @@ -34,4 +34,4 @@ class ICUError(Exception):
  class InvalidArgsError(Exception):
      pass




More information about the Python-modules-commits mailing list