#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Thu, 17 Aug 2023 13:11:14 +0200
export PYBUILD_NAME=camelot-py
%:
	dh $@ --with python3 --buildsystem=pybuild

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

override_dh_auto_test:
	dh_auto_test
	rm .pybuild/*/build/.coverage
	rm .pybuild/*/build/coverage.xml
