Bug#898347: Cleans and builds using python2 even when not asked to

2018-05-16 Thread Niels Thykier
Thomas Goirand: > Package: debhelper > Version: 11.2.1 > Severity: important > > When using debhelper like this: > > dh $@ --buildsystem=python_distutils --with python3 > > then it still calls: > python setup.py clean > and: > python setup.py build > > when really, nobody aske

Bug#898347: Cleans and builds using python2 even when not asked to

2018-05-10 Thread Thomas Goirand
Package: debhelper Version: 11.2.1 Severity: important When using debhelper like this: dh $@ --buildsystem=python_distutils --with python3 then it still calls: python setup.py clean and: python setup.py build when really, nobody asked for it to use Python 2. As a consequ