#!/usr/bin/make -f

export PYBUILD_NAME=robot-detection

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

get-orig-source:
	uscan --verbose --rename
