#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_TEST_ARGS=-k "not test_checks_are_formatted_properly"
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/.coverage {build_dir}/htmlcov {build_dir}/.pytest_cache

%:
	dh $@ --buildsystem=pybuild

override_dh_installman:
	docbook-to-man debian/manpage.refurb.sgml > refurb.1
	dh_installman
