#!/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

override_dh_auto_install:
	dh_auto_install
	# Currently no need for produced binary file(s)
	$(RM) -r $(CURDIR)/debian/$(shell dh_listpackages)/usr/bin
