Source: libgpiv
Version: 0.6.1-4.3
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-----

iQEcBAEBCAAGBQJYDmx3AAoJEO/obGx//s+DgUcIAK8uMp4nysGG/iGBaUXNRSyP
cYfsv7ckfdOYO+nwal7SD+lhNL3eG908Qtf+UrfZ2ZjVAoEJLb9rWQGnm5k3G81C
+gGm+X09Xd6gf1gTI7MCVLXYO2Ik4Rle1k4D+fhu4lW6PLZp3V52Wz6Dgila8t5s
2Ttu55pb6LyEEjqT8znGd/1eZohGp00InOm+hXaiLIFnRWGL8OdK0QNgtScCKq0z
hmBCVpoIcU/jnpY8mjB8m7LBERnW6F0K/wxWAmbbgR4W+Mwt5uBRgJlVB0SqWb4l
YEjFz/9/4w+d3/symJpAUHd/NU8pWiEKQzkM94xrCPHXjTVKrgmCrPCONk9eCjk=
=5Iz5
-----END PGP SIGNATURE-----
diff -u libgpiv-0.6.1/debian/changelog libgpiv-0.6.1/debian/changelog
--- libgpiv-0.6.1/debian/changelog
+++ libgpiv-0.6.1/debian/changelog
@@ -1,3 +1,10 @@
+libgpiv (0.6.1-4.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New patch 04-avoid-bool-keyword.diff to fix FTBFS against HDF5 1.10.
+
+ -- Gilles Filippini <p...@debian.org>  Fri, 22 Jul 2016 14:05:02 +0200
+
 libgpiv (0.6.1-4.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u libgpiv-0.6.1/debian/patches/series libgpiv-0.6.1/debian/patches/series
--- libgpiv-0.6.1/debian/patches/series
+++ libgpiv-0.6.1/debian/patches/series
@@ -3,0 +4 @@
+04-avoid-bool-keyword.diff
only in patch2:
unchanged:
--- libgpiv-0.6.1.orig/debian/patches/04-avoid-bool-keyword.diff
+++ libgpiv-0.6.1/debian/patches/04-avoid-bool-keyword.diff
@@ -0,0 +1,16 @@
+Description: the 'bool' keyword defines a type with HDF5 1.10
+ An by the way, this variable is unused.
+Author: Gilles Filippini <p...@debian.org>
+Index: libgpiv-0.6.1/lib/io.c
+===================================================================
+--- libgpiv-0.6.1.orig/lib/io.c
++++ libgpiv-0.6.1/lib/io.c
+@@ -1569,8 +1569,6 @@ read_pivdata_from_stdin (gboolean fastx
+     gfloat dat_x = -10.0e5, dat_y = -10.0e5;
+     gint line_nr = 0; 
+ 
+-    gboolean bool = FALSE;
+-
+ 
+     /* 
+      * Count nx, ny, similar to count_asciidata

Reply via email to