[python-pyqtgraph] 01/01: Add some missing runtime dependencies
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Tue Aug 5 14:26:34 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 cab6fe85bcb4651b06b5ab1596e2af42f77935fb
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 | 20 +++++++++++++-------
2 files changed, 20 insertions(+), 7 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..e8dc859 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,24 @@ Uploaders: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Section: python
Priority: optional
Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9), dh-python, python
+Build-Depends: debhelper (>= 9), python
Homepage: http://luke.campagnola.me/code/pyqtgraph
Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-pyqtgraph.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-pyqtgraph.git
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.
- Despite being written entirely in python, the library is very fast due to its
- heavy leverage of numpy for number crunching and Qt's GraphicsView framework
+ PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
+ It is intended for use in mathematics / scientific / engineering applications.
+ Despite being written entirely in Python, the library is very fast due to its
+ heavy leverage of numpy for number crunching and Qt's GraphicsView framework
for fast display.
--
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