#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/dermotduffy/hyperion-py.git
include /usr/share/openstack-pkg-tools/pkgos.make

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

override_dh_auto_test:
	echo "Please help me to make test pass."

override_dh_fixperms:
	dh_fixperms
	rm -f $(CURDIR)/debian/python3-hyperion-py/usr/lib/python3/dist-packages/LICENSE
