[hdf5] 07/24: Fix SO numbers in update-alternatives

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Jun 8 12:51:25 UTC 2014


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

mckinstry pushed a commit to branch dev-alternatives
in repository hdf5.

commit 649a794789202f8e4270d87f792ecf1f3f97151d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jun 3 19:29:24 2014 +0100

    Fix SO numbers in update-alternatives
---
 debian/control                        |  2 +-
 debian/libhdf5-flavor-dev.postinst.in | 24 ++++++++++++------------
 debian/patches/version-script.patch   |  6 ++++++
 3 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index b7ab9db..9bf5ea2 100644
--- a/debian/control
+++ b/debian/control
@@ -197,7 +197,7 @@ Priority: extra
 Architecture: all
 Depends: libhdf5-mpich-dev
 Provides: libhdf5-mpi-dev
-Description: Hierarchical Data Format 5 (HDF5) - development files - MPICH version
+Description: Hierarchical Data Format 5 (HDF5) - development files - MPICH2 version
  HDF5 is a file format and library for storing scientific data.
  HDF5 was designed and implemented to address the deficiencies of
  HDF4.x. It has a more powerful and flexible data model, supports
diff --git a/debian/libhdf5-flavor-dev.postinst.in b/debian/libhdf5-flavor-dev.postinst.in
index 792e037..2f3cb72 100644
--- a/debian/libhdf5-flavor-dev.postinst.in
+++ b/debian/libhdf5-flavor-dev.postinst.in
@@ -11,18 +11,18 @@ set -e
  fi
  update-alternatives \
 	--install /usr/lib/@MULTIARCH@/pkgconfig/hdf5.pc 	  /usr/lib/@MULTIARCH@/pkgconfig/hdf5- at FLAVOR@.pc \
-	--slave /usr/lib/@MULTIARCH@/libhdf5.so.8.1.1	  /usr/lib/@MULTIARCH@/libhdf5- at FLAVOR@.so.8.1.1 \
-	--slave /usr/lib/@MULTIARCH@/libhdf5hl.so.8.1.1	  /usr/lib/@MULTIARCH@/libhdf5hl at FLAVOR@.so.8.1.1 \
-	--slave /usr/lib/@MULTIARCH@/libhdf5_fortran.so.8.1.1	  /usr/lib/@MULTIARCH@/libhdf5_fortran at FLAVOR@.so.8.1.1 \
-	--slave /usr/lib/@MULTIARCH@/libhdf5hl_fortran.so.8.1.1	  /usr/lib/@MULTIARCH@/libhdf5hl_fortran at FLAVOR@.so.8.1.1  \
-	--slave /usr/lib/@MULTIARCH@/libhdf5.so.8	  /usr/lib/@MULTIARCH@/libhdf5- at FLAVOR@.so.8.1.1 \
-	--slave /usr/lib/@MULTIARCH@/libhdf5hl.so.8	  /usr/lib/@MULTIARCH@/libhdf5hl at FLAVOR@.so.8.1.1 \
-	--slave /usr/lib/@MULTIARCH@/libhdf5_fortran.so.8	  /usr/lib/@MULTIARCH@/libhdf5_fortran at FLAVOR@.so.8.1.1 \
-	--slave /usr/lib/@MULTIARCH@/libhdf5hl_fortran.so.8	  /usr/lib/@MULTIARCH@/libhdf5hl_fortran at FLAVOR@.so.8.1.1 \
-        --slave /usr/lib/@MULTIARCH@/libhdf5.so         /usr/lib/@MULTIARCH@/libhdf5- at FLAVOR@.so.8.1.1 \
-        --slave /usr/lib/@MULTIARCH@/libhdf5hl.so       /usr/lib/@MULTIARCH@/libhdf5hl at FLAVOR@.so.8.1.1 \
-        --slave /usr/lib/@MULTIARCH@/libhdf5_fortran.so         /usr/lib/@MULTIARCH@/libhdf5_fortran at FLAVOR@.so.8.1.1 \
-        --slave /usr/lib/@MULTIARCH@/libhdf5hl_fortran.so       /usr/lib/@MULTIARCH@/libhdf5hl_fortran at FLAVOR@.so.8.1.1
+	--slave /usr/lib/@MULTIARCH@/libhdf5.so.8.0.2	  /usr/lib/@MULTIARCH@/libhdf5- at FLAVOR@.so.8.0.2 \
+	--slave /usr/lib/@MULTIARCH@/libhdf5hl.so.8.0.2	  /usr/lib/@MULTIARCH@/libhdf5hl at FLAVOR@.so.8.0.2 \
+	--slave /usr/lib/@MULTIARCH@/libhdf5_fortran.so.8.0.2	  /usr/lib/@MULTIARCH@/libhdf5_fortran at FLAVOR@.so.8.0.2 \
+	--slave /usr/lib/@MULTIARCH@/libhdf5hl_fortran.so.8.0.2	  /usr/lib/@MULTIARCH@/libhdf5hl_fortran at FLAVOR@.so.8.0.2  \
+	--slave /usr/lib/@MULTIARCH@/libhdf5.so.8	  /usr/lib/@MULTIARCH@/libhdf5- at FLAVOR@.so.8.0.2 \
+	--slave /usr/lib/@MULTIARCH@/libhdf5hl.so.8	  /usr/lib/@MULTIARCH@/libhdf5hl at FLAVOR@.so.8.0.2 \
+	--slave /usr/lib/@MULTIARCH@/libhdf5_fortran.so.8	  /usr/lib/@MULTIARCH@/libhdf5_fortran at FLAVOR@.so.8.0.2 \
+	--slave /usr/lib/@MULTIARCH@/libhdf5hl_fortran.so.8	  /usr/lib/@MULTIARCH@/libhdf5hl_fortran at FLAVOR@.so.8.0.2 \
+        --slave /usr/lib/@MULTIARCH@/libhdf5.so         /usr/lib/@MULTIARCH@/libhdf5- at FLAVOR@.so.8.0.2 \
+        --slave /usr/lib/@MULTIARCH@/libhdf5hl.so       /usr/lib/@MULTIARCH@/libhdf5hl at FLAVOR@.so.8.0.2 \
+        --slave /usr/lib/@MULTIARCH@/libhdf5_fortran.so         /usr/lib/@MULTIARCH@/libhdf5_fortran at FLAVOR@.so.8.0.2 \
+        --slave /usr/lib/@MULTIARCH@/libhdf5hl_fortran.so       /usr/lib/@MULTIARCH@/libhdf5hl_fortran at FLAVOR@.so.8.0.2
 
 #DEBHELPER#
 
diff --git a/debian/patches/version-script.patch b/debian/patches/version-script.patch
index d1c877e..ba8ab4e 100644
--- a/debian/patches/version-script.patch
+++ b/debian/patches/version-script.patch
@@ -1,3 +1,9 @@
+Author: Gilles Filippini 
+Description: Add linker version symbols to HDF5 libraries. 
+ Note: this patch depends on linker files that are kept separately in ./debian/*
+Last-Updated: 2014-06-02
+Forwarded: no
+
 diff --git a/c++/src/Makefile.am b/c++/src/Makefile.am
 index 0ebea7a..a9c2da5 100644
 --- a/c++/src/Makefile.am

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git



More information about the Pkg-grass-devel mailing list