[SCM] hdf5 branch, master, updated. upstream/1.8.7-127-g546daa5

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Thu Mar 8 15:04:11 UTC 2012


The following commit has been merged in the master branch:
commit 546daa56f5463c256c0ad9080a065279d61aed89
Author: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
Date:   Thu Mar 8 16:02:32 2012 +0100

    Force the dependency on the serpack for hdf5-tools & hdf5-helpers. Thanks to Julien Cristau for the second fix.

diff --git a/debian/changelog b/debian/changelog
index cd4cdca..d5a5226 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hdf5 (1.8.8-9) unstable; urgency=low
+
+  * Force the dependency on the serpack for hdf5-tools & hdf5-helpers.
+    Thanks to Julien Cristau for the second fix.
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 08 Mar 2012 11:09:28 +0100
+
 hdf5 (1.8.8-8) unstable; urgency=low
 
   * Change the dependency of hdf5-tools from libhdf5-7 (= ${binary:Version})
diff --git a/debian/rules b/debian/rules
index ccde607..e0410d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -248,8 +248,8 @@ endif
 	dh_makeshlibs -p$(serpack) -V "$(serpack) | $(virtpack)"
 	dh_installdeb $(ARCH_FLAG)
 	dh_shlibdeps -p$(serpack) -L$(serpack) -ldebian/$(serpack)/usr/lib:debian/build/test/.libs
-	dh_shlibdeps -phdf5-tools -L$(virtpack) -ldebian/$(serpack)/usr/lib:debian/build/test/.libs 
-	dh_shlibdeps -phdf5-helpers -L$(virtpack) -ldebian/$(serpack)/usr/lib:debian/build/test/.libs 
+	dh_shlibdeps -phdf5-tools -L$(serpack) -ldebian/$(serpack)/usr/lib:debian/build/test/.libs
+	dh_shlibdeps -phdf5-helpers -L$(serpack) -ldebian/$(serpack)/usr/lib:debian/build/test/.libs
 ifeq ($(build_openmpi),yes)
 	dh_shlibdeps -p$(openmpipack) -L$(openmpipack) -ldebian/$(openmpipack)/usr/lib
 endif

-- 
Hierarchical Data Format 5 (HDF5)



More information about the Pkg-grass-devel mailing list