File: rules

package info (click to toggle)
golang-inet-netstack 0.0~git20211120.8aa80cf2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,512 kB
  • sloc: asm: 900; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# Exclude packages not working on armhf, i386
export DH_GOLANG_EXCLUDES := abi/linux goid hostarch marshal safecopy sighandling syserr
# Workaround for dh-golang filename pattern match for errors pkg
export DH_GOLANG_EXCLUDES += netstack/errors errors/

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