[slepc] 05/06: fix alternatives priority

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 12 05:13:06 UTC 2015


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

dparsons pushed a commit to branch master
in repository slepc.

commit 8d710c03fbb51064bd4ff460818a3601cef21822
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Oct 12 13:00:51 2015 +0800

    fix alternatives priority
---
 debian/libslepc-complex-3.6.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libslepc-complex-3.6.postinst b/debian/libslepc-complex-3.6.postinst
index 6107f1b..d35901b 100644
--- a/debian/libslepc-complex-3.6.postinst
+++ b/debian/libslepc-complex-3.6.postinst
@@ -10,7 +10,7 @@ SONAME=$( echo ${SLEPC_VERSION} | awk 'BEGIN { FS="."}; {print $1"."$2 }' )
 
 # Make alternatives links
 if [ "$1" = "configure" ]; then
-  update-alternatives --install /usr/lib/${DEB_HOST_MULTIARCH}/libslepc.so.${SONAME} libslepc.so.${SONAME} /usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION_NUMBER} ${SLEPC_VERSION}73 \
+  update-alternatives --install /usr/lib/${DEB_HOST_MULTIARCH}/libslepc.so.${SONAME} libslepc.so.${SONAME} /usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION} ${SLEPC_VERSION_NUMBER}73 \
     --slave /usr/lib/${DEB_HOST_MULTIARCH}/libslepc.so.${SLEPC_VERSION} libslepc.so.${SLEPC_VERSION} /usr/lib/${DEB_HOST_MULTIARCH}/libslepc_complex.so.${SLEPC_VERSION}
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc.git



More information about the debian-science-commits mailing list