#!/usr/bin/make -f

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

override_dh_auto_test:
	@if [ -d tests ]; then dh_auto_test; else echo "No tests directory; skipping"; fi