[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:28 UTC 2012


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

    Drop patch add_private_functions (fixed upstream)

diff --git a/debian/patches/add_private_functions b/debian/patches/add_private_functions
deleted file mode 100644
index 358f05b..0000000
--- a/debian/patches/add_private_functions
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Add lacking functions to the private directory
- The functions is_list, struct_contains, and nth do not exist in
- Octave 3.6.  Wrappers for the correct fucntions are created in the
- private/ directory.
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Forwarded: Not-needed
-Last-Update: 2012-05-31
-
---- /dev/null
-+++ octave-vrml-1.0.11/inst/private/is_list.m
-@@ -0,0 +1,3 @@
-+function retval = is_list (x)
-+  retval = iscell (x);
-+endfunction
---- /dev/null
-+++ octave-vrml-1.0.11/inst/private/struct_contains.m
-@@ -0,0 +1,3 @@
-+function retval = struct_contains (structure, field)
-+  retval = isfield (structure, field);
-+endfunction
---- /dev/null
-+++ octave-vrml-1.0.11/inst/private/nth.m
-@@ -0,0 +1,3 @@
-+function retval = nth (incell, element)
-+  retval = incell {element};
-+endfunction
diff --git a/debian/patches/series b/debian/patches/series
index 5f2fb89..6d4c25b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 whitedune_for_freewrl
 order_boolean_operation
-add_private_functions

-- 
Debian packaging for octave-vrml



More information about the Pkg-octave-commit mailing list