#!/usr/bin/make -f

override_dh_auto_test:
	# Tests fail, but the package is deprecated.

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