From 742bec95eba75607e6627f48bc0f727283bae020 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 1 Jun 2020 15:37:11 +0100
Subject: [PATCH] Explicitate --buildsystem

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 58b911e..7150d58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DH_GOLANG_EXCLUDES := vendor
 export GO111MODULE := off
 
 %:
-	dh $@ --with=golang
+	dh $@ --with=golang --buildsystem=golang
 
 override_dh_auto_install:
 	dh_auto_install -- --no-source
-- 
GitLab