[libterm-readline-gnu-perl] 01/02: Run tests under C.UTF-8 locale.

gregor herrmann gregoa at debian.org
Mon Feb 29 17:05:08 UTC 2016


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

gregoa pushed a commit to branch master
in repository libterm-readline-gnu-perl.

commit 967d94a64090c110854ad6d9af2cb7674002e821
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Feb 29 18:04:28 2016 +0100

    Run tests under C.UTF-8 locale.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 61aab29..d06073d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 %:
 	dh $@
 
+override_dh_auto_test:
+	LC_ALL=C.UTF-8 dh_auto_test
+
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#.*perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-readline-gnu-perl.git



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