The following commit has been merged in the master branch:
commit 183dda1aa319498860782a8bf176235ac4664d3d
Author: Francesco Paolo Lovergine <[email protected]>
Date: Mon Feb 13 11:04:25 2012 +0100
Fixed #658491 and #658281
diff --git a/debian/changelog b/debian/changelog
index ce3e0b6..492c208 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+hdf5 (1.8.8-8) unstable; urgency=low
+
+ * Now shlibs suggest both parallel or serial version to avoid problems
+ with rdepends that could use both serial or parallel version to build and
+ are 'parallel agnostic'.
+ (closes: #657949)
+ * Now hdf5-tools depends strictly on the provided library in the source.
+ Using a virtual is quite pointless, being hdf5-tools provided by the
+ same source package.
+ (closes: #658491)
+
+ -- Francesco Paolo Lovergine <[email protected]> Mon, 13 Feb 2012 10:53:23
+0100
+
hdf5 (1.8.8-6) unstable; urgency=low
* Support of alpha & sh4. Thanks to Michael Cree & Nobuhiro Iwamatsu.
diff --git a/debian/control.in b/debian/control.in
index 8eadd65..499db35 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -220,7 +220,7 @@ Description: Hierarchical Data Format 5 (HDF5) - Helper
tools
Package: hdf5-tools
Section: science
Architecture: any
-Depends: libhdf5-@MAJOR_VERSION@, ${misc:Depends}
+Depends: libhdf5-@SONAME@ (= ${binary:Version}), ${misc:Depends}
Description: Hierarchical Data Format 5 (HDF5) - Runtime tools
HDF5 is a file format and library for storing scientific data.
HDF5 was designed and implemented to address the deficiencies of
diff --git a/debian/shlibs.in b/debian/shlibs.in
index b2f7482..a2ac54d 100644
--- a/debian/shlibs.in
+++ b/debian/shlibs.in
@@ -1,7 +1,8 @@
libhdf5_cpp 7 libhdf5-@SONAME@
libhdf5_fortran 7 libhdf5-@SONAME@
-libhdf5 7 libhdf5-@SONAME@ | libhdf5-@SONAME@
-libh5test 7 libhdf5-@SONAME@ | libhdf5-@SONAME@
-libhdf5_hl 7 libhdf5-@SONAME@ | libhdf5-@SONAME@
-libhdf5_hl_cpp 7 libhdf5-@SONAME@ | libhdf5-@SONAME@
-libhdf5hl_fortran 7 libhdf5-@SONAME@ | libhdf5-@SONAME@
+libhdf5 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ | libhdf5-mpich2-@SONAME@
+libh5test 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ |
libhdf5-mpich2-@SONAME@
+libhdf5_hl 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ |
libhdf5-mpich2-@SONAME@
+libhdf5_hl_cpp 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ |
libhdf5-mpich2-@SONAME@
+libhdf5hl_fortran 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ |
libhdf5-mpich2-@SONAME@
+
--
Hierarchical Data Format 5 (HDF5)
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel