#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3
