Skip to content

Commit ce9d871

Browse files
committed
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.
1 parent 56fdc88 commit ce9d871

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

debian/control

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
55
XSBC-Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>
66
Build-Depends: debhelper-compat (= 12),
77
gdb,
8-
gcc-multilib [amd64],
9-
libc6-dev-i386 [amd64],
108
mpi-default-dev,
119
pkgconf,
1210
docbook,

0 commit comments

Comments
 (0)