#!/usr/bin/make -f

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

override_dh_auto_test:
	# upstream tests rely on network and correct ACCESS_KEY_ID applied,
	# so we don't run tests here.
	# https://github.com/denverdino/aliyungo/issues/165
