[python-pyqtgraph] 01/01: Add some missing runtime dependencies
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Aug 1 13:31:09 UTC 2014
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 7c37479863a3b712854e754e29c4da8a66e6e181
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Aug 1 15:20:13 2014 +0200
Add some missing runtime dependencies
---
debian/changelog | 7 +++++++
debian/control | 10 ++++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f6c7fe9..80daefd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-pyqtgraph (0.9.8-2) unstable; urgency=medium
+
+ * Add some requied runtime dependencies
+ (mostly taken from binwalk documentation).
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Fri, 01 Aug 2014 15:18:08 +0200
+
python-pyqtgraph (0.9.8-1) unstable; urgency=low
[ Gianfranco Costamagna ]
diff --git a/debian/control b/debian/control
index 90ace31..bebae0c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,14 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-
Package: python-pyqtgraph
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-qt4 | python-pyside, python-scipy, python-numpy
-Recommends: python-opengl, python-qt4-gl
+Depends: ${python:Depends}, ${misc:Depends},
+ libqt4-opengl,
+ python-numpy,
+ python-opengl,
+ python-pyside,
+ python-qt4,
+ python-qt4-gl,
+ python-scipy,
Description: Scientific Graphics and GUI Library for Python
PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
It is intended for use in mathematics / scientific / engineering applications.
--
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