On Sat, Sep 20, 2008 at 4:09 PM, Sergio Gelato <[EMAIL PROTECTED]> wrote: > 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".)
Thanks for the bug report and a solution. I've committed the change to the DPMT svn repo, now someone needs to test the package and upload, unfortunately I am too busy now to do that. Thanks, Ondrej _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

