This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pycsw.
commit 6e6605ac8913c7c0a95ca3e1b1eec94882fc310d Author: Bas Couwenberg <[email protected]> Date: Thu Jul 7 03:17:30 2016 +0200 Collapse double spaces in package descriptions, wrap lines at 75 characters. --- debian/changelog | 4 ++++ debian/control | 45 ++++++++++++++++++++++++--------------------- 2 files changed, 28 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6a84ed1..ffc6788 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,10 @@ pycsw (2.0.0~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium [ Angelos Tzotsos ] * Updated project description from upstream. + [ Bas Couwenberg ] + * Collapse double spaces in package descriptions, + wrap lines at 75 characters. + -- Bas Couwenberg <[email protected]> Thu, 07 Jul 2016 03:08:15 +0200 pycsw (2.0.0~rc1+dfsg-1~exp1) experimental; urgency=medium diff --git a/debian/control b/debian/control index da96d55..7fc7752 100644 --- a/debian/control +++ b/debian/control @@ -46,13 +46,14 @@ 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 implements the OpenGIS Catalogue Service Implementation Specification - (Catalogue Service for the Web). Initial development started in 2010 (more formally - announced in 2011). The project is certified OGC Compliant, and is an OGC Reference - Implementation. Since 2015, pycsw is an official OSGeo Project. pycsw allows for the - publishing and discovery of geospatial metadata via numerous APIs (CSW 2/CSW 3, - OpenSearch, OAI-PMH, SRU). Existing repositories of geospatial metadata can also - be exposed, providing a standards-based metadata and catalogue component of - spatial data infrastructures. pycsw is Open Source, released under an MIT license, + (Catalogue Service for the Web). Initial development started in 2010 + (more formally announced in 2011). The project is certified OGC Compliant, + and is an OGC Reference Implementation. Since 2015, pycsw is an official + OSGeo Project. pycsw allows for the publishing and discovery of geospatial + metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). + Existing repositories of geospatial metadata can also be exposed, + providing a standards-based metadata and catalogue component of spatial + data infrastructures. pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X). . This package contains the necessary backend Python scripts for running @@ -69,13 +70,14 @@ Recommends: ${misc:Recommends} Description: WSGI Apache CSW service based on python-pycsw pycsw is an OGC CSW server implementation written in Python. pycsw fully implements the OpenGIS Catalogue Service Implementation Specification - (Catalogue Service for the Web). Initial development started in 2010 (more formally - announced in 2011). The project is certified OGC Compliant, and is an OGC Reference - Implementation. Since 2015, pycsw is an official OSGeo Project. pycsw allows for the - publishing and discovery of geospatial metadata via numerous APIs (CSW 2/CSW 3, - OpenSearch, OAI-PMH, SRU). Existing repositories of geospatial metadata can also - be exposed, providing a standards-based metadata and catalogue component of - spatial data infrastructures. pycsw is Open Source, released under an MIT license, + (Catalogue Service for the Web). Initial development started in 2010 + (more formally announced in 2011). The project is certified OGC Compliant, + and is an OGC Reference Implementation. Since 2015, pycsw is an official + OSGeo Project. pycsw allows for the publishing and discovery of geospatial + metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). + Existing repositories of geospatial metadata can also be exposed, + providing a standards-based metadata and catalogue component of spatial + data infrastructures. pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X). . This package contains the Apache wsgi plugin (python-pycsw-wsgi). @@ -88,13 +90,14 @@ Depends: ${sphinxdoc:Depends}, Description: OGC compliant metadata (Catalogue Service for the Web) server pycsw is an OGC CSW server implementation written in Python. pycsw fully implements the OpenGIS Catalogue Service Implementation Specification - (Catalogue Service for the Web). Initial development started in 2010 (more formally - announced in 2011). The project is certified OGC Compliant, and is an OGC Reference - Implementation. Since 2015, pycsw is an official OSGeo Project. pycsw allows for the - publishing and discovery of geospatial metadata via numerous APIs (CSW 2/CSW 3, - OpenSearch, OAI-PMH, SRU). Existing repositories of geospatial metadata can also - be exposed, providing a standards-based metadata and catalogue component of - spatial data infrastructures. pycsw is Open Source, released under an MIT license, + (Catalogue Service for the Web). Initial development started in 2010 + (more formally announced in 2011). The project is certified OGC Compliant, + and is an OGC Reference Implementation. Since 2015, pycsw is an official + OSGeo Project. pycsw allows for the publishing and discovery of geospatial + metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). + Existing repositories of geospatial metadata can also be exposed, + providing a standards-based metadata and catalogue component of spatial + data infrastructures. pycsw is Open Source, released under an MIT license, and runs on all major platforms (Windows, Linux, Mac OS X). . This package contains the documentation. -- 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

