tags 657203 + patch
thanks

Dear maintainer,

During the BSP in Paris at IRILL, I've prepared an NMU for mpb (versioned as
1.4.2-17.1). I have not uploaded it since I'm a DM.

Regards.
diff -Nru mpb-1.4.2/debian/changelog mpb-1.4.2/debian/changelog
--- mpb-1.4.2/debian/changelog	2011-12-13 13:51:50.000000000 +0100
+++ mpb-1.4.2/debian/changelog	2012-02-17 18:50:47.000000000 +0100
@@ -1,3 +1,11 @@
+mpb (1.4.2-17.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/13-hdf5-1.6-api.patch: new patch, enables HDF5 1.6
+    compatibility macro definitions. (Closes: #657203)
+
+ -- Sébastien Villemot <sebastien.ville...@ens.fr>  Fri, 17 Feb 2012 18:49:06 +0100
+
 mpb (1.4.2-17) unstable; urgency=low
 
   * debian/control: depend on debhelper >=8
diff -Nru mpb-1.4.2/debian/patches/13-hdf5-1.6-api.patch mpb-1.4.2/debian/patches/13-hdf5-1.6-api.patch
--- mpb-1.4.2/debian/patches/13-hdf5-1.6-api.patch	1970-01-01 01:00:00.000000000 +0100
+++ mpb-1.4.2/debian/patches/13-hdf5-1.6-api.patch	2012-02-17 18:48:54.000000000 +0100
@@ -0,0 +1,15 @@
+Description: Enable HDF5 1.6 compatibility macro definitions
+Bug-Debian: http://bugs.debian.org/657203
+Forwarded: no
+Author: Sébastien Villemot <sebastien.ville...@ens.fr>
+Last-Update: 2012-02-17
+--- a/src/matrixio/matrixio.h
++++ b/src/matrixio/matrixio.h
+@@ -21,6 +21,7 @@
+ #include <matrices.h>
+ 
+ #if defined(HAVE_HDF5)
++#  define H5_USE_16_API
+ #  include <hdf5.h>
+ typedef hid_t matrixio_id;
+ #else /* no HDF */
diff -Nru mpb-1.4.2/debian/patches/series mpb-1.4.2/debian/patches/series
--- mpb-1.4.2/debian/patches/series	2011-12-13 11:41:32.000000000 +0100
+++ mpb-1.4.2/debian/patches/series	2012-02-17 18:45:46.000000000 +0100
@@ -10,3 +10,4 @@
 10-utils-Makefile.in.patch
 11-utils-mpb-data.1.patch
 12-configure.patch
+13-hdf5-1.6-api.patch

Reply via email to