#!/usr/bin/make -f

#export DH_VERBOSE=1
export DH_GOLANG_EXCLUDES = test/jsonpb-gogo
export DH_GOLANG_GO_GENERATE := 1

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

override_dh_auto_test:
	PATH="$(CURDIR)/_build/bin:$$PATH" dh_auto_test
