[Python-modules-commits] [pyqt5] 01/01: Fix mismatch python:Version substitution variable for python-pyqt5.qtsensors and python-pyqt5.qtx11extras

Scott Kitterman kitterman at moszumanska.debian.org
Sun Jan 14 07:46:07 UTC 2018


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

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

commit 896958c1be0d6f377fe01d0e135e9493f607dece
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Jan 14 02:46:01 2018 -0500

    Fix mismatch python:Version substitution variable for python-pyqt5.qtsensors and python-pyqt5.qtx11extras
---
 debian/changelog | 7 ++++++-
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 28618a4..05f62fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pyqt5 (5.9.2+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
   * Preserve timestamps when copying jquery.min.js, to make pyrcc generate
     the resource file reproducibly.
   * Install sip files directly in the .install file, to fix race condition
@@ -7,7 +8,11 @@ pyqt5 (5.9.2+dfsg-2) UNRELEASED; urgency=medium
   * Update debhelper compatibility level to 10.
   * Use dh_missing instead of deprecated dh_install --fail-missing.
 
- -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 09 Dec 2017 21:25:16 +0300
+  [ Scott Kitterman ]
+  * Fix mismatch python:Version substitution variable for
+    python-pyqt5.qtsensors and python-pyqt5.qtx11extras
+
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 14 Jan 2018 02:44:39 -0500
 
 pyqt5 (5.9.2+dfsg-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index c8269b2..6276be7 100644
--- a/debian/control
+++ b/debian/control
@@ -865,7 +865,7 @@ Package: python-pyqt5.qtsensors
 Architecture: any
 Depends: python-pyqt5 (= ${binary:Version}),
          ${misc:Depends},
-         ${python3:Depends},
+         ${python:Depends},
          ${shlibs:Depends}
 Description: Python 2 bindings for QtSensors module
  The QtSensors module of PyQt5 provides a set of APIs to access sensors
@@ -891,7 +891,7 @@ Package: python-pyqt5.qtx11extras
 Architecture: any
 Depends: python-pyqt5 (= ${binary:Version}),
          ${misc:Depends},
-         ${python3:Depends},
+         ${python:Depends},
          ${shlibs:Depends}
 Description: Python 2 bindings for QtX11Extras module
  The QtX11Extras module of PyQt5 provides an API to access X11-specific

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