#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := github.com/jacobsa/gcloud/tools github.com/jacobsa/gcloud/gcs/tools

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

# Go 1.26 URL/Transport incompatibilities with the legacy gcsfake mock
# Disable tests that hang until timeout in 10 minutes
override_dh_auto_test:
	dh_auto_test -- -short -test.skip="TestBucket|TestConn"
