[libreoffice] 01/02: be consequent and enable the junit tests on armhf/arm64 now that those work

Rene Engelhard rene at moszumanska.debian.org
Fri Oct 27 14:50:37 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 588bf7318bc23b39da648469470d368f464d3a45
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Thu Oct 26 17:24:59 2017 +0200

    be consequent and enable the junit tests on armhf/arm64 now that those work
---
 changelog |  8 ++++++++
 rules     | 12 ++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/changelog b/changelog
index 7e6d961..74c12f5 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+libreoffice (1:5.4.3~rc1-3) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - be consequent and enable the junit tests on armhf/arm64 now that
+      those work.
+
+ -- Rene Engelhard <rene at debian.org>  Thu, 26 Oct 2017 17:23:53 +0200
+
 libreoffice (1:5.4.3~rc1-2) unstable; urgency=medium
 
   * upload to unstable
diff --git a/rules b/rules
index 1e7facb..629f859 100755
--- a/rules
+++ b/rules
@@ -272,6 +272,12 @@ ifeq "$(ENABLE_JAVA)" "y"
         ifeq "$(DEB_HOST_ARCH)" "amd64"
 	  ENABLE_JUNIT4=y
         endif
+        ifeq "$(DEB_HOST_ARCH)" "armhf"
+	  ENABLE_JUNIT4=y
+        endif
+        ifeq "$(DEB_HOST_ARCH)" "arm64"
+	  ENABLE_JUNIT4=y
+        endif
         ENABLE_CHART_TESTS=n
         ENABLE_EXPORT_VALIDATION_TESTS=n
     endif
@@ -289,6 +295,12 @@ ifeq "$(ENABLE_JAVA)" "y"
         ifeq "$(DEB_HOST_ARCH)" "amd64"
 	  ENABLE_JUNIT4=y
         endif
+        ifeq "$(DEB_HOST_ARCH)" "armhf"
+	  ENABLE_JUNIT4=y
+        endif
+        ifeq "$(DEB_HOST_ARCH)" "arm64"
+	  ENABLE_JUNIT4=y
+        endif
         ENABLE_CHART_TESTS=n
         ENABLE_EXPORT_VALIDATION_TESTS=n
     else

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