[josm] 01/02: Add patch to fix two SVG files, causing exception.

Bas Couwenberg sebastic at debian.org
Fri Aug 12 15:19:47 UTC 2016


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

sebastic pushed a commit to branch master
in repository josm.

commit 3241d90bb833553e8bdabc1cf7315a1f89acc314
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Aug 12 17:00:05 2016 +0200

    Add patch to fix two SVG files, causing exception.
---
 debian/changelog                                  |  6 ++++++
 debian/patches/series                             |  1 +
 debian/patches/svn-r10789-fix-two-svg-files.patch | 26 +++++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fb0b7de..e1b2928 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+josm (0.0.svn10786+dfsg-2) UNRELEASED; urgency=medium
+
+  * Add patch to fix two SVG files, causing exception.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 12 Aug 2016 16:59:10 +0200
+
 josm (0.0.svn10786+dfsg-1) unstable; urgency=medium
 
   * New tested snapshot.
diff --git a/debian/patches/series b/debian/patches/series
index 419e6a3..1cf01c9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 06-move_data_out_of_jar.patch
 07-use_system_fonts.patch
 08-use_noto_font.patch
+svn-r10789-fix-two-svg-files.patch
diff --git a/debian/patches/svn-r10789-fix-two-svg-files.patch b/debian/patches/svn-r10789-fix-two-svg-files.patch
new file mode 100644
index 0000000..7f66c98
--- /dev/null
+++ b/debian/patches/svn-r10789-fix-two-svg-files.patch
@@ -0,0 +1,26 @@
+Description: Fix two svg files.
+Origin: https://josm.openstreetmap.de/changeset/10789/josm
+Bug: https://josm.openstreetmap.de/ticket/13291
+
+--- a/images/presets/shop/diy_store.svg
++++ b/images/presets/shop/diy_store.svg
+@@ -120,7 +120,7 @@
+          style="stop-color:#000000;stop-opacity:0.49803922;" />
+       <stop
+          id="stop8972"
+-         offset="0.50000000"
++         offset="0.7"
+          style="stop-color:#000000;stop-opacity:0.24705882;" />
+       <stop
+          id="stop8966"
+--- a/images/presets/sport/volleyball.svg
++++ b/images/presets/sport/volleyball.svg
+@@ -78,7 +78,7 @@
+          style="stop-color:#002723;stop-opacity:1.0000000;" />
+       <stop
+          id="stop1883"
+-         offset="1.0000000"
++         offset="0.98"
+          style="stop-color:#000000;stop-opacity:0.49803922;" />
+       <stop
+          id="stop1881"

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



More information about the Pkg-grass-devel mailing list