File: rules

package info (click to toggle)
golang-golang-x-sys 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, experimental, sid
  • size: 10,028 kB
  • sloc: asm: 5,361; sh: 920; ansic: 51; makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

# Do not include plan9 and windows packages that are not relevant to Debian. In
# particular, the plan9 package makes build fail when using gccgo.
export DH_GOLANG_EXCLUDES := plan9 windows unix/internal/mkmerge

%:
	dh $@ --buildsystem=golang