[med-svn] [picard-tools] 01/03: Really force C locale for tests

Vincent Danjean vdanjean at debian.org
Sun Dec 18 18:07:13 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 853fdf5c9963607e9af67ae0209cd2f00e4cf94e
Author: Vincent Danjean <vdanjean at debian.org>
Date:   Sun Dec 18 18:48:46 2016 +0100

    Really force C locale for tests
    
    My previous 'fix' was in fact a noop :-(
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5b42908..e48b6ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 picard-tools (2.8.0+dfsg-1) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * New upstream version
   * debhelper 10
   * d/watch: version=4
   * Ensure that major version of htsjdk is 2.8
 
+  [ Vincent Danjean ]
+  * Really force C locale for tests
+
  -- Andreas Tille <tille at debian.org>  Sun, 11 Dec 2016 08:52:38 +0100
 
 picard-tools (2.7.1+dfsg-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 083b4d8..8dbac35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,5 +15,5 @@ override_dh_auto_build:
 override_dh_auto_test:
 	# Tests do not work with locales with a different decimal separator
 	# (for example ',') 
-	env LC_ALL=C && \
+	env LC_ALL=C \
 	dh_auto_build -- test

-- 
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