#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 export GOCACHE=$(CURDIR)/.cache %: dh $@ override_dh_auto_build: ln -s vendor src dh_auto_build make man override_dh_auto_test: HOME=$(curdir)/tmp dh_auto_test --no-parallel override_dh_auto_clean: dh_auto_clean rm -f man/*.1 src