[libreoffice] 03/04: add also-suppress-odk-build-examples.diff; as name says

Rene Engelhard rene at moszumanska.debian.org
Thu Jun 8 19:59:05 UTC 2017


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

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit 72bb24279221426cd4b500b4b56e8a24839b2622
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Thu Jun 8 15:57:45 2017 +0200

    add also-suppress-odk-build-examples.diff; as name says
---
 patches/also-suppress-odk-build-examples.diff | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/patches/also-suppress-odk-build-examples.diff b/patches/also-suppress-odk-build-examples.diff
new file mode 100644
index 0000000..121e786
--- /dev/null
+++ b/patches/also-suppress-odk-build-examples.diff
@@ -0,0 +1,22 @@
+diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
+index 89e427348087..958fe7971ff9 100644
+--- a/odk/CustomTarget_build-examples.mk
++++ b/odk/CustomTarget_build-examples.mk
+@@ -84,7 +84,9 @@ endif
+ #    java/NotesAccess \
+ #    java/Storage \
+ 
+-
++ifneq ($(gb_SUPPRESS_TESTS),)
++	@true
++else
+ .PHONY: $(call gb_CustomTarget_get_target,odk/build-examples)
+ 
+ $(call gb_CustomTarget_get_target,odk/build-examples): \
+@@ -116,5 +118,6 @@ $(call gb_CustomTarget_get_workdir,odk/build-examples)/setsdkenv: \
+         -e 's!@OO_SDK_JAVA_HOME@!$(JAVA_HOME)!' \
+         -e 's!@OO_SDK_OUTPUT_DIR@!$(call gb_CustomTarget_get_workdir,odk/build-examples)/out!' \
+         -e 's!@SDK_AUTO_DEPLOYMENT@!YES!' $< > $@
++endif
+ 
+ # vim: set noet sw=4 ts=4:

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



More information about the Pkg-openoffice-commits mailing list