[Python-modules-commits] r13232 - in packages/numpy/trunk/debian (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Jun 3 08:54:45 UTC 2010


    Date: Thursday, June 3, 2010 @ 08:54:41
  Author: morph
Revision: 13232

* debian/patches/05_fix_endianness_detection.patch
  - refreshed for new upstream code

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/patches/05_fix_endianness_detection.patch

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2010-06-03 08:45:00 UTC (rev 13231)
+++ packages/numpy/trunk/debian/changelog	2010-06-03 08:54:41 UTC (rev 13232)
@@ -7,6 +7,8 @@
   * New upstream release
   * debian/patches/04_fix_utils_deprecated.patch
     - removed, upstream code has changed
+  * debian/patches/05_fix_endianness_detection.patch
+    - refreshed for new upstream code
 
   [ Piotr Ożarowski ]
   * debian/control: add XB-Python-Version to python-numpy-dbg package
@@ -26,7 +28,7 @@
   * Use setup.py install --install-layout; specifying --prefix installs
     into the wrong location.
 
- -- Sandro Tosi <morph at debian.org>  Thu, 03 Jun 2010 10:43:39 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 03 Jun 2010 10:54:12 +0200
 
 python-numpy (1:1.3.0-3) unstable; urgency=low
 

Modified: packages/numpy/trunk/debian/patches/05_fix_endianness_detection.patch
===================================================================
--- packages/numpy/trunk/debian/patches/05_fix_endianness_detection.patch	2010-06-03 08:45:00 UTC (rev 13231)
+++ packages/numpy/trunk/debian/patches/05_fix_endianness_detection.patch	2010-06-03 08:54:41 UTC (rev 13232)
@@ -2,10 +2,10 @@
 machines. This patch forces the use of endian.h, this preventing
 several reverse dependencies os Numpy from failing to build.
 
-Index: python-numpy-1.3.0/numpy/core/include/numpy/npy_endian.h
+Index: python-numpy-1.4.1/numpy/core/include/numpy/npy_endian.h
 ===================================================================
---- python-numpy-1.3.0.orig/numpy/core/include/numpy/npy_endian.h	2009-08-30 09:25:25.000000000 -0500
-+++ python-numpy-1.3.0/numpy/core/include/numpy/npy_endian.h	2009-08-30 09:25:38.000000000 -0500
+--- python-numpy-1.4.1.orig/numpy/core/include/numpy/npy_endian.h	2010-04-22 11:35:23.000000000 +0200
++++ python-numpy-1.4.1/numpy/core/include/numpy/npy_endian.h	2010-06-03 10:52:58.000000000 +0200
 @@ -6,7 +6,8 @@
   * endian.h
   */
@@ -15,4 +15,4 @@
 +#if 1
      /* Use endian.h if available */
      #include <endian.h>
-     #define NPY_BYTE_ORDER __BYTE_ORDER
+ 




More information about the Python-modules-commits mailing list