[pytables] 01/02: Support hdf5 1.8.13 new packaging layout (Closes: #756694)

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Mon Aug 4 21:32:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository pytables.

commit 5cfda55ebd4c4db2eab318f96894d4eace50352d
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Mon Aug 4 20:45:25 2014 +0000

    Support hdf5 1.8.13 new packaging layout (Closes: #756694)
---
 debian/changelog | 3 ++-
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f477419..5216b19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pytables (3.1.1-2) UNRELEASED; urgency=medium
-
+ 
+  * Support hdf5 1.8.13 new packaging layout (Closes: #756694)
   * debian/patches
     - new patch that fixes an import issue with cython > 0.20.2
   * debian/control
diff --git a/debian/rules b/debian/rules
index be9b5db..ccfd2bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytables.git



More information about the debian-science-commits mailing list