Source: libpdl-io-hdf5-perl
Version: 1:0.73-2
Severity: important
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi,

Please find attached a patch to support building against HDF5-1.10 currently in 
experimental. I intend to request a transition slot this week, and will NMU if 
need be.

Thanks,

_g.


- -- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-----BEGIN PGP SIGNATURE-----

iQEcBAEBCAAGBQJYDm0tAAoJEO/obGx//s+D5K8H/iDW/mGIAH3cqQ4k/NHJKNSC
FuGcTiCMfNfq7W6KMWch7rfzPYWSZiyn1Zje3i1snaDslji2JFqnAY6EGyujtTzb
Y87SSvVQrTIsv1Reh5sjD6mL852l/+AlOFjeWEvlkd/3arwGnJM+rlnoowwlM8Wk
bHKckcRhTJRYaORKCjNApT12E0+Lh9o8Czh9dXJO0gn2txEIsMwAuIaAIRnoqCwk
bi0rI70tocEh6i6ZeiCHx44rVUG+f8Jc51Ql5iL38szKyLlnTXfWl59bgfsGWrfF
tGHs4+bTi2WaK3jv9mbbAFEB/cSlLt6W02gsBSi/QVpFtNe1QES34iPe1xrOQJY=
=RDOr
-----END PGP SIGNATURE-----
diff -Nru libpdl-io-hdf5-perl-0.73/debian/changelog libpdl-io-hdf5-perl-0.73/debian/changelog
--- libpdl-io-hdf5-perl-0.73/debian/changelog	2016-07-03 00:53:33.000000000 +0200
+++ libpdl-io-hdf5-perl-0.73/debian/changelog	2016-10-20 19:19:16.000000000 +0200
@@ -1,3 +1,10 @@
+libpdl-io-hdf5-perl (1:0.73-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New patch for HDF5 1.10 support
+
+ -- Gilles Filippini <p...@debian.org>  Sun, 24 Jul 2016 08:34:49 +0200
+
 libpdl-io-hdf5-perl (1:0.73-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru libpdl-io-hdf5-perl-0.73/debian/patches/hdf5-1.10.patch libpdl-io-hdf5-perl-0.73/debian/patches/hdf5-1.10.patch
--- libpdl-io-hdf5-perl-0.73/debian/patches/hdf5-1.10.patch	1970-01-01 01:00:00.000000000 +0100
+++ libpdl-io-hdf5-perl-0.73/debian/patches/hdf5-1.10.patch	2016-10-20 19:19:16.000000000 +0200
@@ -0,0 +1,31 @@
+Index: libpdl-io-hdf5-perl-0.73/hdf5.pd
+===================================================================
+--- libpdl-io-hdf5-perl-0.73.orig/hdf5.pd
++++ libpdl-io-hdf5-perl-0.73/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 -Nru libpdl-io-hdf5-perl-0.73/debian/patches/series libpdl-io-hdf5-perl-0.73/debian/patches/series
--- libpdl-io-hdf5-perl-0.73/debian/patches/series	2016-07-03 00:47:53.000000000 +0200
+++ libpdl-io-hdf5-perl-0.73/debian/patches/series	2016-10-20 19:19:16.000000000 +0200
@@ -2,3 +2,4 @@
 clean_newFile_hd5.patch
 support-hdf5-1.8.13.patch
 reproducible_build.patch
+hdf5-1.10.patch

Reply via email to