[Pkg-octave-commit] [SCM] Debian packaging for octave-vrml branch, master, updated. debian/1.0.11-3-12-gd5a3b7c

Rafael Laboissiere rafael at laboissiere.net
Mon Jun 18 18:04:27 UTC 2012


The following commit has been merged in the master branch:
commit df8f93c0d190f59967359d54f5a28b387afcdecf
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Thu Jun 14 06:12:00 2012 +0000

    Drop patch structure_initialization (applied upstream)

diff --git a/debian/patches/series b/debian/patches/series
index e686a24..5f2fb89 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 whitedune_for_freewrl
 order_boolean_operation
-structure_initialization
 add_private_functions
diff --git a/debian/patches/structure_initialization b/debian/patches/structure_initialization
deleted file mode 100644
index bb19873..0000000
--- a/debian/patches/structure_initialization
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Fix structure initialization
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Forwarded: Not-needed
-Last-Update: 2012-05-31
-
---- octave-vrml-1.0.11.orig/inst/vrml_DirectionalLight.m
-+++ octave-vrml-1.0.11/inst/vrml_DirectionalLight.m
-@@ -18,12 +18,10 @@
- 
- function s = vrml_DirectionalLight (varargin) # pos 2.1.39
- 
--
- hash = struct ();		# pos 2.1.39
--
--
--if nargin, hash = setfield(hash,varargin{:}); end # pos 2.1.39
--## hash = rmfield (hash, "dummy");
-+for k=1:2:nargin,
-+    hash = setfield(hash,varargin{k},varargin{k+1});
-+end
- 
- tpl = struct ("ambientIntensity", "%8.3f",\
- 	      "intensity",        "%8.3f",\

-- 
Debian packaging for octave-vrml



More information about the Pkg-octave-commit mailing list