[libmatio] 02/03: Enable HDF-5 & fortran based features

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


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

sebastien pushed a commit to annotated tag debian/1.5.0%7Eb1-1%7Eexp1
in repository libmatio.

commit 195454e01766e2c16fa7612d8b241193250661fa
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Sun Mar 11 16:39:56 2012 +0000

    Enable HDF-5 & fortran based features
---
 changelog | 6 ++++++
 control   | 2 +-
 rules     | 3 +--
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/changelog b/changelog
index 7e79a9c..bcf2850 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+libmatio (1.5.0~2012-03-11~cbab52f6e-1~exp2) experimental; urgency=low
+
+  * Enable HDF-5 & fortran based features
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 11 Mar 2012 17:31:39 +0100
+
 libmatio (1.5.0~2012-03-11~cbab52f6e-1~exp1) experimental; urgency=low
 
   * New upstream release (from the git repository)
diff --git a/control b/control
index e9b3c06..5ab817a 100644
--- a/control
+++ b/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: debhelper (>= 5), autotools-dev, libtool, cdbs, zlib1g-dev, 
- gfortran, texinfo, automake, texlive
+ gfortran, texinfo, automake, texlive, libhdf5-dev
 Standards-Version: 3.9.3
 Homepage: http://sourceforge.net/projects/matio
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libmatio/trunk
diff --git a/rules b/rules
index 6c765c8..91d8d74 100755
--- a/rules
+++ b/rules
@@ -3,14 +3,13 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_NORMAL_ARGS += --enable-shared
+DEB_CONFIGURE_NORMAL_ARGS += --enable-shared --with-hdf5 --enable-fortran
 DEB_MAKE_BUILD_TARGET     := libmatio_la_LIBADD=-lz
 DEB_COMPRESS_EXCLUDE := .pdf
 
 debian/stamp-autotools-files:
 	sh autogen.sh
 
-
 install/libmatio-doc::
 	(cd documentation/; make pdf)
 

-- 
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