#!/usr/bin/make -f

export PYBUILD_NAME=extractor

%:
	dh ${@} --buildsystem=pybuild

execute_after_dh_auto_clean:
	rm -rf Extractor.egg-info

execute_after_dh_installdocs:
	mv debian/python3-extractor/usr/bin debian/python3-extractor/usr/share/doc/python3-extractor/examples
