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

ntyni pushed a commit to branch master
in repository libtime-format-perl.

commit 0980586459638ae071477cce8e94759d601c40b9
Author: Niko Tyni <nt...@debian.org>
Date:   Sat Jan 16 14:23:41 2016 +0200

    Set LC_ALL=C when running the test suite
    
    This works around upstream compatibility issues with different versions of
    Perl: the test suite fails since Perl 5.21.1 in fr_FR.UTF-8 but may start
    working again in the future when I18N::Langinfo gets fixed. (See #811109)
    
    LANG is overridden by LC_ALL, so the previous setting wasn't quite
    working.
    
    Closes: #811104
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ea768c2..dcf38dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,6 @@
 %:
        dh $@
 
+# LC_ALL should be reconsidered when #811109 is fixed
 override_dh_auto_test:
-       LANG=C TZ=UTC dh_auto_test
+       LC_ALL=C TZ=UTC dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtime-format-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to