#!/usr/bin/make -f

export DH_OPTIONS

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