#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := \
	commands/config/default-client-config.yml

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

# https://github.com/openpubkey/opkssh/issues/434
override_dh_auto_test:
	dh_auto_test $(DH_BUILD_OPTS) -- -skip=TestDetermineProvider
	-dh_auto_test $(DH_BUILD_OPTS) -- -run=TestDetermineProvider
