[Python-modules-commits] r3822 - in packages/scipy/trunk/debian (3 files)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Mon Dec 3 15:05:59 UTC 2007
Date: Monday, December 3, 2007 @ 15:05:58
Author: certik-guest
Revision: 3822
preparing for upload
Added:
packages/scipy/trunk/debian/patches/segfault.patch
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/patches/series
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2007-12-03 14:34:36 UTC (rev 3821)
+++ packages/scipy/trunk/debian/changelog 2007-12-03 15:05:58 UTC (rev 3822)
@@ -1,6 +1,7 @@
-python-scipy (0.6.0-4) UNRELEASED; urgency=low
+python-scipy (0.6.0-4) unstable; urgency=low
* Use quilt (much eaiser to use) instead of dpatch
+ * Paul's patch added (Closes: #452991)
-- Ondrej Certik <ondrej at certik.cz> Mon, 03 Dec 2007 15:33:24 +0100
Added: packages/scipy/trunk/debian/patches/segfault.patch
===================================================================
--- packages/scipy/trunk/debian/patches/segfault.patch (rev 0)
+++ packages/scipy/trunk/debian/patches/segfault.patch 2007-12-03 15:05:58 UTC (rev 3822)
@@ -0,0 +1,17 @@
+Index: python-scipy-0.6.0/scipy/ndimage/src/nd_image.h
+===================================================================
+--- python-scipy-0.6.0.orig/scipy/ndimage/src/nd_image.h 2007-12-03 15:37:20.384851591 +0100
++++ python-scipy-0.6.0/scipy/ndimage/src/nd_image.h 2007-12-03 15:37:36.885791926 +0100
+@@ -273,12 +273,6 @@
+ NA_ByteOrder(), 1, 1);
+ }
+
+-#define NA_OutputArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_OutputArray)
+-#define NA_IoArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_IoArray)
+-#define NA_NewArray (*(PyArrayObject* (*) (void* buffer, NumarrayType, int, ...) ) (void *) NA_NewArray )
+-#define NA_elements (*(unsigned long (*) (PyArrayObject*) ) (void *) NA_elements)
+-#define NA_InputArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_InputArray)
+-
+ #endif /* ND_IMPORT_ARRAY */
+
+ #endif /* ND_IMAGE_H */
Modified: packages/scipy/trunk/debian/patches/series
===================================================================
--- packages/scipy/trunk/debian/patches/series 2007-12-03 14:34:36 UTC (rev 3821)
+++ packages/scipy/trunk/debian/patches/series 2007-12-03 15:05:58 UTC (rev 3822)
@@ -1 +1,2 @@
+segfault.patch
umfpack.dpatch
More information about the Python-modules-commits
mailing list