From 80df781bd63a1d9859bf2342fafb675abd74bdff Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 6 Sep 2024 12:03:27 +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 dc76545d..a49b8d06 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,9 @@ #!/usr/bin/make -f # -*- makefile -*- -export DH_GOPKG = git.autistici.org/id/auth -export DH_GOLANG_EXCLUDES = vendor +export DH_GOPKG := git.autistici.org/id/auth +export DH_GOLANG_EXCLUDES := vendor +export DH_GOLANG_INSTALL_ALL := 1 %: dh $@ --with golang --with systemd --buildsystem golang -- GitLab