[gdal] 02/02: Add patch to fix privacy-breach-generic lintian issues.

Bas Couwenberg sebastic at debian.org
Fri Sep 22 14:40:21 UTC 2017


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

sebastic pushed a commit to branch experimental-2.2
in repository gdal.

commit 294801dd0fe3671ed21ec8645100f3e00552908b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 22 16:39:53 2017 +0200

    Add patch to fix privacy-breach-generic lintian issues.
---
 debian/changelog                            |  1 +
 debian/patches/privacy-breach-generic.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c3ccf5b..5f1dccb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gdal (2.2.2+dfsg-1~exp2) UNRELEASED; urgency=medium
 
   * Update watch file for final releases.
+  * Add patch to fix privacy-breach-generic lintian issues.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 22 Sep 2017 16:35:54 +0200
 
diff --git a/debian/patches/privacy-breach-generic.patch b/debian/patches/privacy-breach-generic.patch
new file mode 100644
index 0000000..967d467
--- /dev/null
+++ b/debian/patches/privacy-breach-generic.patch
@@ -0,0 +1,29 @@
+Description: Don't embedded external images.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/frmts/wms/frmt_wms.html
++++ b/frmts/wms/frmt_wms.html
+@@ -432,19 +432,19 @@ dimension and the number of resolutions.
+ 	tile size of the cache. The following example is a sample set up for
+ 	a 19-level "Global Profile" WMS-C cache.
+ 	<pre>gdal_translate -of PNG -outsize 500 250 metacarta_wmsc.xml metacarta_wmsc.png</pre>
+-	<img src="http://sydney.freeearthfoundation.com/gdalwms/metacarta_wmsc.png" alt="example output">
++	<a href="http://sydney.freeearthfoundation.com/gdalwms/metacarta_wmsc.png">example output</a>
+     </p></li>
+ 
+     <li><p>
+ 	<a href="frmt_wms_tileservice_bmng.xml">tileservice_bmng.xml</a> - TileService, Blue Marble NG (January)<br>
+ 	<pre>gdal_translate -of JPEG -outsize 500 250 tileservice_bmng.xml tileservice_bmng.jpg</pre>
+-	<img src="http://sydney.freeearthfoundation.com/gdalwms/tileservice_bmng.jpg" alt="example output">
++	<a href="http://sydney.freeearthfoundation.com/gdalwms/tileservice_bmng.jpg">example output</a>
+     </p></li>
+ 
+     <li><p>
+ 	<a href="frmt_wms_tileservice_nysdop2004.xml">tileservice_nysdop2004.xml</a> - TileService, NYSDOP 2004<br>
+ 	<pre>gdal_translate -of JPEG -projwin -73.687030 41.262680 -73.686359 41.262345 -outsize 500 250 tileservice_nysdop2004.xml tileservice_nysdop2004.jpg</pre>
+-	<img src="http://sydney.freeearthfoundation.com/gdalwms/tileservice_nysdop2004.jpg" alt="example output">
++	<a href="http://sydney.freeearthfoundation.com/gdalwms/tileservice_nysdop2004.jpg">example output</a>
+     </p></li>
+ 
+     <li><p>
diff --git a/debian/patches/series b/debian/patches/series
index 4a9b77a..9843ade 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ spatialite
 java.opt
 perl-vendor
 privacy-breach-logo.patch
+privacy-breach-generic.patch

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



More information about the Pkg-grass-devel mailing list