#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := \
	test/fulcio-policy-presigned.json \
	test/policy-hello-signed.json \
	test/test.json \
	test/test.txt

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

B = $(CURDIR)/debian/tmp/usr/bin

execute_after_dh_auto_install:
	rm -fv $(B)/test
	rm -fv $(B)/docgen
