[SCM] qbs packaging branch, master, updated. debian/1.4.5+dfsg-2-2-gff8bc7d

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Apr 7 21:33:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qbs.git;a=commitdiff;h=ff8bc7d

The following commit has been merged in the master branch:
commit ff8bc7dfdd83b1c67016bad5b41502eed5d64d35
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Apr 7 23:33:17 2016 +0200

    Set LC_ALL=C.UTF-8 when running tests.
    
    As according to upstream the testsuite assumes English locale.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 57a9154..92d6545 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qbs (1.4.5+dfsg-3) UNRELEASED; urgency=medium
 
+  * Set LC_ALL=C.UTF-8 when running tests, as according to upstream the
+    testsuite assumes English locale.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 07 Apr 2016 23:31:37 +0200
 
diff --git a/debian/rules b/debian/rules
index 7f4c0d6..7cf3849 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@ override_dh_auto_test-arch:
 		$(CURDIR)/bin/qbs-setup-qt /usr/bin/qmake qbs_autotests; \
 		[ -n "`$(CURDIR)/bin/qbs-config --list profiles.qbs_autotests.baseProfile`" ] || \
 			$(CURDIR)/bin/qbs-config profiles.qbs_autotests.baseProfile gcc; \
-		dh_auto_test
+		LC_ALL=C.UTF-8 dh_auto_test
 
 override_dh_auto_test-indep:
 

-- 
qbs packaging



More information about the pkg-kde-commits mailing list