#!/usr/bin/make -f

export PYBUILD_NAME=roman
export SETUPTOOLS_USE_DISTUTILS=stdlib

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

execute_after_dh_auto_install:
	rm debian/python3-roman/usr/bin/roman
