#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=changeo

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_installman:
	# Trick to avoid manpage to assume files with extension .py is a language
	dh_installman --language=C
