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

Sébastien Villemot sebastien at debian.org
Fri Jan 15 16:48:23 UTC 2016


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

sebastien pushed a commit to branch master
in repository libmatio.

commit 8065dae1187f5761f2bbf079cb960ba128568399
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
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a26dd29..19e6042 100644
--- a/debian/changelog
+++ b/debian/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/debian/rules b/debian/rules
index 91d8d74..d4af0fe 100755
--- a/debian/rules
+++ b/debian/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