[libreoffice] 01/02: also build DevelopersGuide/OfficeDev/DesktopEnvironment example in sdk-examples test

Rene Engelhard rene at moszumanska.debian.org
Mon Jun 26 17:29:32 UTC 2017


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

rene pushed a commit to branch master
in repository libreoffice.

commit a3f4207323f235e4c248e5296e1102322f804151
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Jun 26 19:27:56 2017 +0200

    also build DevelopersGuide/OfficeDev/DesktopEnvironment example in sdk-examples test
---
 changelog          | 4 +++-
 tests/sdk-examples | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 890cf0e..fe4540c 100644
--- a/changelog
+++ b/changelog
@@ -3,8 +3,10 @@ libreoffice (1:5.3.4-2) UNRELEASED; urgency=medium
   * debian/rules:
     - clean up JRE Depends; we consider java6_architectures as Java arch, so
       let's remove the Java5 alternatives
+  * debian/tests/sdk-examples: DevelopersGuide/OfficeDev/DesktopEnvironment
+    needs -ljawt. Build this to check this and the JAVA_PROC_TYPE setting also.
 
- -- Rene Engelhard <rene at debian.org>  Sat, 24 Jun 2017 16:09:11 +0200
+ -- Rene Engelhard <rene at debian.org>  Mon, 26 Jun 2017 19:25:59 +0200
 
 libreoffice (1:5.3.4-1) unstable; urgency=medium
 
diff --git a/tests/sdk-examples b/tests/sdk-examples
index abae535..4585284 100755
--- a/tests/sdk-examples
+++ b/tests/sdk-examples
@@ -26,3 +26,7 @@ echo "====== Building Java DocumentHandling example ======"
 cd $SRCDIR/examples/java/DocumentHandling
 make
 
+echo "====== Building Developers Guide DesktopEnvironment example ======"
+cd $SRCDIR/examples/DevelopersGuide/OfficeDev/DesktopEnvironment
+make
+

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