File: rules

package info (click to toggle)
golang-golang-x-mod 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 888 kB
  • sloc: makefile: 6; sh: 6
file content (12 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Avoid building /usr/bin/gosumcheck
export DH_GOLANG_EXCLUDES := gosumcheck

%:
	dh $@ --buildsystem=golang

# Avoid circular dependency on x/tools, and to avoid network access
override_dh_auto_test:
	DH_GOLANG_EXCLUDES=golang.org/x/mod/zip \
		dh_auto_test -- -test.short