Source: med-fichier
Version: 3.0.6-10
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-----

iQEcBAEBCAAGBQJYDm30AAoJEO/obGx//s+DnnYIAIFKx50dblj+cIp9q+biyqz8
jAVu09CPLbX+odfY6Tpf7WEqvJsWARsgiWaaWCg+TL8J6TDorJPGRTTs5J2OyjKn
9X25TbNy2TiSzPCR4czJl9JpsE8TVhTkhIcDJSIuTtjK2AzwCH3MQ2POZsNnZvcl
9Erct+Y9pokgKeViwf6plamlPpDwuzJde8C1lNCX66prYRTfEIT8EmJu0aTGg2oP
Xzi/Him5GK45HobtO0qb0svrILsxh9ZL82YuxmQ5akfldTxY6S6F1os15YSKDmHf
uAZRrr7iLsjKjYE4+w0kfLFW14YFbNmJb42Skct4SlonqIgx6EgbxjSiDJz35nw=
=M6Y6
-----END PGP SIGNATURE-----
diff -Nru med-fichier-3.0.6/debian/changelog med-fichier-3.0.6/debian/changelog
--- med-fichier-3.0.6/debian/changelog	2016-09-04 20:06:34.000000000 +0200
+++ med-fichier-3.0.6/debian/changelog	2016-10-20 21:59:53.000000000 +0200
@@ -1,3 +1,11 @@
+med-fichier (3.0.6-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New patch fix-fid-type-in-medequivinfo.patch to fix FTBFS with
+    HDF5 1.10
+
+ -- Gilles Filippini <p...@debian.org>  Thu, 20 Oct 2016 21:59:50 +0200
+
 med-fichier (3.0.6-10) unstable; urgency=medium
 
   * [f6af4e3] Fix autopkgtest.
diff -Nru med-fichier-3.0.6/debian/patches/fix-fid-type-in-medequivinfo.patch med-fichier-3.0.6/debian/patches/fix-fid-type-in-medequivinfo.patch
--- med-fichier-3.0.6/debian/patches/fix-fid-type-in-medequivinfo.patch	1970-01-01 01:00:00.000000000 +0100
+++ med-fichier-3.0.6/debian/patches/fix-fid-type-in-medequivinfo.patch	2016-10-20 21:58:54.000000000 +0200
@@ -0,0 +1,17 @@
+Description: fix wrong type for fid in MEDequivInfo
+ MEDequivInfo was previously declared in include/2.3.6/med_proto.h
+ with correct type for fid: med_idt.
+Author: Gilles Filippini <p...@debian.org>
+Index: med-fichier-3.0.6/src/2.3.6/ci/MEDequivInfo.c
+===================================================================
+--- med-fichier-3.0.6.orig/src/2.3.6/ci/MEDequivInfo.c
++++ med-fichier-3.0.6/src/2.3.6/ci/MEDequivInfo.c
+@@ -24,7 +24,7 @@
+ #include <stdlib.h>
+ 
+ int
+-MEDequivInfo(int fid, char *maa, int ind, char *eq, char *des)
++MEDequivInfo(med_idt fid, char *maa, int ind, char *eq, char *des)
+ {
+   med_idt eqid;
+   med_err ret;
diff -Nru med-fichier-3.0.6/debian/patches/series med-fichier-3.0.6/debian/patches/series
--- med-fichier-3.0.6/debian/patches/series	2014-09-11 21:26:13.000000000 +0200
+++ med-fichier-3.0.6/debian/patches/series	2016-10-20 21:58:54.000000000 +0200
@@ -1,3 +1,4 @@
 ppc64el-support.patch
 hdf5_link.patch
 clang-ftbfs.diff
+fix-fid-type-in-medequivinfo.patch
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to