[neon/qt/pyside2/Neon/release] debian: Enable the Qt WebEngine packages on mips64el.
Dmitry Shachnev
null at kde.org
Mon Oct 9 15:37:19 BST 2023
Git commit ea72bb6c0f7460f9484899ffc3993892d0e013d7 by Dmitry Shachnev.
Committed on 25/06/2023 at 18:13.
Pushed by jriddell into branch 'Neon/release'.
Enable the Qt WebEngine packages on mips64el.
M +1 -0 debian/changelog
M +4 -4 debian/control
https://invent.kde.org/neon/qt/pyside2/-/commit/ea72bb6c0f7460f9484899ffc3993892d0e013d7
diff --git a/debian/changelog b/debian/changelog
index a343b64c..794edda8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pyside2 (5.15.10-2) UNRELEASED; urgency=medium
* Regenerate debian/tests/control using debian/tests/control.gen.
+ * Enable the Qt WebEngine packages on mips64el.
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 25 Jun 2023 19:11:04 +0300
diff --git a/debian/control b/debian/control
index c6366f7c..146a25dd 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 mipsel],
+ qtwebengine5-dev (>= 5.15) [amd64 arm64 armhf i386 mips64el mipsel],
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 mipsel
+Architecture: amd64 arm64 armhf i386 mips64el mipsel
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 mipsel
+Architecture: amd64 arm64 armhf i386 mips64el mipsel
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 mipsel
+Architecture: amd64 arm64 armhf i386 mips64el mipsel
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
python3-pyside2.qtcore
Description: Python bindings for Qt5 Web Engine (Python 3)
More information about the Neon-commits
mailing list