[Python-modules-team] Bug#705346: python-numpy: abi tag symlink wrong with python3.3
Julian Taylor
jtaylor.debian at googlemail.com
Sat Apr 13 12:02:32 UTC 2013
Package: python-numpy
Version: 1:1.7.1-1
Severity: important
Tags: experimental patch
the abi tags changed in python3.3 (u is not needed anymore).
Numpy hardcodes the tags in debian rules:87
set -e; for i in $(PY3VERS); do \
[ -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; \
done
...
Also python-numpy includes a symlink pythonX.Y_d folder which should be
in python-numpy-dbg
Please consider attached patch which should fix both issues.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abitag.patch
Type: text/x-diff
Size: 3096 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20130413/942c3b00/attachment.patch>
More information about the Python-modules-team
mailing list