#!/usr/bin/make -f

%:
	dh $@ --buildsystem=golang --builddirectory=_build

override_dh_auto_test:
	GODEBUG=x509sha1=1 dh_auto_test
