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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.6, updated. libreoffice_3.5.2-1-20-g3b85e7f



The following commit has been merged in the debian-experimental-3.6 branch:
commit b1bc96a89befd811ab7289e1b69eb9ac768ffeda
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Apr 6 15:38:25 2012 +0200

    allow disabling of sdk docs

diff --git a/rules b/rules
index f9e49ce..c89493f 100755
--- a/rules
+++ b/rules
@@ -188,6 +188,7 @@ NEON_SECTYPE=openssl
 NEONSONR=27
 SYSTEM_STUFF += redland
 PACKAGE_SDK=y
+PACKAGE_SDK_DOCS=y
 ifeq "$(ENABLE_JAVA)" "y"
   ifeq "$(JDK)" "openjdk"
     RUN_MAKE_CHECK=y
@@ -508,9 +509,13 @@ endif
 
 ifneq "$(PACKAGE_SDK)" "y"
 	CONFIGURE_FLAGS += --disable-odk
+ ifneq "$(PACKAGE_SDK_DOCS)" "y"
 	CONFIGURE_FLAGS += --without-doxygen
+ endif
 else
+  ifeq "$(PACKAGE_SDK_DOCS)" "y"
 	BUILD_DEPS += , doxygen
+  endif
 endif
 
 ifneq "$(ENABLE_MINIMIZER)" "y"

-- 
LibreOffice packaging repository


Reply to: