#!/usr/bin/make -f

# Don't build `minisign` binary
export DH_GOLANG_EXCLUDES := cmd/

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