#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := internal/htmlstack \
	vendor/github.com/maruel/panicparse/v2/stack

# Tests fail with "fatal error: float64nan" with QEMU
# with the GOMIPS=hardfloat default but succeeds with GOMIPS=softfloat
# but maybe the reverse on our real mipsel hardware.
# See https://github.com/maruel/panicparse/issues/67
#export GOMIPS := softfloat

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