This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pywps.
commit 00533bec7bbf812d1fa6878557da1e11709861de Author: Bas Couwenberg <[email protected]> Date: Fri May 13 19:33:56 2016 +0200 Restructure control file with cme. --- debian/changelog | 6 ++++++ debian/control | 19 +++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc263f9..7a923ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pywps (3.2.5-1) UNRELEASED; urgency=medium + + * Restructure control file with cme. + + -- Bas Couwenberg <[email protected]> Fri, 13 May 2016 19:33:40 +0200 + pywps (3.2.5-1~trusty0) trusty; urgency=medium * Built for Trusty diff --git a/debian/control b/debian/control index fbef85c..723a549 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,25 @@ Source: pywps +Maintainer: Jachym Cepicky <[email protected]> Section: python Priority: optional -Maintainer: Jachym Cepicky <[email protected]> -Build-Depends: debhelper (>= 9), python, python-setuptools, python-lxml +Build-Depends: debhelper (>= 9), + python, + python-setuptools, + python-lxml Standards-Version: 3.9.5 -X-Python-Version: >= 2.7 Vcs-Git: https://github.com/geopython/pywps.git +X-Python-Version: >= 2.7 Package: python-pywps Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources -Suggests: grass, apache2, apache -Homepage: http://pywps.org +Depends: ${misc:Depends}, + ${python:Depends}, + python-pkg-resources +Suggests: grass, + apache2, + apache Description: Implementation of OGC's Web Processing Service PyWPS is implementation of Web Processing Service from Open Geospatial Consortium Inc.(R) with help of Python Programming Language and GIS GRASS as working tool in background. +Homepage: http://pywps.org -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

