[Python-modules-team] Bug#499613: misnamed symlink in python-numpy

Sergio Gelato Sergio.Gelato at astro.su.se
Sat Sep 20 14:09:06 UTC 2008


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".)





More information about the Python-modules-team mailing list