#!/usr/bin/make -f %: dh $@ --buildsystem=golang --with=golang # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103139 ifneq (,$(filter $(DEB_TARGET_ARCH), i386)) override_dh_auto_test: -dh_auto_test $(DH_BUILD_OPTS) endif