[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1041904: fcitx-libpinyin: Don't use qtwebengine5-dev on mipsel, package to be removed



Source: fcitx-libpinyin
Version: 0.5.4-4
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 fcitx-libpinyin-0.5.4/debian/changelog fcitx-libpinyin-0.5.4/debian/changelog
--- fcitx-libpinyin-0.5.4/debian/changelog	2023-02-27 00:39:30.000000000 +0100
+++ fcitx-libpinyin-0.5.4/debian/changelog	2023-07-25 09:57:58.000000000 +0200
@@ -1,3 +1,10 @@
+fcitx-libpinyin (0.5.4-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't use qtwebengine5-dev on mipsel, package to be removed.
+
+ -- Bas Couwenberg <sebastic@debian.org>  Tue, 25 Jul 2023 09:57:58 +0200
+
 fcitx-libpinyin (0.5.4-4) unstable; urgency=medium
 
   * Team upload
diff -Nru fcitx-libpinyin-0.5.4/debian/control fcitx-libpinyin-0.5.4/debian/control
--- fcitx-libpinyin-0.5.4/debian/control	2023-02-27 00:31:57.000000000 +0100
+++ fcitx-libpinyin-0.5.4/debian/control	2023-07-25 09:57:38.000000000 +0200
@@ -13,12 +13,12 @@
  fcitx-libs-dev (>= 4.2.8),
  intltool,
  libdbus-1-dev,
- libfcitx-qt5-dev [amd64 arm64 armhf i386 mips64el mipsel],
+ libfcitx-qt5-dev [amd64 arm64 armhf i386 mips64el],
  libglib2.0-dev,
  libpinyin15-dev,
  pkg-config,
- qtbase5-dev [amd64 arm64 armhf i386 mips64el mipsel],
- qtwebengine5-dev [amd64 arm64 armhf i386 mips64el mipsel],
+ qtbase5-dev [amd64 arm64 armhf i386 mips64el],
+ qtwebengine5-dev [amd64 arm64 armhf i386 mips64el],
  libpinyin-utils,
 Standards-Version: 4.6.2
 Homepage: https://github.com/fcitx/fcitx-libpinyin
diff -Nru fcitx-libpinyin-0.5.4/debian/rules fcitx-libpinyin-0.5.4/debian/rules
--- fcitx-libpinyin-0.5.4/debian/rules	2023-02-27 00:31:57.000000000 +0100
+++ fcitx-libpinyin-0.5.4/debian/rules	2023-07-25 09:57:53.000000000 +0200
@@ -24,7 +24,7 @@
 
 override_dh_makeshlibs:
 
-ifeq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armhf i386 mips64el mipsel))
+ifeq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armhf i386 mips64el))
 override_dh_auto_configure:
 	dh_auto_configure -- -DENABLE_QT=off
 endif

Reply to: