Re: dh_auto_* and Makefile

2014-05-01 Thread Brian May
On 2 May 2014 11:14, Christian Kastner wrote: > %: > dh $@ --with python2 --buildsystem=python_distutils > > See also section BUILD SYSTEM OPTIONS of debhelper(7). > Just what I wanted. Thanks. I did see this in the debhelper(7) man page, but got confused when it wasn't mentioned in th

Re: dh_auto_* and Makefile

2014-05-01 Thread Christian Kastner
On 2014-05-02 02:48, Brian May wrote: > In a particular project (django-model-utils 2.0.3 to be precise), if I > have a debian/rules file containing: > > > %: > dh $@ --with python2 > > Then dh_auto_* tools determine that the project comes with a Makefile > (upstream file), and uses that

dh_auto_* and Makefile

2014-05-01 Thread Brian May
Hello, In a particular project (django-model-utils 2.0.3 to be precise), if I have a debian/rules file containing: %: dh $@ --with python2 Then dh_auto_* tools determine that the project comes with a Makefile (upstream file), and uses that instead of setup.py How can I force it to use