From ce9d8710ca35d23d84473ad161b7ca7699a8dab2 Mon Sep 17 00:00:00 2001 From: not-matthias Date: Tue, 23 Jun 2026 11:11:49 +0200 Subject: [PATCH] fix(deb): drop 32-bit build-deps to match 64-bit-only build PR #17 stopped installing gcc-multilib/libc6-dev-i386 in the Release workflow (the deb already forces --enable-only64bit) but left them in debian/control Build-Depends, so dpkg-checkbuilddeps aborted debuild before any compile and the release produced no .deb assets. --- debian/control | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/control b/debian/control index de0637173..5b5d00012 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,6 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Alessandro Ghedini Build-Depends: debhelper-compat (= 12), gdb, - gcc-multilib [amd64], - libc6-dev-i386 [amd64], mpi-default-dev, pkgconf, docbook,