#!/usr/bin/make -f
export DH_GOLANG_EXCLUDES := google.golang.org/genproto/internal/actions/cmd/changefinder

BUILDDIR := $(CURDIR)/build

%:
	dh $@ --buildsystem=golang --with=golang --builddirectory=$(BUILDDIR)
