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 <[email protected]> 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 <[email protected]>, Johan Van de Wauw <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

