#!/usr/bin/make -f

%:
	dh $@ --sourcedirectory=python --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -f python/LICENCE.rst

override_dh_auto_build:
	cp -p LICENCE.rst python/LICENCE.rst
	dh_auto_build
