#!/usr/bin/make -f

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

override_dh_auto_test:
	# The test suite needs an external network connection to fetch jquery.
	# Patching it would require adjustments for compliance with the available
	# version of libjs-jquery. This would require adjusting the patch for every
	# new libjs-jquery version. Let's just skip the tests instead.
