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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.0, updated. libreoffice_4.0.2_rc1-1-15-g42f6dab



The following commit has been merged in the debian-experimental-4.0 branch:
commit 42f6dab69d2618e3fc8b260e1c5844f97b30024f
Author: Rene Engelhard <rene@debian.org>
Date:   Thu Mar 21 23:12:48 2013 +0100

    don't try to build -subsequentcheckbase with nocheck

diff --git a/rules b/rules
index 0227a2c..870bc32 100755
--- a/rules
+++ b/rules
@@ -199,7 +199,9 @@ QT_MINVER= (>= 4:4.5)
 endif
 KDELIBS_MINVER= (>= 4:4.3.4)
 BUILD_DBG_PACKAGE=y
-BUILD_TEST_PACKAGE=y
+ifneq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+  BUILD_TEST_PACKAGE=y
+endif
 ifeq "$(BUILD_DBG_PACKAGE)" "y"
   ENABLE_SYMBOLS=y
   SMALL_SYMBOLS=y

-- 
LibreOffice packaging repository


Reply to: