#! /usr/bin/make -f

# disable pybuild as upstream build system is a nightmare
export PYBUILD_DISABLE=clean configure build install

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