Source: mlpack Version: 1.0.8-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 iQEcBAEBCAAGBQJT2snyAAoJEO/obGx//s+D4YgH/1c9t8GjnX8B3p95NwP9JJOi qM9Up79tzaFC9yFiIDFAmSwq/K6L01j7KXT3SrRLcLOV/KCBVo0EnxPsVQgsae50 3Dc5ZRXTKs5cJDtecLWS05LdlSXAL/2VGJqgxGILTU+61dm7LPW+FrH96QxmPV6z OO9F0kGilzx3R+kHHpfSyWp3ahAB2pR81Cpeg5cxxaWAi9Uil/WthNXhTYVaSjlJ tmclm8ogzDcLs7u9p16MT97Gk7O1jF5Bg9AErzUK7sdIQ+jtfmqUa5eB6oFUulNI Wz1btsYNcyx+mUxveEWFTQUmCNr40G11fNDZ2Wrz44pf6+13FfEKKs6k+vkKtwc= =jay0 -----END PGP SIGNATURE-----
diff -Nru mlpack-1.0.8/debian/changelog mlpack-1.0.8/debian/changelog --- mlpack-1.0.8/debian/changelog 2014-04-12 09:32:10.000000000 +0200 +++ mlpack-1.0.8/debian/changelog 2014-07-24 14:32:02.000000000 +0200 @@ -1,3 +1,10 @@ +mlpack (1.0.8-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 14:31:55 +0200 + mlpack (1.0.8-1) unstable; urgency=medium * Initial release (closes: #660925, #743710) diff -Nru mlpack-1.0.8/debian/rules mlpack-1.0.8/debian/rules --- mlpack-1.0.8/debian/rules 2014-04-12 09:33:54.000000000 +0200 +++ mlpack-1.0.8/debian/rules 2014-07-31 19:25:14.000000000 +0200 @@ -2,6 +2,10 @@ # export DH_VERBOSE=1 +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