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

ntyni pushed a commit to branch ntyni/reproducible
in repository libapache2-mod-perl2.

commit de28433bf9166e148f24cc62eb741404c44e9847
Author: Niko Tyni <nt...@debian.org>
Date:   Sun Oct 11 19:01:38 2015 +0300

    Set LC_ALL=C instead of just LANG to fix test failures in some locales
    
    t/apache/util.t currently breaks under French based locales in August,
    because the abbreviation of 'août' is not pure ASCII.
    
    Closes: #795730
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5667646..a1d1948 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
        APACHE_TEST_EXTRA_ARGS="-httpd_conf $(CURDIR)/debian/apache2.conf" \
-               LANG=C \
+               LC_ALL=C \
                dh_auto_test --max-parallel=1
 
 override_dh_clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache2-mod-perl2.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