#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

DEB_BUILD_OPTIONS = nocheck
export PYBUILD_DISABLE=test

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