Building a Debian package with two buildsystem
- by queueoverflow
I have a package that needs to be build with both a regular makefile and a setup.py. The thing is that the Debian packaging magic that is invoked via debuild would recognize a makefile and do the right
make
make install DESTDIR=???
thing and get it working right. When I only have a setup.py sitting there and have dh $@ --with python3…