Activity log for bug #1017043

Date Who What changed Old value New value Message
2012-06-24 04:05:02 Umang Varma bug added bug
2012-06-24 04:05:36 Umang Varma description I'm running debhelper (VERSION) Here's an snippet from debuild output: fakeroot debian/rules clean dh clean --with python3 dh_testdir dh_auto_clean File "setup.py", line 3 SyntaxError: Non-ASCII character '\xc2' in file setup.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details Now, in Python3, UTF-8 is the default encoding. So it looks to me that it uses python2 instead of python3. I'm running debhelper 9.20120115ubuntu3 Here's an snippet from debuild output:  fakeroot debian/rules clean dh clean --with python3    dh_testdir    dh_auto_clean   File "setup.py", line 3 SyntaxError: Non-ASCII character '\xc2' in file setup.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details Now, in Python3, UTF-8 is the default encoding. So it looks to me that it uses python2 instead of python3.
2012-10-25 03:34:04 Launchpad Janitor debhelper (Ubuntu): status New Confirmed
2012-10-25 03:34:08 Bernmeister bug added subscriber Bernmeister
2012-11-05 10:17:37 Dimitri John Ledkov debhelper (Ubuntu): status Confirmed Invalid