Source: fcitx5-chinese-addons
Version: 5.0.17-1
Severity: important
Tags: patch
Control: block 1041268 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 fcitx5-chinese-addons-5.0.17/debian/changelog 
fcitx5-chinese-addons-5.0.17/debian/changelog
--- fcitx5-chinese-addons-5.0.17/debian/changelog       2023-06-15 
02:08:36.000000000 +0200
+++ fcitx5-chinese-addons-5.0.17/debian/changelog       2023-07-25 
12:58:13.000000000 +0200
@@ -1,3 +1,10 @@
+fcitx5-chinese-addons (5.0.17-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't use qtwebengine5-dev on mipsel, package to be removed.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Tue, 25 Jul 2023 12:58:13 +0200
+
 fcitx5-chinese-addons (5.0.17-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru fcitx5-chinese-addons-5.0.17/debian/control 
fcitx5-chinese-addons-5.0.17/debian/control
--- fcitx5-chinese-addons-5.0.17/debian/control 2022-08-20 17:26:27.000000000 
+0200
+++ fcitx5-chinese-addons-5.0.17/debian/control 2023-07-25 12:57:56.000000000 
+0200
@@ -26,7 +26,7 @@
  libopencc-dev (>= 1.1~),
  pkg-config,
  qtbase5-dev,
- qtwebengine5-dev [amd64 arm64 armhf i386 mipsel mips64el],
+ qtwebengine5-dev [amd64 arm64 armhf i386 mips64el],
 Standards-Version: 4.6.1
 Rules-Requires-Root: no
 Homepage: https://github.com/fcitx/fcitx5-chinese-addons
diff -Nru fcitx5-chinese-addons-5.0.17/debian/rules 
fcitx5-chinese-addons-5.0.17/debian/rules
--- fcitx5-chinese-addons-5.0.17/debian/rules   2023-06-15 02:07:41.000000000 
+0200
+++ fcitx5-chinese-addons-5.0.17/debian/rules   2023-07-25 12:58:09.000000000 
+0200
@@ -6,7 +6,7 @@
        dh $@
 
 override_dh_auto_configure:
-ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mipsel mips64el))
+ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el))
        dh_auto_configure -- -DENABLE_BROWSER=OFF
 else
        dh_auto_configure -- -DUSE_WEBKIT=OFF

Reply via email to