This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pywps.
commit 45d1a948a559ff7426879bd00f813ee52914d4e2 Author: Bas Couwenberg <[email protected]> Date: Fri May 13 19:35:35 2016 +0200 Move Homepage field to Source section. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a923ae..22cb2d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium * Restructure control file with cme. + * Move Homepage field to Source section. -- Bas Couwenberg <[email protected]> Fri, 13 May 2016 19:33:40 +0200 diff --git a/debian/control b/debian/control index 723a549..cecdff1 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), python-lxml Standards-Version: 3.9.5 Vcs-Git: https://github.com/geopython/pywps.git +Homepage: http://pywps.org X-Python-Version: >= 2.7 Package: python-pywps @@ -22,4 +23,3 @@ 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

