#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := \
 kms/gcp/test \
 ssh/test/ls \
 storage/test \
 test

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