#! /usr/bin/make -f

export PYBUILD_NAME=cppheaderparser
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_python3:
	dh_python3
	rm -rf debian/python3-cppheaderparser/usr/lib/python3/dist-packages/CppHeaderParser/doc
