#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Tue, 22 Oct 2019 09:14:09 +0200
export PYBUILD_NAME=wurlitzer
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	pybuild --test -s custom --test-args="{interpreter} test.py"
endif
