#!/usr/bin/make -f
# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1

#export PYBUILD_SYSTEM=custom
#export PYBUILD_TEST_ARGS="{interpreter} -m unittest discover -v"

export SETUPTOOLS_USE_DISTUTILS=stdlib

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

override_dh_auto_test:
	-du_auto_test
