From 52bc1650d93d308a36736e0dfdfce9376073ccd7 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 6 Sep 2024 13:15:05 +0100 Subject: [PATCH] Set DH_GOLANG_INSTALL_ALL --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 8bc6284..93f9d0c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,8 @@ #!/usr/bin/make -f -export DH_GOPKG = git.autistici.org/id/usermetadb -export DH_GOLANG_EXCLUDES = vendor +export DH_GOPKG := git.autistici.org/id/usermetadb +export DH_GOLANG_EXCLUDES := vendor +export DH_GOLANG_INSTALL_ALL := 1 %: -- GitLab