Source: ismrmrd
Version: 1.3.2-4
Severity: important
Tags: patch

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

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-----

iQEcBAEBCAAGBQJYDmf1AAoJEO/obGx//s+D/JAH/jwCQJNrSWFti0S08UeFPbWb
vg5A89PYlsHqNfJpK0cI57RVIUYv936nzS2xTXagignRSCq4OR5c5FoyZIZplbm7
4jD8XWXsFDEAwfHNOye/s05vk21rKGuDi23KvHTPbtoU61Z7tuQvHUROtt8IeJQS
Wd0Lom6T3mCD3/f5C1lOoEMhy74Lb+9CfRXS+cYYw9DgAfJOPb0ahhyPCnZ6pY7U
uCGSwUx7XQ40kilOjp9Hlf7NFs3t1gcnvj0GFjJHZjzNsoGZwQo5RK5gZhn+u2c/
7a+8C/qvC2/2FH3IZfb+faDBTA+P8jh8wuKkbw2w1txpeF4R9c1iiPQ0bQeKbSg=
=Vhu8
-----END PGP SIGNATURE-----
diff -Nru ismrmrd-1.3.2/debian/changelog ismrmrd-1.3.2/debian/changelog
--- ismrmrd-1.3.2/debian/changelog	2016-09-02 12:27:37.000000000 +0200
+++ ismrmrd-1.3.2/debian/changelog	2016-10-19 00:59:02.000000000 +0200
@@ -1,3 +1,10 @@
+ismrmrd (1.3.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * New patch to support HDF5 1.10
+
+ -- Gilles Filippini <p...@debian.org>  Wed, 19 Oct 2016 00:58:32 +0200
+
 ismrmrd (1.3.2-4) unstable; urgency=medium
 
   * Fix FTBFS due to buggy HDF5 detection with CMake 3.6.
diff -Nru ismrmrd-1.3.2/debian/patches/hdf5-1.10.patch ismrmrd-1.3.2/debian/patches/hdf5-1.10.patch
--- ismrmrd-1.3.2/debian/patches/hdf5-1.10.patch	1970-01-01 01:00:00.000000000 +0100
+++ ismrmrd-1.3.2/debian/patches/hdf5-1.10.patch	2016-10-19 00:58:21.000000000 +0200
@@ -0,0 +1,21 @@
+Index: ismrmrd-1.3.2/include/ismrmrd/dataset.h
+===================================================================
+--- ismrmrd-1.3.2.orig/include/ismrmrd/dataset.h
++++ ismrmrd-1.3.2/include/ismrmrd/dataset.h
+@@ -9,6 +9,7 @@
+ #define ISMRMRD_DATASET_H
+ 
+ #include "ismrmrd/ismrmrd.h"
++#include <hdf5.h>
+ 
+ #ifdef __cplusplus
+ #include <string>
+@@ -28,7 +29,7 @@ extern "C" {
+ typedef struct ISMRMRD_Dataset {
+     char *filename;
+     char *groupname;
+-    int fileid;
++    hid_t fileid;
+ } ISMRMRD_Dataset;
+ 
+ /**
diff -Nru ismrmrd-1.3.2/debian/patches/series ismrmrd-1.3.2/debian/patches/series
--- ismrmrd-1.3.2/debian/patches/series	2016-09-02 12:27:37.000000000 +0200
+++ ismrmrd-1.3.2/debian/patches/series	2016-10-19 00:56:47.000000000 +0200
@@ -3,3 +3,4 @@
 Use-explicit-64-bit-shifts-in-testsuite.patch
 Use-Debian-CMake-find-module-location.patch
 Fix-HDF5-detection-with-CMake-3.6.patch
+hdf5-1.10.patch

Reply via email to