#!/usr/bin/make -f export DH_GOLANG_INSTALL_EXTRA := specsuite %: dh $@ --builddirectory=_build --buildsystem=golang # Avoid shipping some files: override_dh_auto_install: # /usr/bin would get: hcldec, hclfmt, and hclspecsuite dh_auto_install -- --no-binaries chmod -v -x debian/tmp/usr/share/gocode/src/github.com/hashicorp/hcl/v2/hclsyntax/expression_vars.go # hashicorp/hcl/v2/specsuite/ would get: find debian/tmp \ \( -name 'tmp_hcldec' -o -name 'tmp_hclspecsuite' -o -name '.gitignore' \) \ -print -delete