File: rules

package info (click to toggle)
golang-github-grpc-ecosystem-go-grpc-middleware 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,564 kB
  • sloc: makefile: 100; sh: 9
file content (12 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# requres bufbuild/buf
DH_GOLANG_EXCLUDES := protovalidate examples
export DH_GOLANG_EXCLUDES

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

# avoid autopkgtest failures
execute_before_dh_auto_install:
	rm -vf _build/src/github.com/grpc-ecosystem/go-grpc-middleware/interceptors/retry/retry_test.go