#!/usr/bin/make -f

export GOROOT := /usr/lib/go-1.26
export PATH := /usr/lib/go-1.26/bin:$(PATH)

export DH_GOLANG_INSTALL_EXTRA := js

%:
	dh ${@} --builddirectory=debian/_build --buildsystem=golang

override_dh_auto_test:
	# disabled (testdata has compiled javascript removed from orig.tar)
