From b58704b2c51f4057867ceee27b209b35d3d0a350 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 24 Feb 2019 10:48:28 +0300 Subject: [PATCH] Fix Debian 'Architecture' When it's 'all', architecture-independent packages are built, and so now an x86_64 executable is packaged to noarch packaged. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 65a184c0..53cee5f9 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Browser: https://github.com/mikefarah/yq.git Vcs-Git: https://github.com/mikefarah/yq.git Package: yq -Architecture: all +Architecture: any Built-Using: ${misc:Built-Using} Depends: ${shlibs:Depends}, ${misc:Depends}