#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := \
	google.golang.org/genproto/internal/actions/cmd/changefinder \
	google.golang.org/genproto/googleapis/cloud/resourcesettings

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