#!/usr/bin/make -f
include /usr/share/dpkg/default.mk

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

override_dh_auto_test:
	echo "Tests disabled, because doing network access."
