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

intrigeri pushed a commit to branch master
in repository libnanomsg-raw-perl.

commit e681e8ea0da1d84f8ff668d054c1f4cc7d1eab93
Author: intrigeri <intrig...@boum.org>
Date:   Fri Jul 1 14:02:20 2016 +0000

    Run the test suite under LANGUAGE="en_US:en": it fails under some 
non-English locales.
    
    LC_ALL=C.UTF-8 didn't cut it.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d0202e0..aa1ebdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
        dh $@
 
 override_dh_auto_test:
-       LC_ALL=C.UTF-8 dh_auto_test
+       LANGUAGE="en_US:en" dh_auto_test

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