#!/usr/bin/make -f

export PYBUILD_NAME=camelot-py

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	help2man -N -s 1 -i debian/man_include.txt ./debian/bin/camelot > debian/camelot.1

execute_after_dh_auto_test:
	rm .pybuild/*/build/.coverage
	rm .pybuild/*/build/coverage.xml
