r45292 - in /packages/libmatio/trunk/debian: changelog rules

sebastien-guest at users.alioth.debian.org sebastien-guest at users.alioth.debian.org
Tue Aug 7 10:36:43 UTC 2012


Author: sebastien-guest
Date: Tue Aug  7 10:36:42 2012
New Revision: 45292

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45292
Log:
debian/rules: add -lhdf5 to libmatio_la_LIBADD, so that libmatio2 depends on libhdf5-7

Modified:
    packages/libmatio/trunk/debian/changelog
    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=45292&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/changelog (original)
+++ packages/libmatio/trunk/debian/changelog Tue Aug  7 10:36:42 2012
@@ -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

Modified: packages/libmatio/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/rules?rev=45292&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/rules (original)
+++ packages/libmatio/trunk/debian/rules Tue Aug  7 10:36:42 2012
@@ -4,7 +4,7 @@
 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:




More information about the debian-science-commits mailing list