[Pkg-octave-commit] [octave] 06/07: d/p/mkoctfile-infinite-loop.patch: Drop patch (applied upstream)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sat Apr 18 14:40:32 UTC 2015


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

rlaboiss-guest pushed a commit to branch master
in repository octave.

commit a3afa49814d650448406fb4b04d44a2b17fd5789
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Apr 18 04:55:25 2015 -0300

    d/p/mkoctfile-infinite-loop.patch: Drop patch (applied upstream)
---
 debian/patches/mkoctfile-infinite-loop.patch | 24 ------------------------
 debian/patches/series                        |  1 -
 2 files changed, 25 deletions(-)

diff --git a/debian/patches/mkoctfile-infinite-loop.patch b/debian/patches/mkoctfile-infinite-loop.patch
deleted file mode 100644
index ec7ee75..0000000
--- a/debian/patches/mkoctfile-infinite-loop.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Fix infinite loop of mkoctfile -M on platforms where char is unsigned
-Author: Edmund Grimley Evans <edmund.grimley.evans at gmail.com>
-Bug: https://savannah.gnu.org/bugs/index.php?43640
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770192
-Reviewed-by: Sébastien Villemot <sebastien at debian.org>
-Last-Update: 2014-12-01
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/mkoctfile.in.cc
-+++ b/src/mkoctfile.in.cc
-@@ -70,11 +70,11 @@ get_line (FILE *fp)
- {
-   static std::vector<char> buf (100);
-   unsigned int idx = 0;
--  char c;
-+  int c;
- 
-   while (true)
-     {
--      c = static_cast<char> (gnulib::fgetc (fp));
-+      c = gnulib::fgetc (fp);
-       if (c == '\n' || c == EOF)
-         break;
-       if (buf.size () <= idx)
diff --git a/debian/patches/series b/debian/patches/series
index 2b33a0e..73b2a42 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,4 +9,3 @@ hurd_path_max.diff
 always-build-octave-jar.patch
 hdf5-flags.patch
 hdf5-mkoctfile.patch
-mkoctfile-infinite-loop.patch

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



More information about the Pkg-octave-commit mailing list