#!/usr/bin/make -f

%:
	dh $@ --with python3 --buildsystem=python_distutils
	
override_dh_auto_clean:
	make clean
