#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := _examples/

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

# https://github.com/gliderlabs/ssh/issues/260
override_dh_auto_test:
	dh_auto_test $(DH_BUILD_OPTS) -- -skip=TestServerClose
