File: rules

package info (click to toggle)
golang-github-nginxinc-nginx-plus-go-client 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: makefile: 47
file content (9 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# The integration tests require a running nginx instance.
export DH_GOLANG_EXCLUDES := \
	tests \
	# EOL

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