[libinline-java-perl] 01/04: Use the C locale's decimal point for the tests.
Peter Pentchev
roam at ringlet.net
Mon Nov 24 23:19:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
roam-guest pushed a commit to branch jessie
in repository libinline-java-perl.
commit cc9802eebfd79513b190be8b017afa9c950101af
Author: Peter Pentchev <roam at ringlet.net>
Date: Mon Nov 24 17:29:30 2014 +0200
Use the C locale's decimal point for the tests.
Closes: #770845
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 716bf93..4aecd9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,9 @@ export JAVA_HOME=/usr/lib/jvm/default-java
# Have testsuite use JNI
export PERL_INLINE_JAVA_JNI=1
+# Have testsuite use the C locale's decimal point
+DEB_MAKE_CHECK_TARGET += LC_NUMERIC=C
+
binary-post-install/$(pkg)::
chrpath -d $(cdbs_curdestdir)$(perlpath)/auto/Inline/Java/JNI/JNI.so
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git
More information about the Pkg-perl-cvs-commits
mailing list