#! /usr/bin/make -f

export DEB_BUILD_OPTIONS=nocheck

export PYBUILD_NAME=biomaj-zipkin
%:
	dh $@ --with python3 --buildsystem=pybuild
