#!/usr/bin/make -f

export DH_OPTIONS

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

execute_after_dh_auto_build:
	$(MAKE) -C doc man htmlhelp

execute_after_dh_auto_clean:
	$(MAKE) -C doc clean

execute_after_dh_clean:
	rm -rf .pybuild

execute_after_dh_install:
	rm -rvf debian/*/usr/lib/python3*/dist-packages/pyqi-*.egg-info
