This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gis.
commit 39debb198cb5c44b1019fe07a5bcbdc2c59be30a Author: Bas Couwenberg <[email protected]> Date: Wed Jul 27 02:59:31 2016 +0200 Depend on pycsw only instead of python-pycsw & pycsw-cgi in web task. --- debian/changelog | 1 + tasks/web | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a91605a..554ce85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ debian-gis (0.0.9) UNRELEASED; urgency=medium * tasks/web: - Simplify pywps dependency - Add mapproxy + - Depend on pycsw only instead of python-pycsw & pycsw-cgi * tasks/workstartion: - Replace libgdal20-2.1.0-grass with libgdal20-2.1.1-grass diff --git a/tasks/web b/tasks/web index 0143c1f..3d37678 100644 --- a/tasks/web +++ b/tasks/web @@ -38,7 +38,7 @@ Depends: mapproxy Depends: python-owslib -Depends: python-pycsw, pycsw-cgi +Depends: pycsw Depends: node-kosmtik Pkg-Description: Make maps with OpenStreetMap and Mapnik -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/blends/projects/gis.git _______________________________________________ Blends-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit
