#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := cmd example tracing/opencensus
export TZ := UTC

%:
	dh $@ --buildsystem=golang
