[gnuplot-iostream] 01/01: Support hdf5 1.8.13.
Anton Gladky
gladk at moszumanska.debian.org
Tue Aug 12 21:41:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository gnuplot-iostream.
commit 2a5824df2356074de5d8f3a389fd4eee9faa7026
Author: Gilles Filippini <pini at debian.org>
Date: Tue Aug 12 23:41:37 2014 +0200
Support hdf5 1.8.13.
---
debian/changelog | 7 +++++++
debian/rules | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3978a6d..1640d93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnuplot-iostream (0~20130604.gitdd47c7a-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Support hdf5 1.8.13 new packaging layout (closes: #756705).
+
+ -- Gilles Filippini <pini at debian.org> Wed, 06 Aug 2014 19:39:45 +0200
+
gnuplot-iostream (0~20130604.gitdd47c7a-1) unstable; urgency=low
* [642dade] Imported Upstream version 0~20130604.gitdd47c7a
diff --git a/debian/rules b/debian/rules
index ce2eb52..9c8dfac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot-iostream.git
More information about the debian-science-commits
mailing list