Source: gpiv Version: 0.6.1-2 Severity: important Tags: patch User: p...@debian.org Usertags: HDF5-transition
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, The hdf5 1.8.13 package in experimental features a new layout for headers and libraries, so that all the binary packages are now co-installable. Please find attached a patch proposal to support both the current and the new layouts. Because this bug is in the way of the hdf5 transition I intend to NMU in a few days. I apologize for the urge, and I hope this approach won't offend you. Please tell me otherwise. Kind regards, _g. - -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.14-1-486 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCAAGBQJT2riNAAoJEO/obGx//s+DIWEH/1/a4GlD2haDUpcdvfQvDyAl xbCZrYsWyrLlQFTos1NX4Nr9ztPOPtyolUZkvSct/W4zYqdxgfvEz/uHCnmMEVw/ TFbLT8+Y8uWUsd7eQA7HHc7KM0j6/oS31Hx3JRqAw3fdmbIRQiL1TYLZ33V8qRrB VQ1pmyPPW9D1NPtHGUt3frG0HuZOlKRoaPHGYpXFN1PrFg0bQvut58Vd/xoiLbhx gPZ5jjs1kqKccm2uf6RCdHzTsNz3TfBwDH1GIft7jrQL4DfD9Te+k5aNM/Bu3rlj kXH5fDIa5kmtsv1gp7iZFLpvjZ3igdk3Wof4g1e0Ia1/3og8UjNhfBpBkhSP7Vc= =Iu8N -----END PGP SIGNATURE-----
diff -u gpiv-0.6.1/debian/changelog gpiv-0.6.1/debian/changelog --- gpiv-0.6.1/debian/changelog +++ gpiv-0.6.1/debian/changelog @@ -1,3 +1,10 @@ +gpiv (0.6.1-2.3) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout. + + -- Gilles Filippini <p...@debian.org> Fri, 25 Jul 2014 10:52:19 +0200 + gpiv (0.6.1-2.2) unstable; urgency=medium * Non-maintainer upload. diff -u gpiv-0.6.1/debian/rules gpiv-0.6.1/debian/rules --- gpiv-0.6.1/debian/rules +++ gpiv-0.6.1/debian/rules @@ -10,6 +10,10 @@ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + export CPPFLAGS += -I/usr/include/hdf5/serial +endif + config-serial.status: patch-stamp dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" ""