#!/usr/bin/make -f export DH_VERBOSE=1 export PYBUILD_NAME=schedule export PYBUILD_BEFORE_TEST=cp -r {dir}/test_* {build_dir} export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test_* %: dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs HISTORY.rst