File: rules

package info (click to toggle)
golang-refraction-networking-utls 0.0~git20201210.2179f28-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,496 kB
  • sloc: asm: 21; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := testdata
export DH_GOLANG_EXCLUDES := examples

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

ifneq ($(filter $(DEB_TARGET_ARCH), ppc64el),)
override_dh_auto_test:
# Workaround test fails on ppc64el: #976940
	-dh_auto_test
endif