#!/usr/bin/make -f

export PYBUILD_NAME=cryptoparser
export DEB_BUILD_OPTIONS=nocheck

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