#!/usr/bin/make -f

# h2 tests need grpc/protobuf
export DH_GOLANG_EXCLUDES := cmd h2/grpc h2/testing h2/testservice

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