[zoo-project] 17/23: Reorder (build) dependencies.

Bas Couwenberg sebastic at debian.org
Sun Jun 26 17:27:47 UTC 2016


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

sebastic pushed a commit to branch master
in repository zoo-project.

commit 7ed74a36b68985c9e751f52ce67d375b07ef7ca8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jun 26 02:09:29 2016 +0200

    Reorder (build) dependencies.
---
 debian/control | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 939ff77..20140f5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,19 +6,19 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1.1),
-               flex,
                bison,
-               libssl-dev,
+               flex,
                libcurl4-gnutls-dev,
-               libgdal-dev,
-               python-dev,
-               python-all,
                libfcgi-dev,
-               libxml2-dev,
-               libxslt1-dev,
                libcgal-dev,
+               libgdal-dev,
                libmapserver-dev,
-               libmozjs185-dev
+               libmozjs185-dev,
+               libssl-dev,
+               libxml2-dev,
+               libxslt1-dev,
+               python-all,
+               python-dev
 Build-Conflicts: libcurl3-openssl-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/zoo-project.git
@@ -40,8 +40,7 @@ Description: C Kernel able to manage and chain WPS services
 
 Package: zoo-api
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Javascript API for creating and chaining WPS services
  ZOO-Project is a WPS (Web Processing Service) open source project
  released under a MIT/X-11 style license. It provides an OGC WPS
@@ -52,10 +51,10 @@ Description: Javascript API for creating and chaining WPS services
 
 Package: zoo-services
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         python,
-         python-gdal
+Depends: python,
+         python-gdal,
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: CGI ZOO services
  ZOO-Project is a WPS (Web Processing Service) open source project
  released under a MIT/X-11 style license. It provides an OGC WPS

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



More information about the Pkg-grass-devel mailing list