#!/usr/bin/make -f

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

# disable 'go test': it tries to interact with the local keyring daemon
override_dh_auto_test:
