#!/usr/bin/make -f

export DEB_GOMINCOMPAT := 1.27

export DH_GOLANG_INSTALL_EXTRA := templates

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

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