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

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Oct 29 10:37:08 UTC 2017


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

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

commit a12a5699161fb8e4f0091473cde8929f55b81dfe
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Oct 29 13:36:47 2017 +0300

    Enable Qt WebEngine support for armhf and mipsel.
    
    Closes: #879958.
---
 debian/changelog |  6 ++++++
 debian/control   | 10 +++++-----
 debian/rules     |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac6560d..f16b377 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyqt5 (5.7+dfsg-5+deb9u1) UNRELEASED; urgency=medium
+
+  * Enable Qt WebEngine support for armhf and mipsel (closes: #879958).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 29 Oct 2017 13:35:57 +0300
+
 pyqt5 (5.7+dfsg-5) unstable; urgency=medium
 
   * Make WebEngine packages depend on WebChannel, to avoid import errors.
diff --git a/debian/control b/debian/control
index 0d9158d..0885025 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Build-Depends: debhelper (>= 9),
                qtmultimedia5-dev (>= 5.7.0),
                qtpositioning5-dev (>= 5.7.0),
                qttools5-dev (>= 5.7.0),
-               qtwebengine5-dev (>= 5.7.1+dfsg-3~) [amd64 i386]
+               qtwebengine5-dev (>= 5.7.1+dfsg-3~) [amd64 armhf i386 mipsel]
 Build-Depends-Indep: fdupes, python3-sphinx (>= 1.3)
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.3
@@ -246,7 +246,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 i386
+Architecture: amd64 armhf i386 mipsel
 Depends: python3-pyqt5.qtwebchannel (= ${binary:Version}),
          ${misc:Depends},
          ${python3:Depends},
@@ -260,7 +260,7 @@ Description: Python 3 bindings for Qt5's WebEngine module
 Package: python3-pyqt5.qtwebengine-dbg
 Priority: extra
 Section: debug
-Architecture: amd64 i386
+Architecture: amd64 armhf i386 mipsel
 Depends: python3-dbg,
          python3-pyqt5.qtwebchannel-dbg (= ${binary:Version}),
          python3-pyqt5.qtwebengine (= ${binary:Version}),
@@ -688,7 +688,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 i386
+Architecture: amd64 armhf i386 mipsel
 Depends: python-pyqt5.qtwebchannel (= ${binary:Version}),
          ${misc:Depends},
          ${python:Depends},
@@ -702,7 +702,7 @@ Description: Python 2 bindings for Qt5's WebEngine module
 Package: python-pyqt5.qtwebengine-dbg
 Priority: extra
 Section: debug
-Architecture: amd64 i386
+Architecture: amd64 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 ee88b5e..ad85110 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ PYTHON := 2.7
 ALLPYTHONS := $(PYTHON3S) $(PYTHON)
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-QTWEBENGINE_ARCHS := amd64 i386
+QTWEBENGINE_ARCHS := amd64 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