Source: gnuplot-iostream Version: 0~20130604.gitdd47c7a-1 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 iQEcBAEBCAAGBQJT2snIAAoJEO/obGx//s+DIHMIAKG2w84Q8DRN12TXuRm90XBa 3PbAWcSWGXSwPChJrOKuiyG0XERxnoJTLojs70rYGU/MjTCIio2EeR9VNhDE9w8T IsIvQyBK2eq6bXTfPB6LDfk0jI44q2/UEOTNWRmNVmBHaN1ofR08eedr/zxy1GEL 5xh0jGI2JXV+q36z+iEPt2aXkE7Bdox25aZc/E3SE+YZUTKJNx6eOceE28HttBHz 83K16V1hQejLSg40By21Xk1yFU+jiwHNCqUGjyezhQVYzZbaIv8V9fHyOnpOr0Vc yrPFwiLa1FkXzy7F2W8EfWU3tCUnTGPdZVYMPDhoXG2i0D6x+WGsJXU+Zc3NefU= =hnxY -----END PGP SIGNATURE-----
diff -Nru gnuplot-iostream-0~20130604.gitdd47c7a/debian/changelog gnuplot-iostream-0~20130604.gitdd47c7a/debian/changelog --- gnuplot-iostream-0~20130604.gitdd47c7a/debian/changelog 2013-06-05 08:33:10.000000000 +0200 +++ gnuplot-iostream-0~20130604.gitdd47c7a/debian/changelog 2014-07-24 13:56:12.000000000 +0200 @@ -1,3 +1,10 @@ +gnuplot-iostream (0~20130604.gitdd47c7a-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout + + -- Gilles Filippini <p...@debian.org> Thu, 24 Jul 2014 13:55:35 +0200 + gnuplot-iostream (0~20130604.gitdd47c7a-1) unstable; urgency=low * [642dade] Imported Upstream version 0~20130604.gitdd47c7a diff -Nru gnuplot-iostream-0~20130604.gitdd47c7a/debian/rules gnuplot-iostream-0~20130604.gitdd47c7a/debian/rules --- gnuplot-iostream-0~20130604.gitdd47c7a/debian/rules 2013-06-05 08:22:24.000000000 +0200 +++ gnuplot-iostream-0~20130604.gitdd47c7a/debian/rules 2014-07-31 19:23:48.000000000 +0200 @@ -1,4 +1,8 @@ #!/usr/bin/make -f +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + export DEB_CXXFLAGS_MAINT_APPEND := -I/usr/include/hdf5/serial +endif + %: dh $@ --parallel
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers