[libipc-system-simple-perl] 01/03: Set LC_ALL=C when building to fix an author test failure in some locales

Niko Tyni ntyni at moszumanska.debian.org
Sun Dec 6 10:11:35 UTC 2015


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

ntyni pushed a commit to branch master
in repository libipc-system-simple-perl.

commit bee24af3ba0ccbc438d003cf08d71c86552b41c5
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Dec 6 11:47:05 2015 +0200

    Set LC_ALL=C when building to fix an author test failure in some locales
    
    t/05_multi_capture.t hardcodes error messages, making it fail
    in non-English locales.
    
    Closes: #807160
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3f81eae..884c176 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	TEST_AUTHOR=1 dh_auto_test
+	LC_ALL=C TEST_AUTHOR=1 dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libipc-system-simple-perl.git



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