Your message dated Mon, 24 Oct 2016 22:56:58 +0000
with message-id <[email protected]>
and subject line Bug#841963: fixed in libpdl-io-hdf5-perl 1:0.73-3
has caused the Debian Bug report #841963,
regarding libpdl-io-hdf5-perl: Please support building against HDF5-1.10
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
841963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841963
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Source: libpdl-io-hdf5-perl
Source-Version: 1:0.73-3
We believe that the bug you reported is fixed in the latest version of
libpdl-io-hdf5-perl, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (supplier of updated libpdl-io-hdf5-perl
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 24 Oct 2016 22:46:58 +0200
Source: libpdl-io-hdf5-perl
Binary: libpdl-io-hdf5-perl
Architecture: source amd64
Version: 1:0.73-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Description:
libpdl-io-hdf5-perl - PDL Interface to the HDF5 Data Format
Closes: 841963
Changes:
libpdl-io-hdf5-perl (1:0.73-3) unstable; urgency=medium
.
* Team upload.
.
[ Bas Couwenberg ]
* Add patch to fix spelling errors.
.
[ Gilles Filippini ]
* New patch for HDF5 1.10 support.
(closes: #841963)
Checksums-Sha1:
11a76e34538e284dcd06982200814b023bda77be 2101 libpdl-io-hdf5-perl_0.73-3.dsc
c6d3e01d16aad30afad7cea00f0c697b5d0bae3d 5160
libpdl-io-hdf5-perl_0.73-3.debian.tar.xz
dfcd7dfe14f3787924732d24942e1b08269234ec 74482
libpdl-io-hdf5-perl-dbgsym_0.73-3_amd64.deb
b9beab7742815ce945d537cd805b0ecbcb65ea70 51908
libpdl-io-hdf5-perl_0.73-3_amd64.deb
Checksums-Sha256:
421bc22a5f4edfedc7778ea6783690774746b47e5efe8ca490524f23dbc512f4 2101
libpdl-io-hdf5-perl_0.73-3.dsc
9d9573e834d7a4c06ebe2b032715078c6b33a5dabb8046ac94291ac4a15a08a0 5160
libpdl-io-hdf5-perl_0.73-3.debian.tar.xz
5ecb6515e3d3c26a8d2a20969847052b90f31824067b326592a73c2440128eb7 74482
libpdl-io-hdf5-perl-dbgsym_0.73-3_amd64.deb
ddc558a45e3bd615cb6e87891ba3ad1296d93db0d8645b24d841ff56cd53328b 51908
libpdl-io-hdf5-perl_0.73-3_amd64.deb
Files:
eba142c1ace64d279f1b9c6aa1d1bdcd 2101 perl optional
libpdl-io-hdf5-perl_0.73-3.dsc
870ec1ad1182eac9e65678a6dee5e770 5160 perl optional
libpdl-io-hdf5-perl_0.73-3.debian.tar.xz
c89bb1ae00b22be74c2863b76a7f863b 74482 debug extra
libpdl-io-hdf5-perl-dbgsym_0.73-3_amd64.deb
a13f57227cc1a2714d9765473e349e5a 51908 perl optional
libpdl-io-hdf5-perl_0.73-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJYDnSmAAoJEGdQ8QrojUrxQwcQAIPIF1dNLaUd7AdzWclWZ0RF
M0ix3SlvQ6SGzIp9WAIth8GQ/MkMzvaNiZfPvFhPWez+dtVe2uSouqzElJlCQAHA
3nLIlOEMMbFbNtSMrdosJx+a33SF7LE+k10pFRamROS0gsae4rYo32obEuAupNn4
CUa/WdSOboK/aOeY0is+4+/Oo9LRJhx9ZaT5kFfkUfj4ru8wthAM8RFUKOQyIKIp
Pdi+5xT3i1/8XbACWT7pWXsNLBCBsV6RFqJZHPEmFocnZ3sWU/t9UCs5pX5aP7w4
TQWIWyfSOM4CaUdBj+TYimLdjS4vYJ+aO6ui0n7DkjDq7PO/8dG6qKPP4ux5vM+6
yPKoDfFXAwvFUwgXzBDae2nwb8Xpy9nbwX0EgSJsSCyxWVlZD9DDJ3ZWX0o/XNtn
pW4Nw8RzwHHc/AoUEP67UzqimHzdypISP1UYnHbzXVF3iXdMPxP4X8RU4WrLqmyy
Vn19TjjV1OGty8h5LMl6cl8URJ0SCi150i6kUZn+Q3MkHeHvnhKDg3mW7S/fndF2
Ee4qFOOWSyuPWEMXm8tjljCH/mmo2cW4Rge5ngrrcurzJ93zdtkIwOQuP0lcd7mp
R7CsdnEq4Fa0wP9ZQ3jWorveZGsBWMi3R8lvooGbWoaKuEb4hkA+S/gZNuCkUeWh
89EJ9BDQHOB78IOggilq
=NfVG
-----END PGP SIGNATURE-----
--- End Message ---