[Python-modules-team] Bug#700994: NMU diff for python-numpy 1.6.2-1.2
Andreas Beckmann
anbe at debian.org
Wed Feb 27 10:49:51 UTC 2013
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
More information about the Python-modules-team
mailing list