[Python-modules-commits] [pyqt5] 01/01: Make WebEngine packages depend on WebChannel, to avoid import errors.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Jan 10 15:59:18 UTC 2017


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

mitya57 pushed a commit to branch stretch
in repository pyqt5.

commit 2f3598b0c2c9398cbce4d6be330e5577ec9dfee3
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Jan 10 18:59:10 2017 +0300

    Make WebEngine packages depend on WebChannel, to avoid import errors.
---
 debian/changelog | 6 ++++++
 debian/control   | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e42621..d1ddada 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyqt5 (5.7+dfsg-5) UNRELEASED; urgency=medium
+
+  * Make WebEngine packages depend on WebChannel, to avoid import errors.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 10 Jan 2017 18:58:43 +0300
+
 pyqt5 (5.7+dfsg-4) unstable; urgency=medium
 
   * Add Qt WebEngine support for amd64 and i386 (closes: #841830).
diff --git a/debian/control b/debian/control
index ffed048..0d9158d 100644
--- a/debian/control
+++ b/debian/control
@@ -247,7 +247,7 @@ Description: Python 3 bindings for Qt5's Webchannel module (debug extension)
 
 Package: python3-pyqt5.qtwebengine
 Architecture: amd64 i386
-Depends: python3-pyqt5 (= ${binary:Version}),
+Depends: python3-pyqt5.qtwebchannel (= ${binary:Version}),
          ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends}
@@ -262,7 +262,7 @@ Priority: extra
 Section: debug
 Architecture: amd64 i386
 Depends: python3-dbg,
-         python3-pyqt5-dbg (= ${binary:Version}),
+         python3-pyqt5.qtwebchannel-dbg (= ${binary:Version}),
          python3-pyqt5.qtwebengine (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
@@ -689,7 +689,7 @@ Description: Python 2 bindings for Qt5's Webchannel module (debug extension)
 
 Package: python-pyqt5.qtwebengine
 Architecture: amd64 i386
-Depends: python-pyqt5 (= ${binary:Version}),
+Depends: python-pyqt5.qtwebchannel (= ${binary:Version}),
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}
@@ -704,7 +704,7 @@ Priority: extra
 Section: debug
 Architecture: amd64 i386
 Depends: python-dbg,
-         python-pyqt5-dbg (= ${binary:Version}),
+         python-pyqt5.qtwebchannel-dbg (= ${binary:Version}),
          python-pyqt5.qtwebengine (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}

-- 
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