#!/usr/bin/make -f

# XXX: Some tests fail hard when asynctimerchan!=0 which is the default when
# GO111MODULE is set to off.
export GODEBUG = asynctimerchan=0

%:
	dh $@ --builddirectory=debian/_build
