File: rules

package info (click to toggle)
golang-gopkg-hlandau-acmeapi.v2 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

# Disable OCSP test to avoid network access
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_test -- -run '^Test([^O]|O[^C]|OC[^S]|OCS[^P])'
endif