Package: python-numpy
Version: 1:1.1.1-1

The bug is also present in earlier versions (including Ubuntu's
1:1.0.4-6ubuntu3 where I originally noticed it).

In debian/python-numpy.links, the line

usr/share/pyshared/numpy/numarray/numpy/cfunc.h 
usr/share/pyshared/numpy/core/include/numpy/numpycfunc.h

is missing a /; it should read

usr/share/pyshared/numpy/numarray/numpy/cfunc.h 
usr/share/pyshared/numpy/core/include/numpy/numpy/cfunc.h

As a consequence, C code that includes <numpy/libnumarray.h> fails to
compile. (That header has an #include "cfunc.h".)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to