File: rules

package info (click to toggle)
golang-github-cenkalti-backoff 5.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 148 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

# Appears to access network and do a HTTP request.
override_dh_auto_test:
	dh_auto_test -- --skip=ExampleRetry