Dear Stable Release Managers, I would request you to please consider the attached fix as an update to the python-numpy package in Lenny. (Fixes a missing symlink).
Thank you. Kumar
Index: debian/python-numpy.links =================================================================== --- debian/python-numpy.links (revision 9210) +++ debian/python-numpy.links (working copy) @@ -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 Index: debian/changelog =================================================================== --- debian/changelog (revision 9210) +++ debian/changelog (working copy) @@ -1,3 +1,9 @@ +python-numpy (1:1.1.0-3+lenny1) stable; urgency=low + + * Fix incorrect cfunc.h symlink. (Closes: #538599) + + -- Kumar Appaiah <[email protected]> Wed, 29 Jul 2009 07:36:45 -0500 + python-numpy (1:1.1.0-3) unstable; urgency=low [ Riku Voipio ]

