[med-svn] [ismrmrd] 01/01: Import Debian patch 1.3.2-4.1

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 10 17:08:05 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository ismrmrd.

commit e410ed083f2c6471de0ba3a769b7543899945d5f
Author: Gilles Filippini <pini at debian.org>
Date:   Sun Oct 30 17:54:19 2016 +0100

    Import Debian patch 1.3.2-4.1
---
 debian/changelog               |  7 +++++++
 debian/patches/hdf5-1.10.patch | 21 +++++++++++++++++++++
 debian/patches/series          |  1 +
 3 files changed, 29 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1d34c77..b519997 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ismrmrd (1.3.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * New patch to support HDF5 1.10 (closes: #841959)
+
+ -- Gilles Filippini <pini at debian.org>  Sun, 30 Oct 2016 17:54:19 +0100
+
 ismrmrd (1.3.2-4) unstable; urgency=medium
 
   * Fix FTBFS due to buggy HDF5 detection with CMake 3.6.
diff --git a/debian/patches/hdf5-1.10.patch b/debian/patches/hdf5-1.10.patch
new file mode 100644
index 0000000..2039af0
--- /dev/null
+++ b/debian/patches/hdf5-1.10.patch
@@ -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 --git a/debian/patches/series b/debian/patches/series
index ec1ee78..2e63829 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ Explicit-64-bit-shifts-for-flags.patch
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ismrmrd.git



More information about the debian-med-commit mailing list