[python-pyqtgraph] 01/01: Fix bug in binwalk, dragging too much dependencies

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Jan 6 23:17:31 UTC 2016


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

locutusofborg-guest pushed a commit to branch master
in repository python-pyqtgraph.

commit 0fa668d4557748a638df8ab6db0f9acdd7db562e
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Jan 7 00:16:56 2016 +0100

    Fix bug in binwalk, dragging too much dependencies
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7428eda..b02e0f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-pyqtgraph (0.9.10-5) unstable; urgency=medium
+
+  * Prefer qt4 over pyside to avoid drag of too much dependencies on binwalk.
+    (Closes: #810140)
+    - thanks a lot Julian Andres Klode <jak at debian.org> for the useful hint!
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 07 Jan 2016 00:09:38 +0100
+
 python-pyqtgraph (0.9.10-4) unstable; urgency=medium
 
   * Disable testsuite, it drags too much dependencies, and
diff --git a/debian/control b/debian/control
index 61991d5..c3060fd 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-
 
 Package: python-pyqtgraph
 Architecture: all
-Depends: python-pyside | python-qt4,
+Depends: python-qt4 | python-pyside,
          python-scipy,
          ${misc:Depends},
          ${python:Depends}
@@ -40,7 +40,7 @@ Description: Scientific Graphics and GUI Library for Python 2
 
 Package: python3-pyqtgraph
 Architecture: all
-Depends: python3-pyside | python3-pyqt4,
+Depends: python3-pyqt4 | python3-pyside,
          python3-scipy,
          ${misc:Depends},
          ${python3:Depends}

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



More information about the debian-science-commits mailing list