#!/usr/bin/make -f
export PYBUILD_DISABLE = 3.9

%:
	dh $@ -Spybuild --with python3

execute_after_dh_auto_install:
	-find debian -type f -name .coverage -delete
