#!/usr/bin/make -f

export DH_GOPKG := gopkg.in/tomb.v1

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