#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES      := benchmarks internal/cmd
export DH_GOLANG_INSTALL_EXTRA := $(shell echo internal/fuzz/*/corpus) reflect/protodesc/editions_defaults.binpb

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