#!/usr/bin/make -f
export PYBUILD_NAME=whatip
%:
	dh $@ --with python3
