#!/usr/bin/make -f #export DH_VERBOSE = 1 %: dh $@ --with python2 --buildsystem=pybuild override_dh_auto_build: override_dh_auto_install: python setup.py build --force -b build/ install --force --root=debian/tmp --no-compile -O0 --install-layout=deb