Hi,
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?
doko closed #700996 with:
> python-bsddb3 (5.3.0-2) unstable; urgency=low
> * Build-depend on python3.2-dev (>= 3.2.3-7). Closes: #700996.
Andreas
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team