The following commit has been merged in the master branch:
commit 4e3e048dcef6714c295eae21f240ccd7ab634b8f
Author: Guillem Jover <guil...@debian.org>
Date:   Thu Jul 22 18:25:48 2010 +0200

    build: Set LC_ALL=C for check-local
    
    This guarantees a reproducible environment for the test-suite.

diff --git a/Makecheck.am b/Makecheck.am
index 53bf66b..42bade9 100644
--- a/Makecheck.am
+++ b/Makecheck.am
@@ -15,6 +15,7 @@ check-clean:
 check-local: $(test_data) $(test_cases)
        $(mkdir_p) $(test_tmpdir)
        
PATH="$(top_builddir)/src:$(top_builddir)/scripts:$(top_builddir)/utils:$(PATH)"
 \
+         LC_ALL=C \
          $(TEST_ENV_VARS) \
          srcdir=$(srcdir) builddir=$(builddir) \
          PERL5LIB=$(top_srcdir)/scripts PERL_DL_NONLAZY=1 \

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to