[scilab] 06/29: Update the patch for LD_LIBRARY_PATH

Julien Puydt julien.puydt at laposte.net
Wed Nov 22 17:19:32 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository scilab.

commit 50333eae6db1e9f259968fccbe3bc41433a6eecd
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed Nov 15 17:32:49 2017 +0100

    Update the patch for LD_LIBRARY_PATH
---
 debian/changelog                |  1 +
 debian/patches/librarypath.diff | 16 +++++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a54065c..5b2fa4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ scilab (6.0.0-1) UNRELEASED; urgency=medium
     - Version 6.0.0 (Closes: #873590)
     - Drop patch to add support aarch64 : useless now.
     - Refresh patch to point to the scilab-doc package. 
+    - Refresh patch to find the library path.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Tue, 14 Nov 2017 16:46:25 +0100
 
diff --git a/debian/patches/librarypath.diff b/debian/patches/librarypath.diff
index d896468..cb5e17a 100644
--- a/debian/patches/librarypath.diff
+++ b/debian/patches/librarypath.diff
@@ -1,8 +1,10 @@
-Index: scilab-5.5.2/bin/scilab
-===================================================================
---- scilab-5.5.2.orig/bin/scilab
-+++ scilab-5.5.2/bin/scilab
-@@ -785,7 +785,7 @@ SCILIB=$SCI/bin:$SCI/lib/scilab/:$SCI/li
+Description: taylor the LD_LIBRARY_PATH to Debian's paths
+Author: Sylvestre Ledru
+Forwarded: no
+
+--- a/bin/scilab
++++ b/bin/scilab
+@@ -814,7 +814,7 @@
  if test -d $SCI/lib/thirdparty; then
      SCILIB=$SCI/lib/thirdparty:$SCILIB;
  fi
@@ -11,7 +13,7 @@ Index: scilab-5.5.2/bin/scilab
  
  case $OS in
      *darwin* | *Darwin*) # MacOS X
-@@ -829,6 +829,7 @@ case $OS in
+@@ -858,6 +858,7 @@
      *)
  esac
  
@@ -19,7 +21,7 @@ Index: scilab-5.5.2/bin/scilab
  
  if test $SCIVERBOSE -ne 0; then
      echo "LD_LIBRARY_PATH : $LD_LIBRARY_PATH"
-@@ -1101,6 +1102,7 @@ if test "$rest" = "yes"; then
+@@ -1153,6 +1154,7 @@
          esac
      done
  

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



More information about the debian-science-commits mailing list