File: rules

package info (click to toggle)
golang-github-segmentio-asm 1.2.0%2Bgit20231107.1cfacc8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: asm: 6,093; makefile: 32
file content (11 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -rf
include /usr/share/dpkg/pkg-info.mk

# Upstream already ships generated assembly.
# `valid` just validates UTF-8 data, doesn't seem worth including.
export DH_GOLANG_EXCLUDES := \
	github.com/segmentio/asm/build \
	github.com/segmentio/asm/utf8/cmd/valid

%:
	dh $@ --builddirectory=_build