#!/usr/bin/make -f

export DH_GOPKG := jsouthworth.net/go/dyn

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

