#!/usr/bin/make -f

export PYBUILD_AFTER_TEST=rm -fv {build_dir}/htmlcov/status.json

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	rm -rf debian/*/usr/lib/python3/dist-packages/htmlcov/
