[pkg-fgfs-crew] [flightgear-data] 01/01: Add 766251.patch, slightly modified, fixing #766251.

Markus Wanner markus_wanner-guest at moszumanska.debian.org
Mon Oct 27 11:07:42 UTC 2014


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

markus_wanner-guest pushed a commit to branch master
in repository flightgear-data.

commit d87b62c0f9cabd0fb11b82920e161287ba1c6611
Author: Markus Wanner <markus at bluegap.ch>
Date:   Mon Oct 27 12:06:03 2014 +0100

    Add 766251.patch, slightly modified, fixing #766251.
---
 debian/changelog            |  7 +++++++
 debian/patches/766251.patch | 15 +++++++++++++++
 debian/patches/series       |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fe90b25..4518892 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+flightgear-data (3.0.0-2) UNRELEASED; urgency=medium
+
+  [ Rebecca N. Palmer ]
+  * Fix type mismatch crash. Closes: #766251.
+
+ -- Markus Wanner <markus at bluegap.ch>  Mon, 27 Oct 2014 10:37:02 +0100
+
 flightgear-data (3.0.0-1) unstable; urgency=low
 
   [ Markus Wanner ]
diff --git a/debian/patches/766251.patch b/debian/patches/766251.patch
new file mode 100644
index 0000000..2357b7b
--- /dev/null
+++ b/debian/patches/766251.patch
@@ -0,0 +1,15 @@
+Description: Fix type mismatch crash in SGExpression
+Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/766251
+--- a/Effects/model-combined-transparent.eff
++++ b/Effects/model-combined-transparent.eff
+@@ -12,7 +12,7 @@
+ 			<and>
+ 			  <equal>
+ 				<property>/sim/rendering/shaders/model</property>
+-				<value type="int">0</value>
++				<value type="float">0</value>
+ 			  </equal>
+ 			  <or>
+ 				<less-equal>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f4b41f1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+766251.patch

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



More information about the pkg-fgfs-crew mailing list