File: rules

package info (click to toggle)
golang-gogoprotobuf 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, experimental
  • size: 19,500 kB
  • sloc: makefile: 573; sh: 44
file content (9 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# unused binaries
export DH_GOLANG_EXCLUDES = conformance gogoreplace test/mixbench
export DH_GOLANG_GO_GENERATE := 1
export PATH := $(CURDIR)/_build/bin:$(PATH)

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