#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := pkg/tuf/repository pkg/testing/data

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

override_dh_auto_test:
	rm -fv _build/src/github.com/sigstore/sigstore-go/pkg/root/trusted_root_test.go
	rm -fv _build/src/github.com/sigstore/sigstore-go/pkg/verify/signed_entity_test.go
	dh_auto_test $(DH_BUILD_OPTS)
