File: rules

package info (click to toggle)
golang-github-google-s2a-go 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,800 kB
  • sloc: sh: 144; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := example/server example/echo		\
	example/proto example/client internal/v2/fakes2av2_server	\
	tools/internal_ci/test_gae

export DH_GOLANG_INSTALL_EXTRA := testdata/

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

override_dh_auto_build:
	$(CURDIR)/tools/proto/regenerate_proto.sh
	dh_auto_build -O--builddirectory=_build -O--buildsystem=golang