#!/usr/bin/make -f

export DH_VERBOSE := 1

# Don't compile, test, or install a number of packages that require a big
# number of new dependencies, at least for now.
export DH_GOLANG_EXCLUDES := \
    circuitbreaker \
    metrics/cloudwatch \
    sd/consul \
    sd/eureka \
    tracing/opencensus \
    tracing/zipkin

%:
	dh $@ --buildsystem=golang
