[Pkg-octave-commit] [octave-communications] 03/11: Drop patch oct2dec.patch (applied upstream)

Thomas Weber tweber at moszumanska.debian.org
Tue Dec 3 23:05:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

tweber pushed a commit to branch master
in repository octave-communications.

commit dd61c41818d5582e6d7b131996dfb2226cac997e
Author: Thomas Weber <tweber at debian.org>
Date:   Sat Nov 30 17:06:11 2013 +0100

    Drop patch oct2dec.patch (applied upstream)
---
 debian/patches/oct2dec.patch | 23 -----------------------
 debian/patches/series        |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/oct2dec.patch b/debian/patches/oct2dec.patch
deleted file mode 100644
index 0433179..0000000
--- a/debian/patches/oct2dec.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Fix bug in oct2dec.m with big numbers
- Without this patch, the following test fails:
-   assert (oct2dec (77777777), 2^24 - 1)
- This is because 77777777 will be converted to "7.77778e+07" by numstr.
- .
- Note that, even with this patch, the test will still fail on Octave 3.6.1
- (but not with subsequent Octave releases), because of a bug in base2dec
- (http://savannah.gnu.org/bugs/?func=detailitem&item_id=35621).
-Origin: upstream, commit: r10467,r10468
-Last-Update: 2012-05-20
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/inst/oct2dec.m
-+++ b/inst/oct2dec.m
-@@ -37,7 +37,7 @@
-   d = zeros (size (c));
-   l = size (c, 2);
-   for k = 1:l
--    str = num2str (c(:,k));
-+    str = num2str (c(:,k), "%ld");
-     d(:,k) = base2dec (str, 8);
-     if (any (isnan (d(:,k))))
-       error ("oct2dec: c must be an octal matrix");
diff --git a/debian/patches/series b/debian/patches/series
index 03f6e52..0bbc55e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-oct2dec.patch
 build-documentation.patch
 info-dir-section.patch
 autoload-yes.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-communications.git



More information about the Pkg-octave-commit mailing list