[Pkg-octave-commit] [octave] 02/04: New patch octave_hdf5_id.patch to fix octave_hdf5_id type.

Sébastien Villemot sebastien at debian.org
Sat Jan 14 10:51:07 UTC 2017


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

sebastien pushed a commit to branch stretch
in repository octave.

commit 32cb92b16cc3134d58d6776b585bfb7b4bd8579f
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Jan 14 10:42:25 2017 +0100

    New patch octave_hdf5_id.patch to fix octave_hdf5_id type.
    
    It should be int64_t when building against hdf5 1.10.
    
    Closes: #847974
    Thanks: Gilles Filippini
    Gbp-Dch: Full
---
 debian/patches/octave_hdf5_id.patch | 20 ++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/octave_hdf5_id.patch b/debian/patches/octave_hdf5_id.patch
new file mode 100644
index 0000000..bd4d629
--- /dev/null
+++ b/debian/patches/octave_hdf5_id.patch
@@ -0,0 +1,20 @@
+Description: octave_hdf5_id type should be int64_t when building against hdf5 1.10
+Author: Gilles Filippini <pini at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847974
+Reviewed-by: Sébastien Villemot <sebastien at debian.org>
+Last-Update: 2017-01-14
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: octave-4.0.3/libinterp/corefcn/oct-hdf5-id.h
+===================================================================
+--- octave-4.0.3.orig/libinterp/corefcn/oct-hdf5-id.h
++++ octave-4.0.3/libinterp/corefcn/oct-hdf5-id.h
+@@ -23,7 +23,7 @@ along with Octave; see the file COPYING.
+ #if !defined (octave_oct_hdf5_id_h)
+ #define octave_oct_hdf5_id_h 1
+ 
+-typedef int octave_hdf5_id;
++typedef int64_t octave_hdf5_id;
+ 
+ extern bool check_hdf5_id_type (bool warn = true);
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a96cb8c..91b7f2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ hdf5-flags.patch
 hdf5-mkoctfile.patch
 gcc-6-abs-overload.patch
 gcc-6-include-math-stdlib.patch
+octave_hdf5_id.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