#!/usr/bin/make -f

export DH_GOLANG_BUILDPKG := \
	github.com/in-toto/archivista/pkg/api

export DH_GOLANG_INSTALL_EXTRA := \
	test/package.attestation.json

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