[Python-modules-commits] r20745 - in packages/pywavelets/trunk/debian (2 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Mar 13 01:36:51 UTC 2012


    Date: Tuesday, March 13, 2012 @ 01:36:49
  Author: eriol-guest
Revision: 20745

Made 01_fix-cython-0-14-compiling.patch DEP3 compliant

Modified:
  packages/pywavelets/trunk/debian/changelog
  packages/pywavelets/trunk/debian/patches/01_fix-cython-0-14-compiling.patch

Modified: packages/pywavelets/trunk/debian/changelog
===================================================================
--- packages/pywavelets/trunk/debian/changelog	2012-03-12 12:20:46 UTC (rev 20744)
+++ packages/pywavelets/trunk/debian/changelog	2012-03-13 01:36:49 UTC (rev 20745)
@@ -8,10 +8,12 @@
     - Updated copyright years
   * debian/preinst
     - Removed because no more needed after Squeeze release
+  * debian/patches/01_fix-cython-0-14-compiling.patch
+    - Made DEP3 compliant
   * debian/rules
     - Enabled tests at build time
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 09 Mar 2012 20:41:33 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 13 Mar 2012 02:33:50 +0100
 
 pywavelets (0.2.0-3) unstable; urgency=low
 

Modified: packages/pywavelets/trunk/debian/patches/01_fix-cython-0-14-compiling.patch
===================================================================
--- packages/pywavelets/trunk/debian/patches/01_fix-cython-0-14-compiling.patch	2012-03-12 12:20:46 UTC (rev 20744)
+++ packages/pywavelets/trunk/debian/patches/01_fix-cython-0-14-compiling.patch	2012-03-13 01:36:49 UTC (rev 20745)
@@ -1,4 +1,6 @@
-Fixed compilation with cython >= 0.14
+Origin: https://bitbucket.org/nigma/pywt/changeset/784802d4118c
+Description: Fixed compilation with cython >= 0.14
+
 --- a/src/_pywt.pyx
 +++ b/src/_pywt.pyx
 @@ -164,7 +164,7 @@




More information about the Python-modules-commits mailing list