[SCM] bristol/master.stable: Drop all unnecessary 'export' statements.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Oct 17 09:44:22 UTC 2010


The following commit has been merged in the master.stable branch:
commit 3887bd5db483123f1ca2a702a98f8e9557110718
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 15 13:32:10 2010 +0200

    Drop all unnecessary 'export' statements.

diff --git a/debian/patches/90-CVE_insecure_library_loading.patch b/debian/patches/90-CVE_insecure_library_loading.patch
index 7fc156d..2740582 100644
--- a/debian/patches/90-CVE_insecure_library_loading.patch
+++ b/debian/patches/90-CVE_insecure_library_loading.patch
@@ -2,19 +2,19 @@ Subject: Fix insecure library loading - CVE-2010-3351.
 Origin: upstream, https://sourceforge.net/support/tracker.php?aid=3077160
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598285
 ---
- bin/startBristol.in |    4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
+ bin/startBristol.in |    4 ----
+ 1 file changed, 4 deletions(-)
 
 --- bristol.orig/bin/startBristol.in
 +++ bristol/bin/startBristol.in
-@@ -347,9 +347,7 @@ fi
+@@ -347,10 +347,6 @@ fi
  export SLAB_HOME=$BRISTOL
  export BRIGHTON=$BRISTOL
  
 -export LD_LIBRARY_PATH=/usr/local/lib:usr/lib:${LD_LIBRARY_PATH}:${BRISTOL}/lib
 -
 -export PATH=${PATH}:$BRISTOL/bin:/usr/local/bin
-+export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib
- 
+-
  if [ $jack -eq 1 ]; then
  	ldd `which bristol` | grep jack > /dev/null 2>&1
+ 	if [ $? -ne 0 ]; then

-- 
bristol packaging



More information about the pkg-multimedia-commits mailing list