[Python-modules-commits] r9211 - in packages/numpy/branches/lenny/debian (2 files)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Wed Jul 29 12:58:54 UTC 2009


    Date: Wednesday, July 29, 2009 @ 12:58:53
  Author: akumar
Revision: 9211

Fix incorrect cfunc.h symlink. (Closes: #538599)

Modified:
  packages/numpy/branches/lenny/debian/changelog
  packages/numpy/branches/lenny/debian/python-numpy.links

Modified: packages/numpy/branches/lenny/debian/changelog
===================================================================
--- packages/numpy/branches/lenny/debian/changelog	2009-07-29 12:56:38 UTC (rev 9210)
+++ packages/numpy/branches/lenny/debian/changelog	2009-07-29 12:58:53 UTC (rev 9211)
@@ -1,3 +1,9 @@
+python-numpy (1:1.1.0-3+lenny1) UNRELEASED; urgency=low
+
+  * Fix incorrect cfunc.h symlink. (Closes: #538599)
+
+ -- Kumar Appaiah <akumar at debian.org>  Wed, 29 Jul 2009 07:36:45 -0500
+
 python-numpy (1:1.1.0-3) unstable; urgency=low
 
   [ Riku Voipio ]

Modified: packages/numpy/branches/lenny/debian/python-numpy.links
===================================================================
--- packages/numpy/branches/lenny/debian/python-numpy.links	2009-07-29 12:56:38 UTC (rev 9210)
+++ packages/numpy/branches/lenny/debian/python-numpy.links	2009-07-29 12:58:53 UTC (rev 9211)
@@ -1,5 +1,5 @@
 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/numpycfunc.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




More information about the Python-modules-commits mailing list