#!/usr/bin/make -f
export GOCACHE := /tmp/gocache
export GOPATH := /usr/share/gocode
%:
	dh $@
