[pywps] 19/26: Move pywps executable & CGI script to separate pywps binary package.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 13 23:05:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pywps.
commit 8f7280a888b3263f7b8ce614d535ec37b275a5c0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri May 13 21:23:25 2016 +0200
Move pywps executable & CGI script to separate pywps binary package.
- Add python-gdal & python-lxml to python-pywps Depends
- Add python-mapscript to python-pywps Recommends
- Update python-pywps Suggests to use grass-core instead of grass
- Add cgi-mapserver to pywps Suggests
---
debian/changelog | 5 +++++
debian/control | 30 +++++++++++++++++++++++++-----
debian/python-pywps.install | 1 +
debian/{dirs => pywps.dirs} | 0
debian/{docs => pywps.docs} | 0
5 files changed, 31 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 91c4384..08c9242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,11 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium
* Install AUTHORS & README files in docs.
* Remove compiled templates with dh_clean.
* Rename /usr/bin/wps.py to /usr/bin/pywps.
+ * Move pywps executable & CGI script to separate pywps binary package.
+ - Add python-gdal & python-lxml to python-pywps Depends
+ - Add python-mapscript to python-pywps Recommends
+ - Update python-pywps Suggests to use grass-core instead of grass
+ - Add cgi-mapserver to pywps Suggests
-- Bas Couwenberg <sebastic at debian.org> Fri, 13 May 2016 19:33:40 +0200
diff --git a/debian/control b/debian/control
index 0fb2e03..6d95409 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
+ python-gdal,
python-setuptools,
python-lxml
Standards-Version: 3.9.5
@@ -16,12 +17,31 @@ X-Python-Version: >= 2.7
Package: python-pywps
Architecture: all
-Depends: python-pkg-resources,
+Depends: python-gdal,
+ python-lxml,
${python:Depends},
${misc:Depends}
-Suggests: grass,
- apache2 | httpd-cgi
+Recommends: python-mapscript
+Suggests: grass-core
+Description: Implementation of OGC's Web Processing Service - Python 2 module
+ 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.
+ .
+ This package contains the pywps module for Python 2.
+
+Package: pywps
+Architecture: all
+Section: web
+Depends: python-pywps (= ${binary:Version}),
+ ${python:Depends},
+ ${misc:Depends}
+Suggests: apache2 | httpd-cgi,
+ cgi-mapserver
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
+ 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.
+ .
+ This package contains the pywps executable & wps.py CGI script.
+
diff --git a/debian/python-pywps.install b/debian/python-pywps.install
new file mode 100644
index 0000000..b2cc136
--- /dev/null
+++ b/debian/python-pywps.install
@@ -0,0 +1 @@
+usr/lib/python2*
diff --git a/debian/dirs b/debian/pywps.dirs
similarity index 100%
rename from debian/dirs
rename to debian/pywps.dirs
diff --git a/debian/docs b/debian/pywps.docs
similarity index 100%
rename from debian/docs
rename to debian/pywps.docs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git
More information about the Pkg-grass-devel
mailing list