#!/usr/bin/make -f

# Exclude the binaries
export DH_GOLANG_EXCLUDES := Gododir/

export DH_GOLANG_BUILDPKG := github.com/mgutz/str

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