#!/usr/bin/make -f

#export DH_VERBOSE=1

export PYBUILD_NAME=sphinxcontrib.actdiag
export PYBUILD_TEST_ARGS=-k 'not test_build'

%:
	dh $@ --buildsystem=pybuild

override_dh_python3:
	dh_python3
	find $(CURDIR)/debian/python3-sphinxcontrib.actdiag -name tests -a -type d | xargs rm -rf
