File: rules

package info (click to toggle)
golang-github-azure-go-autorest 14.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, sid
  • size: 1,164 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := cmd example tracing/opencensus
export DH_GOLANG_INSTALL_EXTRA := $(shell find . -name go.mod)

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