#!/usr/bin/make -f
#export DH_VERBOSE = 1
%:
	dh $@ --with python3  --buildsystem=pybuild

# the tests need the "coincidents" module which is not yet in Debian.
override_dh_auto_test:

override_dh_link:
	dh_link
	find debian/python3-shippinglabel/ -name 'LICENSE' -delete \
	-o -name 'requirements.txt' -delete
