#!/usr/bin/make -f

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

override_dh_auto_test:
	# Tests are disabled as they need test credentials to login to Proton Drive,
	# as well as internet access.
