#!/usr/bin/make -f

export PYBUILD_NAME=lazr.uri

%:
	dh $@ --with python2,python3 --buildsystem pybuild

override_dh_auto_install:
	dh_auto_install
	find debian/python*-lazr.* -name '*.pth' -delete

override_dh_auto_test:
	# We don't have a working build-time test-suite.

override_dh_installchangelogs:
	dh_installchangelogs src/lazr/uri/NEWS.txt
