#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := test
export DH_GOLANG_INSTALL_EXTRA := test search/facet/benchmark_data.txt analysis/test_words.txt

%:
	dh $@ --buildsystem=golang --with=golang
