[Pkg-octave-commit] [SCM] Debian packaging for octave-vrml branch, master, updated. debian/1.0.11-2-8-g223d6c2

Rafael Laboissiere rafael at laboissiere.net
Wed May 30 20:43:54 UTC 2012


The following commit has been merged in the master branch:
commit fb24042de6784aebb991dfe90fe313d804a5932c
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed May 30 19:51:40 2012 +0000

    debian/patches/order_boolean_operation: New patch

diff --git a/debian/patches/order_boolean_operation b/debian/patches/order_boolean_operation
new file mode 100644
index 0000000..f6c4f32
--- /dev/null
+++ b/debian/patches/order_boolean_operation
@@ -0,0 +1,17 @@
+Description: Fix the order of terms in boolean operation
+Author: Sebastian Rühl
+Bug-Ubuntu: https://launchpad.net/bugs/787412
+Reviewed-By: Rafael Laboissiere <rafael at laboissiere.net>
+Last-Update: 2012-05-30
+
+--- octave-vrml-1.0.11.orig/inst/vrml_material.m
++++ octave-vrml-1.0.11/inst/vrml_material.m
+@@ -42,7 +42,7 @@ if emit && !isnan (ec)
+ else
+   se = "";
+ end
+-if tran && ! isnan (tran)
++if ! isnan (tran) && tran
+   st = sprintf ("              transparency %8.3g\n",tran);
+ else
+   st = "";
diff --git a/debian/patches/series b/debian/patches/series
index 93f78b3..b20675d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 remove_broken_files
 remove_unused_files
 whitedune_for_freewrl
+order_boolean_operation

-- 
Debian packaging for octave-vrml



More information about the Pkg-octave-commit mailing list