Source: pytables Version: 3.1.1-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 iQEcBAEBCAAGBQJT2sd0AAoJEO/obGx//s+D0UEH/2le+ZGq+E3ce4JaJCIkBfeE tyny7MoLKzx3TSXgtQgDkoJHKMDW+KpJquRWWTZpK1l+2qjuzQzxlyrod3aGqxYT uM/u4EVAaf9GPLgLT/UHMqHtPKBFoLBhhGO3sJzopKyo2rXJpgR5p64PJcjp5Jhx NgSc1cUc3v9dJu+ril8C1UHJbiaO4GrNpmmgOJ3frbtB+YJ8R8482m17zWpmG8cn xur00gdDk3Uhm4cK2pZTdrfWhX87Smv9vz4cJoyqmdndCpw+LoNiU1pBuxqsbynd iyefQChztHMZAoz2jti1sxEnviyeozBJgkvF8nq2u+OiN8xGJ1gdptVphLfIASU= =37X6 -----END PGP SIGNATURE-----
diff -Nru pytables-3.1.1/debian/changelog pytables-3.1.1/debian/changelog --- pytables-3.1.1/debian/changelog 2014-04-14 19:21:09.000000000 +0200 +++ pytables-3.1.1/debian/changelog 2014-07-26 14:21:00.000000000 +0200 @@ -1,3 +1,10 @@ +pytables (3.1.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Support hdf5 1.8.13 new packaging layout. + + -- Gilles Filippini <p...@debian.org> Sat, 26 Jul 2014 14:21:00 +0200 + pytables (3.1.1-1) unstable; urgency=medium * New upstream release diff -Nru pytables-3.1.1/debian/rules pytables-3.1.1/debian/rules --- pytables-3.1.1/debian/rules 2014-04-14 19:21:09.000000000 +0200 +++ pytables-3.1.1/debian/rules 2014-07-31 15:19:21.000000000 +0200 @@ -13,6 +13,9 @@ export CFLAGS ?= -O0 endif +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + export HDF5_DIR := /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial +endif %: dh $@ --with python2,python3,sphinxdoc --buildsystem=python_distutils