From 2af41ccc2ad9a8f49d4e1d1901d402ca3c1989e3 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 7 May 2024 15:22:02 +0100 Subject: [PATCH] Set DH_GOLANG_INSTALL_ALL to true --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index b0788496..9c7b3153 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ export DH_GOPKG = git.autistici.org/ai3/tools/acmeserver export DH_GOLANG_EXCLUDES = vendor +export DH_GOLANG_INSTALL_ALL := 1 %: -- GitLab