File: rules

package info (click to toggle)
golang-google-protobuf 1.28.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, sid
  • size: 10,424 kB
  • sloc: sh: 98; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES      := benchmarks internal/cmd
export DH_GOLANG_INSTALL_EXTRA := $(shell echo internal/fuzz/*/corpus)

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