[pktools] 01/02: Support for hfd5 transition to v1.8.13

Ross Gammon ross-guest at moszumanska.debian.org
Mon Aug 4 21:41:36 UTC 2014


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

ross-guest pushed a commit to branch master
in repository pktools.

commit 54d6a7243731e16653869b29c721268704f4ef5a
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Mon Aug 4 23:31:00 2014 +0200

    Support for hfd5 transition to v1.8.13
    
    Closes: #756707
    Thanks: Gilles Filippini
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index f0dd33c..e67037c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #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 $@  --buildsystem autoconf
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list