[libreoffice] 01/01: also export LC_ALL=C.UTF-8 for uitest as the buildd/sbuild sets LC_ALL=POSIX already

Rene Engelhard rene at moszumanska.debian.org
Thu Jun 8 05:26:54 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 bd38363bd2af2bfd815bbf37fa733aa79707bbf7
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Thu Jun 8 07:25:43 2017 +0200

    also export LC_ALL=C.UTF-8 for uitest as the buildd/sbuild sets LC_ALL=POSIX already
---
 changelog | 8 ++++++++
 rules     | 1 +
 2 files changed, 9 insertions(+)

diff --git a/changelog b/changelog
index a8b9c05..8f4bede 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+libreoffice (1:5.4.0~beta2-2) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - try harder and also export LC_ALL=C.UTF-8 for uitest as the
+      buildd/sbuild sets LC_ALL=POSIX already
+
+ -- Rene Engelhard <rene at debian.org>  Thu, 08 Jun 2017 07:21:18 +0200
+
 libreoffice (1:5.4.0~beta2-1) experimental; urgency=medium
 
   * New upstream beta release
diff --git a/rules b/rules
index 5524522..28c7cec 100755
--- a/rules
+++ b/rules
@@ -2050,6 +2050,7 @@ endif
 		export HOME=$$t; \
 		export SAL_USE_VCLPLUGIN="svp"; \
 		export LANG=C.UTF-8; \
+		export LC_ALL=C.UTF-8; \
 		if [ -x /usr/bin/gdb ]; then ulimit -c unlimited; fi && \
 		$(MAKE) -k uicheck || PARALLELISM=1 $(MAKE) uicheck && \
 	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