#!/usr/bin/make -f %: dh $@ --buildsystem=golang --with=golang override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test find -type f \( -name '*.pem' -or -name 'ofile' \) -delete endif