This is an automated email from the git hooks/post-receive script. mckinstry pushed a commit to branch dev-alternatives in repository hdf5.
commit 08de0b32bed877d46e2d2b86cae6422e49158b14 Author: Alastair McKinstry <[email protected]> Date: Wed Jun 4 12:15:45 2014 +0100 Fixes for alternatives --- debian/libhdf5-flavor-dev.postinst.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/debian/libhdf5-flavor-dev.postinst.in b/debian/libhdf5-flavor-dev.postinst.in index 2909cfc..59d82e7 100644 --- a/debian/libhdf5-flavor-dev.postinst.in +++ b/debian/libhdf5-flavor-dev.postinst.in @@ -8,11 +8,10 @@ set -e update-alternatives \ --install /usr/bin/h5pcc h5pcc /usr/bin/h5pcc.@FLAVOR@ 50 \ --slave /usr/bin/h5pfc h5pfc /usr/bin/h5pfc.@FLAVOR@ \ - --slave /usr/share/man/man1/h5pcc.1.gz h5pcc.1.gz /usr/share/man/man1/h5pcc.@[email protected] \ - --slave /usr/share/man/man1/h5pfc.1.gz h5pfc.1.gz /usr/share/man/man1/h5pfc.@[email protected] - else - update-alternatives \ - --install ${LIB}/pkgconfig/hdf5-mpi.pc hdf5-mpi.pc ${LIB}/pkgconfig/hdf5-@[email protected] 50 \ + --slave /usr/share/man/man1/h5pcc.1.gz h5pcc.1.gz /usr/share/man/man1/h5pcc.@[email protected] \ + --slave /usr/share/man/man1/h5pfc.1.gz h5pfc.1.gz /usr/share/man/man1/h5pfc.@[email protected] \ + --slave ${LIB}/pkgconfig/hdf5-mpi.pc hdf5-mpi.pc ${LIB}/pkgconfig/hdf5-@[email protected] \ + --slave ${LIB}/libhdf5_mpi.so libhdf5_mpi.so ${LIB}/libhdf5@[email protected] \ --slave ${LIB}/libhdf5_mpi.so.8.0.2 libhdf5_mpi.so.8.0.2 ${LIB}/libhdf5@[email protected] \ --slave ${LIB}/libhdf5_mpi_hl.so.8.0.2 libhdf5_mpi_hl.so.8.0.2 ${LIB}/libhdf5@FLAVORLIB@_hl.so.8.0.2 \ --slave ${LIB}/libhdf5_mpi_fortran.so.8.0.2 libhdf5_mpi_fortran.so.8.0.2 ${LIB}/libhdf5@FLAVORLIB@_fortran.so.8.0.2 \ @@ -21,14 +20,13 @@ set -e --slave ${LIB}/libhdf5_mpi_hl.so.8 libhdf5_mpi_hl.so.8 ${LIB}/libhdf5@FLAVORLIB@_hl.so.8.0.2 \ --slave ${LIB}/libhdf5_mpi_fortran.so.8 libhdf5_mpi_fortran.so.8 ${LIB}/libhdf5@FLAVORLIB@_fortran.so.8.0.2 \ --slave ${LIB}/libhdf5_mpi_hl_fortran.so.8 libhdf5_mpi_hl_fortran.so.8 ${LIB}/libhdf5@FLAVORLIB@_hl_fortran.so.8.0.2 \ - --slave ${LIB}/libhdf5_mpi.so libhdf5_mpi.so ${LIB}/libhdf5@[email protected] \ --slave ${LIB}/libhdf5_mpi_hl.so libhdf5_mpi_hl.so ${LIB}/libhdf5@FLAVORLIB@_hl.so.8.0.2 \ --slave ${LIB}/libhdf5_mpi_fortran.so libhdf5_mpi_fortran.so ${LIB}/libhdf5@FLAVORLIB@_fortran.so.8.0.2 \ --slave ${LIB}/libhdf5_mpi_hl_fortran.so libhdf5_mpi_hl_fortran.so ${LIB}/libhdf5@FLAVORLIB@_hl_fortran.so.8.0.2 fi update-alternatives \ --install ${LIB}/pkgconfig/hdf5.pc hdf5.pc ${LIB}/pkgconfig/hdf5-@[email protected] 50 \ - --slave /usr/include/hdf5 hdf5 /usr/include/@FLAVOUR@/hdf5 \ + --slave /usr/include/hdf5 hdf5 /usr/include/@FLAVOR@/hdf5 \ --slave ${LIB}/libhdf5.so.8.0.2 libhdf5.so.8.0.2 ${LIB}/libhdf5@[email protected] \ --slave ${LIB}/libhdf5_hl.so.8.0.2 libhdf5_hl.so.8.0.2 ${LIB}/libhdf5@FLAVORLIB@_hl.so.8.0.2 \ --slave ${LIB}/libhdf5_fortran.so.8.0.2 libhdf5_fortran.so.8.0.2 ${LIB}/libhdf5@FLAVORLIB@_fortran.so.8.0.2 \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

