[Pkg-javascript-commits] [modestmaps-js] 08/17: Add patch to fix privacy breach issues.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 6 18:33:21 UTC 2016


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

sebastic pushed a commit to branch master
in repository modestmaps-js.

commit 14037656905878ded6d9009be5fa3dd334df70c4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri May 6 20:05:50 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 4678eae..e6fc74f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ modestmaps-js (3.3.6+ds1-2) UNRELEASED; urgency=medium
   * Enable parallel builds.
   * Use libjs-excanvas package instead of embedded copy.
   * Use libjs-jquery & libjs-jquery-ui packages instead of online copies.
+  * Add patch to fix privacy breach issues.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 May 2016 19:12:58 +0200
 
diff --git a/debian/patches/privacy-breach.patch b/debian/patches/privacy-breach.patch
new file mode 100644
index 0000000..8540883
--- /dev/null
+++ b/debian/patches/privacy-breach.patch
@@ -0,0 +1,14 @@
+Description: Fix privacy breach issues.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/examples/keyboard/index.html
++++ b/examples/keyboard/index.html
+@@ -257,6 +257,6 @@ a {
+ drag <span id="dragvalue"></span>: <input id="drag" type="range" value="1000" min="0" max="2000"></input><br>
+ zoom <span id="zoomvalue"></span>: <input id="zoom" type="range" value="10000" min="0" max="18000"></input>
+ </p>
+-<p id="credit">Built with <a href="http://github.com/stamen/modestmaps-js/">Modest Maps JS</a>. Tiles Courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img src="http://developer.mapquest.com/content/osm/mq_logo.png"></p>
++<p id="credit">Built with <a href="http://github.com/stamen/modestmaps-js/">Modest Maps JS</a>. Tiles Courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a></p>
+ </body>
+ </html>
diff --git a/debian/patches/series b/debian/patches/series
index 1d11e40..6521485 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 packaged-libjs-jquery.patch
+privacy-breach.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/modestmaps-js.git



More information about the Pkg-javascript-commits mailing list