File: rules

package info (click to toggle)
golang-honnef-go-tools 2020.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,736 kB
  • sloc: sh: 64; lisp: 30; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install -- --no-binaries

ifneq (,$(filter $(DEB_HOST_ARCH), armhf))
override_dh_auto_test:
	# run out of memory: cannot allocate 4194304-byte block (3459678208 in use)
	-dh_auto_test
endif