#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := example/service internal/codegen/cmd internal/repotools

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