#!/usr/bin/make -f

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

execute_after_dh_python3:
	# remove conf.py file that should not be there
	rm -rfv debian/python3-notctyparser/usr/lib/python3/dist-packages/docs/
