#!/usr/bin/make -f

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

# Disable auto test because the test has hard coded login shell value
override_dh_auto_test:
