#!/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 := \
    auth/casbin \
    circuitbreaker \
    examples \
    metrics/cloudwatch \
    metrics/cloudwatch2 \
    metrics/pcp \
    ratelimit \
    sd/consul \
    sd/etcd \
    sd/etcdv3 \
    sd/eureka \
    sd/zk \
    tracing/opencensus \
    tracing/opentracing \
    tracing/zipkin \
    transport/amqp \
    transport/awslambda \
    transport/nats

%:
	dh $@ --buildsystem=golang
