From 3d29bbb311b6c4885f1799ad8e94072683b3a943 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 1 Jun 2020 15:29:53 +0100 Subject: [PATCH] More tweaks to debian/rules --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index dcb31c7..e19f6af 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,9 @@ #!/usr/bin/make -f +export DH_VERBOSE := 1 export DH_GOLANG_EXCLUDES := vendor export GO111MODULE := off +export GOCACHE := on %: dh $@ --with=golang -- GitLab