File: rules

package info (click to toggle)
golang-github-go-kit-kit 0.13.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,784 kB
  • sloc: sh: 22; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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