#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := internal/conformance
export DH_GOLANG_EXCLUDES_ALL := 1

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