[pysal] 09/17: Reorder (build) dependencies.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jun 11 20:44:28 UTC 2016


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

sebastic pushed a commit to branch master
in repository pysal.

commit 4ad4007ab41d82941d18ab6816b765b3dccdea98
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 11 11:11:30 2016 +0200

    Reorder (build) dependencies.
---
 debian/control | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 7c46493..00d35bd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-setuptools,
                python-all,
+               python-nose-exclude,
                python-scipy,
-							 python-nose-exclude,
+               python-setuptools
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/pysal.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/pysal.git
@@ -17,9 +17,9 @@ X-Python-Version: >= 2.5
 
 Package: python-pysal
 Architecture: all
-Depends: ${python:Depends},
-         ${misc:Depends},
-         python-lxml
+Depends: python-lxml,
+         ${python:Depends},
+         ${misc:Depends}
 Description: Python Spatial Analysis Library
  PySAL is an open source library of spatial analysis functions written in 
  Python intended to support the development of high level applications. 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pysal.git



More information about the Pkg-grass-devel mailing list