#!/usr/bin/make -f

% :
	dh $@ --with=python3 --buildsystem=pybuild

# do not run tests, run /bin/true instead
override_dh_auto_test :
	true
