File: rules

package info (click to toggle)
golang-github-googleapis-gax-go 2.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 568 kB
  • sloc: sh: 55; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

D = debian/golang-github-googleapis-gax-go-dev
S = $(D)/usr/share/gocode/src/github.com/googleapis/gax-go

execute_after_dh_fixperms:
	chmod -x $(S)/v2/internallog/testdata/*
	chmod -x $(S)/v2/internallog/grpclog/testdata/*