#!/usr/bin/make -f %: dh $@ --builddirectory=debian/_build --buildsystem=golang override_dh_auto_test: @echo "TestNewWatchedFileMissing was skipped because it produced the error Did not see expected change" dh_auto_test -- -skip='TestNewWatchedFileMissing' override_dh_auto_install: dh_auto_install -- --no-binaries