File: rules

package info (click to toggle)
golang-github-valyala-gozstd 1.21.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 84
file content (10 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

ifeq ($(DEB_HOST_ARCH_CPU),arm)
override_dh_auto_test:
	# Ignore errors due to out of memory panics.
	-dh_auto_test
endif