Le mercredi 27 février 2013 à 11:49 +0100, Andreas Beckmann a écrit :
> On 2013-02-27 11:07, Sébastien Villemot wrote:
> > + * Install symlinks for Python 3 headers under /usr/include/python3.2mu
> > (resp.
> > + python3.2dmu) instead of /usr/include/python3.2 (resp. python3.2_d),
> > + to avoid file versus symlink conflict. (Closes: #700994)
>
> > - [ -d $(CURDIR)/debian/python3-numpy/usr/include/python$$i ] || \
> > - mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$$i; \
> > - dh_link -ppython3-numpy
> > usr/lib/python3/dist-packages/numpy/core/include/numpy
> > usr/include/python$$i/numpy; \
> > + [ -d $(CURDIR)/debian/python3-numpy/usr/include/python$${i}mu ] || \
> > + mkdir -p
> > $(CURDIR)/debian/python3-numpy/usr/include/python$${i}mu; \
> > + dh_link -ppython3-numpy
> > usr/lib/python3/dist-packages/numpy/core/include/numpy
> > usr/include/python$${i}mu/numpy; \
>
> Did you look into using an up-to-date python3.2-dev to get the include
> path correct automatically?Yes, this doesn't work for python-numpy. Given that debian/rules hardcodes the paths, I don’t think there is another way than modifying it directly. -- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://www.dynare.org/sebastien `- GPG Key: 4096R/381A7594
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

