[libapache2-mod-perl2] 01/02: Set LC_ALL=C instead of just LANG to fix test failures in some locales

Niko Tyni ntyni at moszumanska.debian.org
Tue Nov 24 21:10:58 UTC 2015


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



More information about the Pkg-perl-cvs-commits mailing list