[pywps] 07/16: Drop examples, no longer included 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 5f34a8e422efdff536258446f3cfdb3deea88fbe
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 22 01:27:20 2016 +0200
Drop examples, no longer included upstream.
---
debian/changelog | 1 +
debian/control | 3 +-
debian/patches/series | 1 -
debian/patches/use-libjs-openlayers-package.patch | 48 -----------------------
debian/pywps.examples | 3 --
debian/pywps.links | 1 -
6 files changed, 2 insertions(+), 55 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 854bb40..ed2dde1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ pywps (4.0.0~beta1-1) UNRELEASED; urgency=medium
* Update copyright file, changes:
- Add copyright holders
- Change license to Expat
+ * Drop examples, no longer included upstream.
-- Bas Couwenberg <sebastic at debian.org> Fri, 22 Jul 2016 01:11:37 +0200
diff --git a/debian/control b/debian/control
index 4e4020d..bc97822 100644
--- a/debian/control
+++ b/debian/control
@@ -38,8 +38,7 @@ Description: Implementation of OGC's Web Processing Service - Python 2 module
Package: pywps
Architecture: all
Section: web
-Depends: libjs-openlayers,
- python-pywps (= ${binary:Version}),
+Depends: python-pywps (= ${binary:Version}),
pywps-wsgi | pywps-cgi,
${python:Depends},
${misc:Depends}
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 71205e3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use-libjs-openlayers-package.patch
diff --git a/debian/patches/use-libjs-openlayers-package.patch b/debian/patches/use-libjs-openlayers-package.patch
deleted file mode 100644
index fdbdb82..0000000
--- a/debian/patches/use-libjs-openlayers-package.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Description: Use OpenLayers.js from libjs-openlayers package.
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: not-needed
-
---- a/webclient/01-init.html
-+++ b/webclient/01-init.html
-@@ -7,7 +7,7 @@
- <head>
- <title>WPS Client - Initialization and GetCapabilities</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-- <script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script>
-+ <script type="text/javascript" src="openlayers/OpenLayers.js"></script>
- <script type="text/javascript" src="WPS.js"></script>
- <script type="text/javascript">
-
---- a/webclient/02-describe.html
-+++ b/webclient/02-describe.html
-@@ -7,7 +7,7 @@
- <head>
- <title>WPS Client - DescribeProcess</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-- <script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script>
-+ <script type="text/javascript" src="openlayers/OpenLayers.js"></script>
- <script type="text/javascript" src="WPS.js"></script>
- <script type="text/javascript">
-
---- a/webclient/03-execute.html
-+++ b/webclient/03-execute.html
-@@ -7,7 +7,7 @@
- <head>
- <title>WPS Client - Execute</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-- <script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script>
-+ <script type="text/javascript" src="openlayers/OpenLayers.js"></script>
- <script type="text/javascript" src="WPS.js"></script>
- <script type="text/javascript">
-
---- a/webclient/04-execute-automatic.html
-+++ b/webclient/04-execute-automatic.html
-@@ -7,7 +7,7 @@
- <head>
- <title>WPS Client - Execute (automatic)</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-- <script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script>
-+ <script type="text/javascript" src="openlayers/OpenLayers.js"></script>
- <script type="text/javascript" src="WPS.js"></script>
- <script type="text/javascript">
-
diff --git a/debian/pywps.examples b/debian/pywps.examples
deleted file mode 100644
index e2de645..0000000
--- a/debian/pywps.examples
+++ /dev/null
@@ -1,3 +0,0 @@
-pywps/etc/pywps.cfg-template
-webclient/
-webservices/
diff --git a/debian/pywps.links b/debian/pywps.links
deleted file mode 100644
index b61fa33..0000000
--- a/debian/pywps.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/openlayers usr/share/doc/pywps/examples/webclient/openlayers
--
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