#!/usr/bin/make -f
export PYBUILD_DIR=src
%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	PYBUILD_DIR=. dh_auto_test --buildsystem=pybuild
