#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := tools/antithesis-go-instrumentor

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