[libmatio] 02/05: debian/rules: add -lhdf5 to libmatio_la_LIBADD, so that libmatio2 depends on libhdf5-7

Sébastien Villemot sebastien at debian.org
Sat Jan 16 20:42:35 UTC 2016


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

sebastien pushed a commit to annotated tag debian/1.5.1-1
in repository libmatio.

commit 6162a1fa9dfd9ced23b0596c2160e994cb891436
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Tue Aug 7 10:36:42 2012 +0000

    debian/rules: add -lhdf5 to libmatio_la_LIBADD, so that libmatio2 depends on libhdf5-7
---
 changelog | 7 +++++++
 rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index a26dd29..19e6042 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libmatio (1.5.0-1~exp2) UNRELEASED; urgency=low
+
+  * debian/rules: add -lhdf5 to libmatio_la_LIBADD, so that libmatio2
+    depends on libhdf5-7
+
+ -- Sébastien Villemot <sebastien.villemot at ens.fr>  Tue, 07 Aug 2012 10:34:42 +0000
+
 libmatio (1.5.0-1~exp1) experimental; urgency=low
 
   * New upstream release
diff --git a/rules b/rules
index 91d8d74..d4af0fe 100755
--- a/rules
+++ b/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_NORMAL_ARGS += --enable-shared --with-hdf5 --enable-fortran
-DEB_MAKE_BUILD_TARGET     := libmatio_la_LIBADD=-lz
+DEB_MAKE_BUILD_TARGET     := libmatio_la_LIBADD="-lz -lhdf5"
 DEB_COMPRESS_EXCLUDE := .pdf
 
 debian/stamp-autotools-files:

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



More information about the debian-science-commits mailing list