Source: minc-tools
Version: 2.3.00+dfsg-1
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-----

iQEcBAEBCAAGBQJYDnWSAAoJEO/obGx//s+DeTAIAJiy+M3OXRCYLVCjHa4y10+n
oMp7jFTzO2CEZfdC8V9+ZC9eLgScgU8RxFy0LL/H1Ijkhgsfo3B/DoZ4GuUvC0KD
LrecFw6sJvjUiZ6sREkbm50KC1K/R7XuPZhTpLjilJYyu63Ix9WMMvh2CEDej/ok
xOxuk/bSsXG1FkXwsKnoWTIIb8OA/yg2KsIoryr1++xBcmPGvtjDQJC8mIWbR+X0
owme5/vjt+HATxBCBkj1nOVnFjlcmBDdtYBp+9I/TlEg2enwqFz83ONgk20OVkLR
/LioK8XMzDg4ETvhJqBzvFRpfDdmt43R9IvuOfH1a+sptWLlIaLBU63A73a7xeo=
=2iCi
-----END PGP SIGNATURE-----
diff -Nru minc-tools-2.3.00+dfsg/debian/changelog minc-tools-2.3.00+dfsg/debian/changelog
--- minc-tools-2.3.00+dfsg/debian/changelog	2015-09-27 04:52:23.000000000 +0200
+++ minc-tools-2.3.00+dfsg/debian/changelog	2016-10-20 20:52:54.000000000 +0200
@@ -1,3 +1,10 @@
+minc-tools (2.3.00+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New patch to support HDF5-1.10.
+
+ -- Gilles Filippini <p...@debian.org>  Thu, 20 Oct 2016 20:52:19 +0200
+
 minc-tools (2.3.00+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru minc-tools-2.3.00+dfsg/debian/patches/hdf5-1.10-support.patch minc-tools-2.3.00+dfsg/debian/patches/hdf5-1.10-support.patch
--- minc-tools-2.3.00+dfsg/debian/patches/hdf5-1.10-support.patch	1970-01-01 01:00:00.000000000 +0100
+++ minc-tools-2.3.00+dfsg/debian/patches/hdf5-1.10-support.patch	2016-10-20 20:52:13.000000000 +0200
@@ -0,0 +1,14 @@
+Index: minc-tools-2.3.00+dfsg/progs/mincdump/mincdump.h
+===================================================================
+--- minc-tools-2.3.00+dfsg.orig/progs/mincdump/mincdump.h
++++ minc-tools-2.3.00+dfsg/progs/mincdump/mincdump.h
+@@ -15,7 +15,9 @@
+ #define  Printf  (void) printf
+ 
+ typedef int boolean;
++#ifndef false
+ enum {false=0, true=1};
++#endif
+ 
+ struct ncdim {			/* dimension */
+     char name[NC_MAX_NAME];
diff -Nru minc-tools-2.3.00+dfsg/debian/patches/series minc-tools-2.3.00+dfsg/debian/patches/series
--- minc-tools-2.3.00+dfsg/debian/patches/series	2015-09-13 03:26:33.000000000 +0200
+++ minc-tools-2.3.00+dfsg/debian/patches/series	2016-10-20 20:51:44.000000000 +0200
@@ -1,2 +1,3 @@
 01_mincedit-sensible-viewer.diff
 build-with-libnifti
+hdf5-1.10-support.patch

Reply via email to