#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=tempora

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

# no unit tests are found but may cause build failure anyway when 'six' is not available
override_dh_auto_test:

override_dh_installexamples:
	# install tiny, autogenerated calc-prorate script as an example only
	dh_installexamples
	rm -vrf debian/python3-tempora/usr/bin
