#!/usr/bin/make -f

# Cross-compile for windows so the dh_golang logic can properly pick up the sources.
export GOOS=windows

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

# Disable tests, since they only run on windows.
override_dh_auto_test:
