#!/usr/bin/make -f # Exclude the examples export DH_GOLANG_EXCLUDES := _examples/ export DH_GOLANG_BUILDPKG := github.com/jesseduffield/go-git/v5 %: dh $@ --buildsystem=golang --with=golang # Ignore the test (Please read README.Debian) override_dh_auto_test: