[Pkg-octave-commit] [SCM] Debian packaging for octave-image branch, master, updated. debian/2.0.0-2-3-g3453a7a

Thomas Weber tweber at debian.org
Tue Jun 25 11:26:55 UTC 2013


The following commit has been merged in the master branch:
commit a4dee4135f5ff8640ae66cbd0abed38177849a01
Author: Thomas Weber <tweber at debian.org>
Date:   Tue Jun 25 13:19:58 2013 +0200

    Correctly call __bwdist__ from bwdist.m
    
    Closes: #712995

diff --git a/debian/patches/series b/debian/patches/series
index c4b82bb..07872e6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ autoload-yes.patch
 fftconv2-usage.patch
 use-imerode-and-imdilate.patch
 use-dpkg-buildflags.patch
+use__bwdist__.patch
diff --git a/debian/patches/use__bwdist__.patch b/debian/patches/use__bwdist__.patch
new file mode 100644
index 0000000..bef07ff
--- /dev/null
+++ b/debian/patches/use__bwdist__.patch
@@ -0,0 +1,24 @@
+Description: Fix typo in function name __bwdist__
+ This patch does not need forwarding as the .m file bwdist.m (which is fixed by
+ the patch) has been removed upstream.
+Author: David Pirotte <david at altosw.be>
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712995
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712995
+Forwarded: not-needed
+Last-Update: 2013-06-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/inst/bwdist.m
++++ b/inst/bwdist.m
+@@ -53,9 +53,9 @@
+   endif
+ 
+   if (nargout < 2)
+-    D = __bwdist(bw, method);
++    D = __bwdist__(bw, method);
+   else
+-    [D, C] = __bwdist(bw, method);
++    [D, C] = __bwdist__(bw, method);
+   endif
+ 
+ endfunction

-- 
Debian packaging for octave-image



More information about the Pkg-octave-commit mailing list