[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#598501: unblock: bristol/0.60.5-2



Ok, now should be fine:

diff --git a/debian/changelog b/debian/changelog
index b2e88d5..942ccb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bristol (0.60.5-3) unstable; urgency=low
+
+  * Drop all unnecessary 'export' statements.
+
+ -- Alessio Treglia <alessio@debian.org>  Fri, 15 Oct 2010 13:32:22 +0200
+
 bristol (0.60.5-2) unstable; urgency=high

   * Add patch to solve security issue CVE-2010-3351:
diff --git a/debian/patches/90-CVE_insecure_library_loading.patch
b/debian/patches/90-CVE_insecure_library_loading.patch
index a6fc40e..2740582 100644
--- a/debian/patches/90-CVE_insecure_library_loading.patch
+++ b/debian/patches/90-CVE_insecure_library_loading.patch
@@ -2,17 +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 |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ bin/startBristol.in |    4 ----
+ 1 file changed, 4 deletions(-)

 --- bristol.orig/bin/startBristol.in
 +++ bristol/bin/startBristol.in
-@@ -347,7 +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 LD_LIBRARY_PATH=@BRISTOL_DIR@/lib:/usr/local/lib:/usr/lib:/lib
-
- export PATH=${PATH}:$BRISTOL/bin:/usr/local/bin
-
+-
+-export PATH=${PATH}:$BRISTOL/bin:/usr/local/bin
+-
+ if [ $jack -eq 1 ]; then
+ 	ldd `which bristol` | grep jack > /dev/null 2>&1
+ 	if [ $? -ne 0 ]; then


-- 
Alessio Treglia <alessio@debian.org>
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



Reply to: