#!/usr/bin/make -f

override_dh_missing:
	dh_missing --fail-missing

override_dh_auto_test:
	true

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

