#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/dpkg/pkg-info.mk export PYBUILD_NAME=$(DEB_SOURCE) export PYBUILD_TEST_ARGS=-k "not (test_execute or test_dep or test_target)" %: dh $@ --with bash-completion,sphinxdoc --buildsystem=pybuild execute_after_dh_bash-completion: cp zsh_completion_doit debian/python3-doit/usr/share/zsh/vendor-completions/_doit execute_after_dh_auto_clean: rm -rf doc/_build rm -f debian/doit.1 rm -f tests/data/stop rm -f tests/data/dependency* rm -f tests/data/target rm -f tests/data/w*.txt execute_before_dh_installman: # Generate manpages, stripping out the non-reproducible 'lib @