r44561 - in /packages/libmatio/trunk/debian: changelog control rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Sun Mar 11 16:39:57 UTC 2012
Author: sylvestre
Date: Sun Mar 11 16:39:56 2012
New Revision: 44561
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44561
Log:
Enable HDF-5 & fortran based features
Modified:
packages/libmatio/trunk/debian/changelog
packages/libmatio/trunk/debian/control
packages/libmatio/trunk/debian/rules
Modified: packages/libmatio/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/changelog?rev=44561&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/changelog (original)
+++ packages/libmatio/trunk/debian/changelog Sun Mar 11 16:39:56 2012
@@ -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)
Modified: packages/libmatio/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/control?rev=44561&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/control (original)
+++ packages/libmatio/trunk/debian/control Sun Mar 11 16:39:56 2012
@@ -4,7 +4,7 @@
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
Modified: packages/libmatio/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/rules?rev=44561&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/rules (original)
+++ packages/libmatio/trunk/debian/rules Sun Mar 11 16:39:56 2012
@@ -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)
More information about the debian-science-commits
mailing list