#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples cmd/bench

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