Hi,

As I see this bug report, 2 distinct approaches are discussed.

 * Message #5  : just build python3 only
 * Message #45 : fancy build for both python and python3

This comment on Message #5.  http://bugs.debian.org/597105#5

I used this patch to build a package and got hit by an intriguing
Bug#708138.  Jakub Wilk  helped me to understand the problem.

Script in Message #5 containing "$$python setup.py install" should have
"--force".

Here is why.  Let's think if we have 3.2 and 3.3.  This script execute
3.3 first and install script with #! line set to 3.3.  If there is no
--force, second run with python3 will not overwrite this installed
file.  This is not optimal since non-default version is written into
installed script #! line.

Regards,

Osamu


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to