#!/usr/bin/make -f
export SHELL=/bin/bash
%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang
