[Pkg-octave-commit] [octave-io] 03/04: d/p/ods-oct.patch: drop patch, applied upstream.
Sébastien Villemot
sebastien at debian.org
Fri Jun 9 14:43:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository octave-io.
commit 64ff7e5ba5a34bf6a996973c3b508a278040cf75
Author: Sébastien Villemot <sebastien at debian.org>
Date: Fri Jun 9 16:19:13 2017 +0200
d/p/ods-oct.patch: drop patch, applied upstream.
---
debian/patches/ods-oct.patch | 22 ----------------------
debian/patches/series | 1 -
2 files changed, 23 deletions(-)
diff --git a/debian/patches/ods-oct.patch b/debian/patches/ods-oct.patch
deleted file mode 100644
index eb1038b..0000000
--- a/debian/patches/ods-oct.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: fix named range return value in OCT interface
- private/__OCT_ods_getnmrange__.m: return cell rather than num array for
- when no named ranges found
-Author: Philip Nienhuis <prnienhuis at users.sf.net>
-Origin: http://hg.code.sf.net/p/octave/io/rev/504ba5135945
-Bug: https://savannah.gnu.org/bugs/?49922
-Reviewed-by: Sébastien Villemot <sebastien at debian.org>
-Applied-Upstream: 2.4.6
-Last-Update: 2016-12-26
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/inst/private/__OCT_ods_getnmranges__.m
-+++ b/inst/private/__OCT_ods_getnmranges__.m
-@@ -30,7 +30,7 @@ function [nmr] = __OCT_ods_getnmranges__
- rxml = getxmlnode (rxml, "table:database-ranges", 1, 1);
-
- if (isempty (rxml))
-- nmr = zeros (0, 3);
-+ nmr = cell (0, 3);
- return
- else
- nmr = cell (numel (strfind (rxml, "table:name=")), 3);
diff --git a/debian/patches/series b/debian/patches/series
index b90a2dc..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-ods-oct.patch
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-io.git
More information about the Pkg-octave-commit
mailing list