[pycsw] 10/18: Reorder (build) dependencies.

Bas Couwenberg sebastic at debian.org
Thu Jul 7 01:27:33 UTC 2016


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

sebastic pushed a commit to branch master
in repository pycsw.

commit a27b941957d71a984cc44bd864aa00acd7bf6371
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 6 22:30:26 2016 +0200

    Reorder (build) dependencies.
---
 debian/control | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 9899a96..1de5583 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Uploaders: Angelos Tzotsos <gcpp.kalxas at gmail.com>,
            Johan Van de Wauw <johan.vandewauw at gmail.com>
 Section: non-free/python
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: apache2-dev,
+               debhelper (>= 9),
+               dh-apache2,
                dh-exec,
                dh-python,
                python-setuptools,
                python-all,
                python-sphinx,
-               dh-apache2,
-               apache2-dev,
                ruby-ronn
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pycsw.git
@@ -22,14 +22,13 @@ X-Python-Version: >= 2.5
 Package: python-pycsw
 Architecture: all
 Depends: ${python:Depends},
-         ${misc:Depends},
-         python,
+         python-geolinks,
          python-lxml,
-         python-shapely,
-         python-pyproj,
          python-owslib,
-         python-geolinks,
-         python-tz
+         python-pyproj,
+         python-shapely,
+         python-tz,
+         ${misc:Depends}
 Recommends: python-pycsw-wsgi
 Description: OGC compliant metadata (Catalogue service for the Web) server 
  pycsw is an OGC CSW server implementation written in Python. pycsw fully
@@ -48,11 +47,11 @@ Description: OGC compliant metadata (Catalogue service for the Web) server
 
 Package: python-pycsw-wsgi
 Architecture: all
-Depends: ${misc:Depends},
+Depends: libapache2-mod-wsgi,
          python,
-         python-sqlalchemy,
          python-pycsw (= ${binary:Version}),
-         libapache2-mod-wsgi
+         python-sqlalchemy,
+         ${misc:Depends}
 Recommends: ${misc:Recommends}
 Description: WSGI Apache CSW service based on python-pycsw
  pycsw is an OGC CSW server implementation written in Python. pycsw fully

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



More information about the Pkg-grass-devel mailing list