#!/usr/bin/make -f

export DH_GOLANG_BUILDPKG := upspin.io/cmd/...
# The frontend serves https://upspin.io, which is not interesting for upspin
# users.
export DH_GOLANG_EXCLUDES := upspin.io/cmd/frontend

override_dh_auto_test:
	# TODO: look into why tests fail

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