[neon/qt/pyside2/Neon/release] debian: Stop building the Qt WebEngine package on mipsel.
Dmitry Shachnev
null at kde.org
Mon Oct 9 15:37:19 BST 2023
Git commit 756aa1ae74dcf5855fa54c6901bf2a63a6d4aeb9 by Dmitry Shachnev.
Committed on 16/07/2023 at 16:48.
Pushed by jriddell into branch 'Neon/release'.
Stop building the Qt WebEngine package on mipsel.
Closes: #1041253.
M +2 -0 debian/changelog
M +4 -4 debian/control
M +3 -3 debian/tests/control
https://invent.kde.org/neon/qt/pyside2/-/commit/756aa1ae74dcf5855fa54c6901bf2a63a6d4aeb9
diff --git a/debian/changelog b/debian/changelog
index 29faa42d..8bee9b65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
pyside2 (5.15.10-3) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Stop building the Qt WebEngine package on mipsel (closes: #1041253).
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 16 Jul 2023 17:46:30 +0300
diff --git a/debian/control b/debian/control
index ad6a1cdb..c70d4fe7 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Build-Depends: chrpath,
qtquickcontrols2-5-dev (>= 5.15),
qtscript5-dev (>= 5.15),
qttools5-dev (>= 5.15),
- qtwebengine5-dev (>= 5.15) [amd64 arm64 armhf i386 mips64el mipsel],
+ qtwebengine5-dev (>= 5.15) [amd64 arm64 armhf i386 mips64el],
xauth,
xvfb
Rules-Requires-Root: no
@@ -284,7 +284,7 @@ Description: Python bindings for Qt5 Qml module (Python 3)
This package contains Python 3 bindings for the QtQml module.
Package: python3-pyside2.qtwebenginecore
-Architecture: amd64 arm64 armhf i386 mips64el mipsel
+Architecture: amd64 arm64 armhf i386 mips64el
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
python3-pyside2.qtcore, python3-pyside2.qtnetwork
Description: Python bindings for Qt5 WebEngineCore module (Python 3)
@@ -503,7 +503,7 @@ Description: Python bindings for Qt5 Test module (Python 3)
This package contains Python 3 bindings for the QtTest module.
Package: python3-pyside2.qtwebenginewidgets
-Architecture: amd64 arm64 armhf i386 mips64el mipsel
+Architecture: amd64 arm64 armhf i386 mips64el
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qtwidgets,
python3-pyside2.qtnetwork, python3-pyside2.qtwebchannel,
@@ -700,7 +700,7 @@ Description: Python bindings for Qt5 Scxml (Python 3)
This package contains Python 3 bindings for the Scxml module.
Package: python3-pyside2.qtwebengine
-Architecture: amd64 arm64 armhf i386 mips64el mipsel
+Architecture: amd64 arm64 armhf i386 mips64el
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
python3-pyside2.qtcore
Description: Python bindings for Qt5 Web Engine (Python 3)
diff --git a/debian/tests/control b/debian/tests/control
index c19f9f21..9d39e78e 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -37,7 +37,7 @@ Restrictions: allow-stderr, superficial
Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtwebenginecore PySide2.QtWebEngineCore
Depends: python3-pyside2.qtwebenginecore, python3
Restrictions: allow-stderr, superficial
-Architecture: amd64 arm64 armhf i386 mips64el mipsel
+Architecture: amd64 arm64 armhf i386 mips64el
Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qttexttospeech PySide2.QtTextToSpeech
Depends: python3-pyside2.qttexttospeech, python3
@@ -110,7 +110,7 @@ Restrictions: allow-stderr, superficial
Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtwebenginewidgets PySide2.QtWebEngineWidgets
Depends: python3-pyside2.qtwebenginewidgets, python3
Restrictions: allow-stderr, superficial
-Architecture: amd64 arm64 armhf i386 mips64el mipsel
+Architecture: amd64 arm64 armhf i386 mips64el
Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtconcurrent PySide2.QtConcurrent
Depends: python3-pyside2.qtconcurrent, python3
@@ -175,4 +175,4 @@ Restrictions: allow-stderr, superficial
Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtwebengine PySide2.QtWebEngine
Depends: python3-pyside2.qtwebengine, python3
Restrictions: allow-stderr, superficial
-Architecture: amd64 arm64 armhf i386 mips64el mipsel
+Architecture: amd64 arm64 armhf i386 mips64el
More information about the Neon-commits
mailing list