[Python-modules-commits] r13882 - in packages/parsedatetime/trunk/debian (3 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Jul 10 22:14:17 UTC 2010


    Date: Saturday, July 10, 2010 @ 22:14:16
  Author: bzed
Revision: 13882

Adding a patch to avoid a deprecation warning: PyICU was renamed to icu.

Added:
  packages/parsedatetime/trunk/debian/patches/rename-PyICU-to-icu.dpatch
Modified:
  packages/parsedatetime/trunk/debian/changelog
  packages/parsedatetime/trunk/debian/patches/00list

Modified: packages/parsedatetime/trunk/debian/changelog
===================================================================
--- packages/parsedatetime/trunk/debian/changelog	2010-07-10 22:12:56 UTC (rev 13881)
+++ packages/parsedatetime/trunk/debian/changelog	2010-07-10 22:14:16 UTC (rev 13882)
@@ -1,3 +1,9 @@
+parsedatetime (0.8.7-2) unstable; urgency=low
+
+  * Adding a patch to avoid a deprecation warning: PyICU was renamed to icu.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 11 Jul 2010 00:13:41 +0200
+
 parsedatetime (0.8.7-1) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/parsedatetime/trunk/debian/patches/00list
===================================================================
--- packages/parsedatetime/trunk/debian/patches/00list	2010-07-10 22:12:56 UTC (rev 13881)
+++ packages/parsedatetime/trunk/debian/patches/00list	2010-07-10 22:14:16 UTC (rev 13882)
@@ -1,2 +1,3 @@
 remove-shebang
 no-setuptools-please
+rename-PyICU-to-icu

Added: packages/parsedatetime/trunk/debian/patches/rename-PyICU-to-icu.dpatch
===================================================================
--- packages/parsedatetime/trunk/debian/patches/rename-PyICU-to-icu.dpatch	                        (rev 0)
+++ packages/parsedatetime/trunk/debian/patches/rename-PyICU-to-icu.dpatch	2010-07-10 22:14:16 UTC (rev 13882)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## rename-PyICU-to-icu.dpatch by Bernd Zeimetz <bzed at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' parsedatetime~/parsedatetime/parsedatetime_consts.py parsedatetime/parsedatetime/parsedatetime_consts.py
+--- parsedatetime~/parsedatetime/parsedatetime_consts.py	2010-07-11 00:10:45.404552673 +0200
++++ parsedatetime/parsedatetime/parsedatetime_consts.py	2010-07-11 00:11:59.711663651 +0200
+@@ -28,7 +28,7 @@
+ """
+ 
+ try:
+-    import PyICU as pyicu
++    import icu as pyicu
+ except:
+     pyicu = None
+ 


Property changes on: packages/parsedatetime/trunk/debian/patches/rename-PyICU-to-icu.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list