[Pkg-octave-commit] [SCM] Debian packaging for octave-strings branch, master, updated. bf6ae6ee5bce36d962d1b2a00ab3ef4c0bbca97d

Rafael Laboissiere rafael at laboissiere.net
Fri Mar 16 21:20:38 UTC 2012


The following commit has been merged in the master branch:
commit bad97c6eb022c568cb9e1216cc41441c87f87932
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Mar 16 22:12:28 2012 +0100

    debian/patches/add-swap-function.patch: Drop patch (applied upstream)

diff --git a/debian/patches/add-swap-function.patch b/debian/patches/add-swap-function.patch
deleted file mode 100644
index ef6de7b..0000000
--- a/debian/patches/add-swap-function.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Define the swap function inside the cstrcmp function
- The swap function used to be in the Control package, but has been dropped
- in version 2.3.50 of the package.  This patch adds the definition of this
- function to the cstrcmp.m file as a local function.
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Forwarded: http://permalink.gmane.org/gmane.comp.gnu.octave.devel/6973
-Last-Update: 2012-03-14
-
---- octave-strings-1.0.7.orig/inst/cstrcmp.m
-+++ octave-strings-1.0.7/inst/cstrcmp.m
-@@ -85,3 +85,8 @@ function v=do_cstrcmp(s1,s2)
-  v=sign(L1-L2);
-  return	   
- end
-+
-+function [u, v] = swap (x, y)
-+  u = y
-+  v = x;
-+endfunction
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 916c800..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-add-swap-function.patch

-- 
Debian packaging for octave-strings



More information about the Pkg-octave-commit mailing list