[libpdl-io-hdf5-perl] 01/02: New patch for HDF5 1.10 support. (closes: #841963)

Bas Couwenberg sebastic at debian.org
Mon Oct 24 20:53:20 UTC 2016


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

sebastic pushed a commit to branch master
in repository libpdl-io-hdf5-perl.

commit 28b918949587cce0d4e667bd02da26def7593183
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Oct 24 22:42:28 2016 +0200

    New patch for HDF5 1.10 support. (closes: #841963)
---
 debian/changelog               |  6 ++++++
 debian/patches/hdf5-1.10.patch | 32 ++++++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 3 files changed, 39 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 18e3f4f..ea67e68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 libpdl-io-hdf5-perl (1:0.73-3) UNRELEASED; urgency=medium
 
   * Team upload.
+
+  [ Bas Couwenberg ]
   * Add patch to fix spelling errors.
 
+  [ Gilles Filippini ]
+  * New patch for HDF5 1.10 support.
+    (closes: #841963)
+
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 09 Oct 2016 18:10:46 +0200
 
 libpdl-io-hdf5-perl (1:0.73-2) unstable; urgency=medium
diff --git a/debian/patches/hdf5-1.10.patch b/debian/patches/hdf5-1.10.patch
new file mode 100644
index 0000000..ad47933
--- /dev/null
+++ b/debian/patches/hdf5-1.10.patch
@@ -0,0 +1,32 @@
+Description: Add support for for HDF5 1.10.
+Author: Gilles Filippini <pini at debian.org>
+
+--- a/hdf5.pd
++++ b/hdf5.pd
+@@ -1624,7 +1624,7 @@ char *s;
+     return -1;
+ }
+ 
+-double 
++hid_t 
+ constant(name, arg)
+ char *name;
+ int arg;
+@@ -2507,7 +2507,7 @@ EOXS
+ 
+ pp_addxs('',<<'EOXS');
+ 
+-double
++hid_t
+ constant(name,arg)
+ 	char *		name
+ 	int		arg
+@@ -2739,7 +2739,7 @@ OUTPUT:
+ 
+ # Sub to add the H5T_VARIABLE constant
+ #  This is added manually here, rather than regenerate the constant function above
+-size_t
++hid_t
+ H5T_VARIABLE()
+ CODE:
+         RETVAL = H5T_VARIABLE;
diff --git a/debian/patches/series b/debian/patches/series
index f707694..fc436a4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ clean_newFile_hd5.patch
 support-hdf5-1.8.13.patch
 reproducible_build.patch
 spelling-errors.patch
+hdf5-1.10.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-io-hdf5-perl.git



More information about the Pkg-perl-cvs-commits mailing list