[pywps] 09/16: Drop CGI package, wps.py removed upstream.
Bas Couwenberg
sebastic at debian.org
Mon Aug 22 21:44:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository pywps.
commit dcce93405735b811dfbeb3fce3ad30ddbc652228
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 22 05:14:30 2016 +0200
Drop CGI package, wps.py removed upstream.
---
debian/changelog | 1 +
debian/control | 16 +-------------
debian/pywps-cgi.apache2 | 1 -
debian/pywps-cgi.cfg | 32 ---------------------------
debian/pywps-cgi.conf | 6 -----
debian/pywps-cgi.install | 2 --
debian/pywps.1 | 57 ------------------------------------------------
debian/pywps.dirs | 1 -
debian/pywps.install | 1 -
debian/pywps.manpages | 1 -
debian/rules | 7 ------
11 files changed, 2 insertions(+), 123 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ed2dde1..d4b4c76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ pywps (4.0.0~beta1-1) UNRELEASED; urgency=medium
- Add copyright holders
- Change license to Expat
* Drop examples, no longer included upstream.
+ * Drop CGI package, wps.py removed upstream.
-- Bas Couwenberg <sebastic at debian.org> Fri, 22 Jul 2016 01:11:37 +0200
diff --git a/debian/control b/debian/control
index f42c0c5..e0b1f48 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,7 @@ Package: pywps
Architecture: all
Section: web
Depends: python-pywps (= ${binary:Version}),
- pywps-wsgi | pywps-cgi,
+ pywps-wsgi,
${python:Depends},
${misc:Depends}
Suggests: cgi-mapserver,
@@ -59,20 +59,6 @@ Description: Implementation of OGC's Web Processing Service
.
This package contains the pywps executable and example processes.
-Package: pywps-cgi
-Architecture: all
-Section: web
-Depends: apache2 | httpd-cgi,
- python,
- ${misc:Depends}
-Recommends: ${misc:Recommends}
-Description: Implementation of OGC's Web Processing Service - CGI script
- 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 wps.py CGI script.
-
Package: pywps-wsgi
Architecture: all
Section: web
diff --git a/debian/pywps-cgi.apache2 b/debian/pywps-cgi.apache2
deleted file mode 100644
index c8fff10..0000000
--- a/debian/pywps-cgi.apache2
+++ /dev/null
@@ -1 +0,0 @@
-conf debian/pywps-cgi.conf
diff --git a/debian/pywps-cgi.cfg b/debian/pywps-cgi.cfg
deleted file mode 100644
index 611f113..0000000
--- a/debian/pywps-cgi.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-[wps]
-encoding=utf-8
-title=PyWPS OSGeo-Live Demo
-version=1.0.0
-abstract=PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
-fees=None
-constraints=None
-serveraddress=http://localhost/cgi-bin/wps.py
-keywords=PyWPS,WPS,OGC,processing,ogc,interoperability
-lang=en-US
-
-[provider]
-providerName=Organization Name
-individualName=Lastname, Firstname
-positionName=Position Title
-role=pointOfContact
-deliveryPoint=Mailing Address
-city=City
-postalCode=Zip or Postal Code
-country=Country
-electronicMailAddress=Email Address
-providerSite=http://pywps.org
-phoneVoice=+xx-xxx-xxx-xxxx
-phoneFacsimile=+xx-xxx-xxx-xxxx
-administrativeArea=Administrative Area
-
-[server]
-maxoperations=50
-maxinputparamlength=1024
-maxfilesize=3mb
-tempPath=/tmp
-debug=true
diff --git a/debian/pywps-cgi.conf b/debian/pywps-cgi.conf
deleted file mode 100644
index eb013fe..0000000
--- a/debian/pywps-cgi.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-
-<Location /cgi-bin/wps.py>
- SetEnv PYWPS_CFG /etc/pywps/pywps-cgi.cfg
- SetEnv PYWPS_PROCESSES /usr/share/pywps/processes
-</Location>
-
diff --git a/debian/pywps-cgi.install b/debian/pywps-cgi.install
deleted file mode 100644
index 5c4a5ac..0000000
--- a/debian/pywps-cgi.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/pywps-cgi.cfg etc/pywps/
-usr/lib/cgi-bin
diff --git a/debian/pywps.1 b/debian/pywps.1
deleted file mode 100644
index 0d44031..0000000
--- a/debian/pywps.1
+++ /dev/null
@@ -1,57 +0,0 @@
-.TH pywps 1 "" "PyWPS 1.0.0" "PyWPS"
-.SH NAME
-\fI\fBPyWPS\fR\fR - Implementation of OGC's Web Processing Service
-.br
-
-.SH DESCRIPTION
-.PP
-
-This program is to be used as CGI application. It is (not yet full)
-implementation of Open Geospatial Consorcium Web Processing Service (WPS)
-standard according to document OGC 05-007r4. As background tool GRASS GIS
-is used.
-.SH FEATURES
-.PP
-
-PyWPS Supports all three types of request:
-.br
-
- GetCapabilities
-.br
-
- DescribeProcess
-.br
-
- Execute
-.br
-
-Execute can be called assynchronously.
-.PP
-
-GRASS can work on temporary location in x/y coordinte system (default) or
-on existing location. Other popular tools (R, PROJ, GDAL/OGR) may be used
-too.
-.SH OPTIONS
-.PP
-
-This program should be run as web application
-Initial mapset directory which is a subdirectory of LOCATION_NAME
-.PP
-.SH BUGS AND CAVEAT
-.PP
-
-Not known so far
-
-.SH SEE ALSO
-OGC Web Processin Service standard
-.PP
-
-PyWPS Web site
-.SH AUTHORS (of this page)
-Jachym Cepicky
-.br
-
-.PP
-\fILast changed: $Date: 2006-10-23 $\fR
-.PP
-Help Index
diff --git a/debian/pywps.dirs b/debian/pywps.dirs
deleted file mode 100644
index e772481..0000000
--- a/debian/pywps.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin
diff --git a/debian/pywps.install b/debian/pywps.install
index f5edb25..515f403 100644
--- a/debian/pywps.install
+++ b/debian/pywps.install
@@ -1,2 +1 @@
-usr/bin
debian/share/pywps/processes usr/share/pywps/
diff --git a/debian/pywps.manpages b/debian/pywps.manpages
deleted file mode 100644
index efc3ca3..0000000
--- a/debian/pywps.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/pywps.1
diff --git a/debian/rules b/debian/rules
index 222f9ec..1491010 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,13 +30,6 @@ override_dh_auto_test:
OFFLINE_TESTS=1 \
dh_auto_test || echo "Ignoring test failures"
-override_dh_auto_install:
- dh_auto_install
-
- mkdir -p debian/tmp/usr/lib/cgi-bin
- cp debian/tmp/usr/bin/wps.py debian/tmp/usr/lib/cgi-bin/
- mv debian/tmp/usr/bin/wps.py debian/tmp/usr/bin/pywps
-
override_dh_install:
dh_install --list-missing
--
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