[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_rc2-1-9-g1b3b0ce



The following commit has been merged in the debian-experimental-4.0 branch:
commit 46056a889ea8e556386c03e638a4dd9ffc91aafa
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Mar 29 16:06:04 2013 +0100

    always build -dbg package if we build -subsequentcheckbase, as it depends on -dbg

diff --git a/changelog b/changelog
index d01f1a6..0ccda18 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,8 @@ libreoffice (1:4.0.2~rc2-2) UNRELEASED; urgency=low
   * debian/rules:
     - build-depend on libboost-dev 1.53 when building with gcc 4.8,
       see 701310/695826 (closes: #701310)
+    - always build -dbg package if we build -subsequentcheckbase, as it
+      depends on -dbg
 
  -- Rene Engelhard <rene@debian.org>  Fri, 29 Mar 2013 15:45:09 +0100
 
diff --git a/rules b/rules
index c6e4bb3..06dc428 100755
--- a/rules
+++ b/rules
@@ -202,6 +202,9 @@ BUILD_DBG_PACKAGE=y
 ifneq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
   BUILD_TEST_PACKAGE=y
 endif
+ifeq "$(BUILD_TEST_PACKAGE)" "y"
+  BUILD_DBG_PACKAGE=y
+endif
 ifeq "$(BUILD_DBG_PACKAGE)" "y"
   ENABLE_SYMBOLS=y
   SMALL_SYMBOLS=y

-- 
LibreOffice packaging repository


Reply to: