[python-shapely] 07/14: Reorder dependencies.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Mar 28 11:57:00 UTC 2016


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

sebastic pushed a commit to branch master
in repository python-shapely.

commit 39d19c0880b37efae3229c20f5d438b1d77f62f3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Mar 28 11:42:59 2016 +0200

    Reorder dependencies.
---
 debian/control | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 91a60fd..145c72b 100644
--- a/debian/control
+++ b/debian/control
@@ -31,10 +31,10 @@ X-Python3-Version: >= 3.2
 
 Package: python-shapely
 Architecture: any
-Depends: ${python:Depends},
-         ${misc:Depends},
+Depends: python (>= 2.6) | python-ctypes,
+         ${python:Depends},
          ${shlibs:Depends},
-         python (>= 2.6) | python-ctypes
+         ${misc:Depends}
 Suggests: python-numpy,
           python-matplotlib,
           python-shapely-doc
@@ -52,10 +52,10 @@ Description: geometric objects, predicates, and operations (Python 2)
 
 Package: python3-shapely
 Architecture: any
-Depends: ${python3:Depends},
-         ${misc:Depends},
+Depends: python3,
+         ${python3:Depends},
          ${shlibs:Depends},
-         python3
+         ${misc:Depends}
 Suggests: python3-numpy,
           python3-matplotlib,
           python-shapely-doc
@@ -74,8 +74,8 @@ Description: geometric objects, predicates, and operations (Python 3)
 Package: python-shapely-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
+Depends: ${sphinxdoc:Depends},
+         ${misc:Depends}
 Recommends: python-shapely | python3-shapely,
             libjs-mathjax
 Description: geometric objects, predicates, and operations (documentation)

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



More information about the Pkg-grass-devel mailing list