From 947780cb85d1f0743b4b79df6870c05b62bd168a Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 1 Jun 2020 15:32:42 +0100 Subject: [PATCH] Random permutations --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index e19f6af..6965557 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ export DH_VERBOSE := 1 export DH_GOLANG_EXCLUDES := vendor +export DH_GOLANG_INSTALL_ALL := 1 export GO111MODULE := off export GOCACHE := on -- GitLab