#!/usr/bin/make -f
export DH_GOLANG_EXCLUDES := datetool

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