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

[libreoffice] 01/03: decouple BUILD_TEST_PACKAGE and BUILD_DDEBS/BUILD_DBG_PACKAGE



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit 11affc16f939ee7c534019c3dcf7b853e36bdc09
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Mar 11 13:20:43 2016 +0100

    decouple BUILD_TEST_PACKAGE and BUILD_DDEBS/BUILD_DBG_PACKAGE
---
 changelog | 8 ++++++++
 rules     | 4 ----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/changelog b/changelog
index b3abeae..9362956 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+libreoffice (1:5.1.1-2) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - decouple BUILD_TEST_PACKAGE and BUILD_DDEBS/BUILD_DBG_PACKAGE,
+      as the tests con't depend on -dbg/-dbgsym anymore 
+
+ -- Rene Engelhard <rene@debian.org>  Fri, 11 Mar 2016 13:19:37 +0100
+
 libreoffice (1:5.1.1-1) unstable; urgency=medium
 
   * LibreOffice 5.1.1 final (identical to rc3)
diff --git a/rules b/rules
index ec327c8..4f6239d 100755
--- a/rules
+++ b/rules
@@ -228,10 +228,6 @@ endif
 ifneq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
   BUILD_TEST_PACKAGE=y
 endif
-ifeq "$(BUILD_TEST_PACKAGE)" "y"
-  BUILD_DBG_PACKAGE=n
-  BUILD_DDEBS=y
-endif
 ifeq "$(shell echo $(BUILD_DDEBS)$(BUILD_DBG_PACKAGE) | grep -q y && echo true)" "true"
   ENABLE_SYMBOLS=y
   SMALL_SYMBOLS=y

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: