#!/usr/bin/make -f
#export DH_VERBOSE = 1

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

# tests disabled because they depend on package 'coincidence'
# which has not yet been packaged in Debian, but which is
# under ITP (#1027481).
override_dh_auto_test:
