[Python-modules-commits] r21644 - in packages/numpy/trunk/debian (changelog python-numpy.links)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue May 8 21:07:32 UTC 2012


    Date: Tuesday, May 8, 2012 @ 21:07:27
  Author: morph
Revision: 21644

* debian/python-numpy.links
  - correctly generate symlinks to numarray include files; thanks to Ian
    Zimmerman for the report; Closes: #631677

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/python-numpy.links

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2012-05-08 02:08:31 UTC (rev 21643)
+++ packages/numpy/trunk/debian/changelog	2012-05-08 21:07:27 UTC (rev 21644)
@@ -11,8 +11,11 @@
   * debian/rules
     - link the include directory to the right path to the header files; thanks
       to Marc J. Driftmeyer for the report; Closes: #670970
+  * debian/python-numpy.links
+    - correctly generate symlinks to numarray include files; thanks to Ian
+      Zimmerman for the report; Closes: #631677
 
- -- Sandro Tosi <morph at debian.org>  Sun, 06 May 2012 23:12:57 +0200
+ -- Sandro Tosi <morph at debian.org>  Tue, 08 May 2012 23:04:39 +0200
 
 python-numpy (1:1.6.1-8) unstable; urgency=low
 

Modified: packages/numpy/trunk/debian/python-numpy.links
===================================================================
--- packages/numpy/trunk/debian/python-numpy.links	2012-05-08 02:08:31 UTC (rev 21643)
+++ packages/numpy/trunk/debian/python-numpy.links	2012-05-08 21:07:27 UTC (rev 21644)
@@ -1,7 +1,7 @@
-usr/share/pyshared/numpy/numarray/numpy/nummacro.h usr/share/pyshared/numpy/core/include/numpy/nummacro.h
-usr/share/pyshared/numpy/numarray/numpy/cfunc.h usr/share/pyshared/numpy/core/include/numpy/cfunc.h
-usr/share/pyshared/numpy/numarray/numpy/numcomplex.h usr/share/pyshared/numpy/core/include/numpy/numcomplex.h
-usr/share/pyshared/numpy/numarray/numpy/ieeespecial.h usr/share/pyshared/numpy/core/include/numpy/ieeespecial.h
-usr/share/pyshared/numpy/numarray/numpy/libnumarray.h usr/share/pyshared/numpy/core/include/numpy/libnumarray.h
-usr/share/pyshared/numpy/numarray/numpy/arraybase.h usr/share/pyshared/numpy/core/include/numpy/arraybase.h
+usr/share/pyshared/numpy/numarray/include/numpy/nummacro.h usr/share/pyshared/numpy/core/include/numpy/nummacro.h
+usr/share/pyshared/numpy/numarray/include/numpy/cfunc.h usr/share/pyshared/numpy/core/include/numpy/cfunc.h
+usr/share/pyshared/numpy/numarray/include/numpy/numcomplex.h usr/share/pyshared/numpy/core/include/numpy/numcomplex.h
+usr/share/pyshared/numpy/numarray/include/numpy/ieeespecial.h usr/share/pyshared/numpy/core/include/numpy/ieeespecial.h
+usr/share/pyshared/numpy/numarray/include/numpy/libnumarray.h usr/share/pyshared/numpy/core/include/numpy/libnumarray.h
+usr/share/pyshared/numpy/numarray/include/numpy/arraybase.h usr/share/pyshared/numpy/core/include/numpy/arraybase.h
 usr/share/pyshared/numpy/core/include/numpy usr/include/numpy




More information about the Python-modules-commits mailing list