#!/usr/bin/make -f
export DH_GOPKG := github.com/evalphobia/logrus_sentry
export GOPROXY := off

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