[pycsw] 01/02: Set Maintainer/fix with cme fix dpkg-control

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sun Sep 21 19:45:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository pycsw.

commit 1c602e025b90068501a44b353ba5249a7e023986
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Fri Sep 19 00:53:24 2014 +0200

    Set Maintainer/fix with cme fix dpkg-control
---
 debian/control | 43 ++++++++++++++++++++++++++++++++++++-------
 1 file changed, 36 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 2e8cd36..e4756a2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,47 @@
 Source: pycsw
-Section: web
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Angelos Tzotsos <gcpp.kalxas at gmail.com>
+Section: python
 Priority: optional
-Maintainer: Angelos Tzotsos <gcpp.kalxas at gmail.com>
-Build-Depends: debhelper (>= 7.0.50), python-setuptools (>= 0.6), python-support (>=0.6), python-all-dev (>= 2.3.5-11), python (>= 2.6.6-3)
-Standards-Version: 3.9.3
-X-Python-Version: >= 2.5
+Build-Depends: debhelper (>= 7.0.50),
+               python-setuptools,
+               python-support,
+               python-all-dev,
+               python
+Standards-Version: 3.9.5
 Homepage: http://pycsw.org
+X-Python-Version: >= 2.5
 
 Package: python-pycsw
 Architecture: all
-Depends: ${misc:Depends}, debconf, python (>=2.5), python-lxml, python-shapely, python-pyproj, python-owslib, python-tz
+Depends: ${misc:Depends},
+         debconf,
+         python,
+         python-lxml,
+         python-shapely,
+         python-pyproj,
+         python-owslib,
+         python-tz
 Description: pycsw is an OGC CSW server implementation written in Python.
+ pycsw is an OGC CSW server implementation written in Python. Started in 2010
+ (more formally announced in 2011), pycsw allows for the publishing and
+ discovery of geospatial metadata, 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).
 
 Package: pycsw-cgi
 Architecture: all
-Depends: ${misc:Depends}, debconf, python (>=2.5), apache2, python-sqlalchemy, python-pycsw
+Depends: ${misc:Depends},
+         debconf,
+         python,
+         apache2,
+         python-sqlalchemy,
+         python-pycsw
 Description: pycsw-cgi installs a CGI apache service based on python-pycsw.
+ pycsw is an OGC CSW server implementation written in Python. Started in 2010
+ (more formally announced in 2011), pycsw allows for the publishing and
+ discovery of geospatial metadata, 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).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git



More information about the Pkg-grass-devel mailing list