#!/usr/bin/make -f

export SETUPTOOLS_USE_DISTUTILS=stdlib

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

override_dh_auto_clean:
	rm -Rf PyHoca_CLI.egg-info/
	-dh_auto_clean

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..
