Source: gambas3 Version: 3.18.2-2 Severity: important Tags: patch Control: block 1041266 by -1
Dear Maintainer, Your package needs to stop using qtwebengine5-dev on mipsel where the package is going to be removed. The attached patch resolves the issue. Kind Regards, Bas
diff -Nru gambas3-3.18.2/debian/changelog gambas3-3.18.2/debian/changelog --- gambas3-3.18.2/debian/changelog 2023-06-19 16:32:11.000000000 +0200 +++ gambas3-3.18.2/debian/changelog 2023-07-25 10:07:47.000000000 +0200 @@ -1,3 +1,10 @@ +gambas3 (3.18.2-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Don't use qtwebengine5-dev on mipsel, package to be removed. + + -- Bas Couwenberg <[email protected]> Tue, 25 Jul 2023 10:07:47 +0200 + gambas3 (3.18.2-2) unstable; urgency=medium * Disable SDL 1.2 components (Closes: #1038356) diff -Nru gambas3-3.18.2/debian/control gambas3-3.18.2/debian/control --- gambas3-3.18.2/debian/control 2023-06-17 21:58:08.000000000 +0200 +++ gambas3-3.18.2/debian/control 2023-07-25 10:07:30.000000000 +0200 @@ -60,7 +60,7 @@ linux-libc-dev [linux-any], mesa-common-dev, pkg-config, - qtwebengine5-dev [amd64 arm64 armhf i386 mips64el mipsel], + qtwebengine5-dev [amd64 arm64 armhf i386 mips64el], unixodbc-dev, xdg-utils, zlib1g-dev @@ -904,7 +904,7 @@ This package allows the QT5 component to access X11. Package: gambas3-gb-qt5-webview -Architecture: amd64 arm64 armhf i386 mips64el mipsel +Architecture: amd64 arm64 armhf i386 mips64el Section: kde Depends: gambas3-gb-qt5 (>= ${binary:Version}), gambas3-gb-qt5-x11 (>= ${binary:Version}), gambas3-gb-qt5-wayland (>= ${binary:Version}), diff -Nru gambas3-3.18.2/debian/rules gambas3-3.18.2/debian/rules --- gambas3-3.18.2/debian/rules 2023-06-17 21:58:08.000000000 +0200 +++ gambas3-3.18.2/debian/rules 2023-07-25 10:07:43.000000000 +0200 @@ -14,7 +14,7 @@ DISABLE_MODULES+= --disable-v4l endif -ifeq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armhf i386 mips64el mipsel)) +ifeq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armhf i386 mips64el)) DISABLE_MODULES+= --disable-qt5webview endif

