Re: How to prevent debhelper using Python 2

2012-11-14 Thread Dmitrijs Ledkovs
On 14 November 2012 19:11, Jakub Wilk wrote: > * Barry Warsaw , 2012-11-14, 13:17: > While working on the python3-sympy package, I've seen that if Python 2 is installed, various dh_* commands, like dh_auto_clean, will automatically try to run setup.py in Python 2. In this case, setu

Re: How to prevent debhelper using Python 2

2012-11-14 Thread Jakub Wilk
* Barry Warsaw , 2012-11-14, 13:17: While working on the python3-sympy package, I've seen that if Python 2 is installed, various dh_* commands, like dh_auto_clean, will automatically try to run setup.py in Python 2. In this case, setup.py checks the Python version and fails. This isn't a proble

Re: How to prevent debhelper using Python 2

2012-11-14 Thread Barry Warsaw
On Nov 14, 2012, at 02:14 PM, Jakub Wilk wrote: >* Thomas Kluyver , 2012-11-14, 11:44: >>While working on the python3-sympy package, I've seen that if Python 2 >is >>installed, various dh_* commands, like dh_auto_clean, will >automatically try >>to run setup.py in Python 2. In this case, setup.p

Re: How to prevent debhelper using Python 2

2012-11-14 Thread Barry Warsaw
On Nov 14, 2012, at 11:44 AM, Thomas Kluyver wrote: >While working on the python3-sympy package, I've seen that if Python 2 is >installed, various dh_* commands, like dh_auto_clean, will automatically >try to run setup.py in Python 2. In this case, setup.py checks the Python >version and fails. Th

Re: How to prevent debhelper using Python 2

2012-11-14 Thread Jakub Wilk
* Thomas Kluyver , 2012-11-14, 11:44: While working on the python3-sympy package, I've seen that if Python 2 is installed, various dh_* commands, like dh_auto_clean, will automatically try to run setup.py in Python 2. In this case, setup.py checks the Python version and fails. This isn't a prob