#!/usr/bin/make -f
export DH_OPTIONS
export DH_GOPKG := github.com/coreos/go-log

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