File: rules

package info (click to toggle)
golang-github-go-kit-kit 0.13.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,784 kB
  • sloc: sh: 22; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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.
# NB: sd/etcd is diabled to avoid a dependency loop while building src:etcd
export DH_GOLANG_EXCLUDES := \
    circuitbreaker \
    metrics/cloudwatch \
    sd/consul \
	sd/etcd \
    sd/eureka \
    tracing/opencensus \
    tracing/zipkin

%:
	dh $@ --buildsystem=golang