[libreoffice] 01/01: set locale to en-US.UTF-8 also for make check

Rene Engelhard rene at moszumanska.debian.org
Sat Aug 19 12:22:42 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 4baa677a80aea95566c267b6bae05715d51aea9c
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sat Aug 19 14:22:10 2017 +0200

    set locale to en-US.UTF-8 also for make check
---
 changelog | 2 ++
 rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/changelog b/changelog
index 05b74cd..09a3e52 100644
--- a/changelog
+++ b/changelog
@@ -12,6 +12,8 @@ libreoffice (1:5.4.1~rc1-1) UNRELEASED; urgency=medium
     - disable -kde and the (unmaintained for LO) oxygen theme.
       Qt4 should go away. See
       https://lists.debian.org/debian-devel-announce/2017/08/msg00006.html
+    - set locale to en-US.UTF-8 also for make check, the dbaccess tests
+      fail in some frenchy locale...
 
  -- Rene Engelhard <rene at debian.org>  Sat, 12 Aug 2017 10:36:57 +0200
 
diff --git a/rules b/rules
index b76139f..7c114bf 100755
--- a/rules
+++ b/rules
@@ -2028,6 +2028,9 @@ endif
 		export HOME=$$t; \
 		export SAL_USE_VCLPLUGIN="svp"; \
 		unset DISPLAY; \
+		export LOCPATH=$(CURDIR)/debian/locales; \
+		export LANG=en_US.UTF-8; \
+		export LC_ALL=en_US.UTF-8; \
 		if [ -x /usr/bin/gdb ]; then ulimit -c unlimited; fi && \
 		$(MAKE) -k check || PARALLELISM=1 $(MAKE) check && \
 	rm -rf $$t

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