[h5utils] 20/39: Imported Debian patch 1.12.1-2.1
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 23:56:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository h5utils.
commit f33a9a8ab280b58213d036326d71f2f59673c28d
Author: Gilles Filippini <pini at debian.org>
Date: Wed Aug 6 17:44:53 2014 +0200
Imported Debian patch 1.12.1-2.1
---
debian/changelog | 7 +++++++
debian/rules | 5 +++++
2 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ccd8c68..9dd6c9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+h5utils (1.12.1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Support hdf5 1.8.13 new packaging layout (closes: #756670).
+
+ -- Gilles Filippini <pini at debian.org> Wed, 06 Aug 2014 17:44:53 +0200
+
h5utils (1.12.1-2) unstable; urgency=low
* Fixed a FTBS with libpng 1.5: patch png1.5.
diff --git a/debian/rules b/debian/rules
index 97a8b79..aead52b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,11 @@ ifeq ($(shell grep '^[[:space:]]*Linux Large File Support (LFS)' /usr/lib/libhdf
export CPPFLAGS
endif
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+ export CPPFLAGS += -I/usr/include/hdf5/serial
+ export LDFLAGS += -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
+
patch: patch-stamp
patch-stamp:
QUILT_PATCHES=debian/patches quilt push --color=auto -a || [ $$? = 2 ]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git
More information about the Pkg-grass-devel
mailing list