#!/usr/bin/make -f

override_dh_auto_install:
	dh_auto_install -- --no-source

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

override_dh_auto_test:
	echo "W: skipping test suite that attempts network connexions during build, see #928990"

override_dh_dwz:
	echo "W: dwz(1) fails on this package, cause unknown"
