File: rules

package info (click to toggle)
golang-gonum-v1-plot 0.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,980 kB
  • sloc: sh: 81; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

ifeq (,$(filter $(DEB_HOST_ARCH), amd64))
override_dh_auto_test:
	# Tests other than amd64 seem failing randomly, and sometimes due to rounding errors. Disable for other arches for testing migration.
	-dh_auto_test
endif