File: rules

package info (click to toggle)
golang-github-prometheus-common 0%2Bgit20181119.b36ad28-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 716 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# Include test fixtures.
export DH_GOLANG_INSTALL_EXTRA := expfmt/testdata config/testdata

# Remove the version package, to avoid circular dependency. These are copied
# later using dh_install.
export DH_GOLANG_EXCLUDES := github.com/prometheus/common/version

%:
	dh $@ --buildsystem=golang --with=golang