Source: python3-defaults Version: 3.2.3~rc1-2 Severity: normal User: debian-pyt...@lists.debian.org Usertags: python3.3
README.derivatives contains some instructions how to change the list of supported Python versions or change the default one. However, if you follow the instructions to add python3.3 (and then possibly make it default), you won't get a working dh_python3.
At least these two things would have to be fixed (there might be more, I didn't check);
1)
EXTENSION_TAG = 'cpython-%smu' DBG_EXTENSION_TAG = 'cpython-%sdmu' ...but ABI flags for Python 3.3 are "m"/"dm", not "mu"/"dmu". 2) if vers == '3': # assume .so files without tag in /usr/lib/python3/ are build for Python 3.2 vers = '32' -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org