File: rules

package info (click to toggle)
golang-github-grpc-ecosystem-go-grpc-middleware 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,464 kB
  • sloc: makefile: 107; sh: 9
file content (12 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download
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