#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=commix

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs doc/CHANGELOG.md

override_dh_auto_install:
	dh_auto_install
	install -m 755 debian/commix.wrapper debian/commix/usr/bin/commix

execute_after_dh_link:
	rm -rf debian/commix/usr/lib/python3/dist-packages/commix*
