The following commit has been merged in the debian-experimental-4.0 branch:
commit 1a156d901dd768e5e53e443f72ef8ee234c7d47c
Author: Rene Engelhard <[email protected]>
Date:   Fri Apr 19 17:49:34 2013 +0200

    fix make -k check || make check rule

diff --git a/changelog b/changelog
index 2ebcb97..7f51415 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libreoffice (1:4.0.3~rc1-2) experimental; urgency=low
+
+  * brown paper bag release
+  * fix make -k check || make check rule
+
+ -- Rene Engelhard <[email protected]>  Fri, 19 Apr 2013 17:47:59 +0200
+
 libreoffice (1:4.0.3~rc1-1) experimental; urgency=low
 
   * new upstream release candidate
diff --git a/rules b/rules
index 705e09d..ee9d172 100755
--- a/rules
+++ b/rules
@@ -1743,7 +1743,7 @@ endif
                export HOME=$$t; \
                export SAL_USE_VCLPLUGIN="svp"; \
                if [ -x /usr/bin/gdb ]; then ulimit -c unlimited; fi && \
-               $(MAKE) -k check || 
$(IGNORE_MAKE_CHECK_FAILURES)$(IGNORE_MAKE_CHECK_FAILURES)$(MAKE) check && \
+               $(IGNORE_MAKE_CHECK_FAILURES)$(MAKE) -k check || $(MAKE) check 
&& \
        rm -rf $$t
 
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(OOO_NO_BASE_ARCHS)))

-- 
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