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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.0, updated. libreoffice_3.6.4_rc1-1-128-g99fe068



The following commit has been merged in the debian-experimental-4.0 branch:
commit 99fe06878fddc87da8e6c312cb53e68dedef528c
Author: Rene Engelhard <rene@debian.org>
Date:   Sat Nov 24 13:10:41 2012 +0100

    fix logic..

diff --git a/patches/debian-debug.diff b/patches/debian-debug.diff
index 34406df..2ec4b34 100644
--- a/patches/debian-debug.diff
+++ b/patches/debian-debug.diff
@@ -8,11 +8,11 @@ index 3257668..afd36de 100755
  if test -n "$enable_symbols" -a "$enable_symbols" != "no"; then
 -    ENABLE_SYMBOLS="TRUE"
 +    if test "$enable_symbols" = "SMALL" -o "$enable_symbols" = "small"; then
-+        ENABLE_SYMBOLS="TRUE"
-+        AC_MSG_RESULT([yes])
-+    else
 +        ENABLE_SYMBOLS="SMALL"
 +        AC_MSG_RESULT([yes, small ones])
++    else
++        ENABLE_SYMBOLS="TRUE"
++        AC_MSG_RESULT([yes])
 +    fi
 +
      if test -n "$ENABLE_DBGUTIL"; then

-- 
LibreOffice packaging repository


Reply to: