#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install -- --no-source

# Disable tests for now, there are issues both under chroot (buildd) and with
# disabling those same tests (triggers failures in other ones).
# They all run fine under sbuild with unshare, but we should fix this before
# forky is released.
override_dh_auto_test:
