File: rules

package info (click to toggle)
golang-github-nbrownus-go-metrics-prometheus 0.0~git20210712.974a626-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 148 kB
  • sloc: sh: 11; makefile: 9
file content (8 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

# The TestPrometheusMeterGetUpdated test is known to be bad
# and is currently failing. This does not effect the build
# TODO: Remove when upstream tests are fixed