#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := templates

%:
	dh ${@} --builddirectory=debian/_build --buildsystem=golang

override_dh_auto_test:
	# disabled (fails, needs more upstream work)
