#!/usr/bin/make -f

# Include files for testing
export DH_GOLANG_INSTALL_EXTRA := test

# Do not include the programs for now.
# It does not seem they are needed currently.
export DH_GOLANG_EXCLUDES := scribecmd scribevulnpolicy

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