[python-pyqtgraph] 01/01: Wrap and sorted

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sat Sep 6 11:56:08 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 892ac2e18d2f382e586599524c8f2a15fe2198b8
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Sep 6 13:55:58 2014 +0200

    Wrap and sorted
---
 debian/control | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 6df4d81..3abca1b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Section: python
 Priority: optional
 Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools,
- python-docutils,
- python-sphinx
+               dh-python,
+               python-all,
+               python-docutils,
+               python-setuptools,
+               python-sphinx,
+               python3-all,
+               python3-setuptools
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Homepage: http://luke.campagnola.me/code/pyqtgraph
@@ -20,7 +20,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-
 
 Package: python-pyqtgraph
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pyside | python-qt4, python-scipy, python-numpy
+Depends: python-numpy,
+         python-pyside | python-qt4,
+         python-scipy,
+         ${misc:Depends},
+         ${python:Depends}
 Recommends: python-opengl, python-qt4-gl
 Suggests: python-pyqtgraph-doc
 Description: Scientific Graphics and GUI Library for Python 2
@@ -34,7 +38,11 @@ Description: Scientific Graphics and GUI Library for Python 2
 
 Package: python3-pyqtgraph
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-pyside | python3-pyqt4, python3-scipy, python3-numpy
+Depends: python3-numpy,
+         python3-pyside | python3-pyqt4,
+         python3-scipy,
+         ${misc:Depends},
+         ${python3:Depends}
 Recommends: python3-opengl
 Suggests: python-pyqtgraph-doc
 Description: Scientific Graphics and GUI Library for Python 3

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