#!/usr/bin/make -f

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

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