The following commit has been merged in the debian-experimental-4.0 branch:
commit 99fe06878fddc87da8e6c312cb53e68dedef528c
Author: Rene Engelhard <[email protected]>
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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to