From 88655fba1b42b6336e7e86d687d19ff64c579c03 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sun, 14 Feb 2021 04:06:37 +0100 Subject: [PATCH] uncanny/debian/control: Make "golang" build dependency :native so cross compilation works --- uncanny/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncanny/debian/control b/uncanny/debian/control index 999f871..7f793f6 100644 --- a/uncanny/debian/control +++ b/uncanny/debian/control @@ -2,7 +2,7 @@ Source: uncanny Section: embedded Priority: optional Maintainer: Gregor Riepl -Build-Depends: debhelper (>=11), dh-golang, golang (>=1.11) +Build-Depends: debhelper (>=11), dh-golang, golang:native (>=1.11) Standards-Version: 4.5.1 Homepage: https://git.kabelsalat.ch/ccc-basel/matemat