[Python-modules-commits] [pyqt5] 01/01: Enable Qt WebEngine support on mipsel.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Aug 22 11:49:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch debian/master
in repository pyqt5.

commit 7071a1e6b30a309d41be41ed78030ff8c96fb106
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Aug 22 14:49:15 2017 +0300

    Enable Qt WebEngine support on mipsel.
---
 debian/changelog |  1 +
 debian/control   | 10 +++++-----
 debian/rules     |  2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 45c83c7..d98d776 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyqt5 (5.9+dfsg-2) UNRELEASED; urgency=medium
 
   * Backport upstream patch to fix handling of disabled features (fixes
     build on architectures with OpenGL ES).
+  * Enable Qt WebEngine support on mipsel.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 16 Aug 2017 11:37:20 +0300
 
diff --git a/debian/control b/debian/control
index 8d63022..0fdddd3 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Build-Depends: debhelper (>= 9),
                qtmultimedia5-dev (>= 5.9.1),
                qtpositioning5-dev (>= 5.9.1),
                qttools5-dev (>= 5.9.1),
-               qtwebengine5-dev (>= 5.9.1) [amd64 arm64 armhf i386]
+               qtwebengine5-dev (>= 5.9.1) [amd64 arm64 armhf i386 mipsel]
 Build-Depends-Indep: fdupes
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.3
@@ -237,7 +237,7 @@ Description: Python 3 bindings for Qt5's Webchannel module (debug extension)
  This package contains the extension built for the Python 3 debug interpreter.
 
 Package: python3-pyqt5.qtwebengine
-Architecture: amd64 arm64 armhf i386
+Architecture: amd64 arm64 armhf i386 mipsel
 Depends: python3-pyqt5.qtwebchannel (= ${binary:Version}),
          ${misc:Depends},
          ${python3:Depends},
@@ -251,7 +251,7 @@ Description: Python 3 bindings for Qt5's WebEngine module
 Package: python3-pyqt5.qtwebengine-dbg
 Priority: extra
 Section: debug
-Architecture: amd64 arm64 armhf i386
+Architecture: amd64 arm64 armhf i386 mipsel
 Depends: python3-dbg,
          python3-pyqt5.qtwebchannel-dbg (= ${binary:Version}),
          python3-pyqt5.qtwebengine (= ${binary:Version}),
@@ -679,7 +679,7 @@ Description: Python 2 bindings for Qt5's Webchannel module (debug extension)
  This package contains the extension built for the Python 2 debug interpreter.
 
 Package: python-pyqt5.qtwebengine
-Architecture: amd64 arm64 armhf i386
+Architecture: amd64 arm64 armhf i386 mipsel
 Depends: python-pyqt5.qtwebchannel (= ${binary:Version}),
          ${misc:Depends},
          ${python:Depends},
@@ -693,7 +693,7 @@ Description: Python 2 bindings for Qt5's WebEngine module
 Package: python-pyqt5.qtwebengine-dbg
 Priority: extra
 Section: debug
-Architecture: amd64 arm64 armhf i386
+Architecture: amd64 arm64 armhf i386 mipsel
 Depends: python-dbg,
          python-pyqt5.qtwebchannel-dbg (= ${binary:Version}),
          python-pyqt5.qtwebengine (= ${binary:Version}),
diff --git a/debian/rules b/debian/rules
index 454f7d2..5d47427 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ PYTHON := 2.7
 ALLPYTHONS := $(PYTHON3S) $(PYTHON)
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-QTWEBENGINE_ARCHS := amd64 arm64 armhf i386
+QTWEBENGINE_ARCHS := amd64 arm64 armhf i386 mipsel
 
 PYQT_MODULES := opengl sql webchannel webkit websockets xmlpatterns svg \
 	multimedia quick serialport sensors x11extras positioning

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyqt5.git



More information about the Python-modules-commits mailing list