[med-svn] [picard-tools] 04/05: Force the C locale to run the tests
Vincent Danjean
vdanjean at debian.org
Mon Mar 14 22:27:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
vdanjean pushed a commit to branch master
in repository picard-tools.
commit 9a0280e24f62b268e9a192a7ed246172386c1c81
Author: Vincent Danjean <vdanjean at debian.org>
Date: Mon Mar 14 23:26:14 2016 +0100
Force the C locale to run the tests
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 84b8b0a..5b129e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,9 @@ override_dh_auto_build:
picard-jar javadoc
override_dh_auto_test:
+ # Tests do not work with locales with a different decimal separator
+ # (for example ',')
+ env LC_ALL=C && \
dh_auto_build -- \
-Dant.build.javac.source=1.8 \
-Dant.build.javac.target=1.8 \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/picard-tools.git
More information about the debian-med-commit
mailing list