[Debian-astro-commits] [iraf] 01/01: Add LANG=C to run_tests

Ole Streicher olebole at moszumanska.debian.org
Thu Nov 30 14:29:16 UTC 2017


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

olebole pushed a commit to branch master
in repository iraf.

commit bd247902c9969fddfacef06730945cb47f601de4
Author: Ole Streicher <olebole at debian.org>
Date:   Thu Nov 30 15:29:11 2017 +0100

    Add LANG=C to run_tests
---
 debian/patches/Adjust-tests-for-FHS-paths.patch | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/patches/Adjust-tests-for-FHS-paths.patch b/debian/patches/Adjust-tests-for-FHS-paths.patch
index d15e1e8..90e6f54 100644
--- a/debian/patches/Adjust-tests-for-FHS-paths.patch
+++ b/debian/patches/Adjust-tests-for-FHS-paths.patch
@@ -4,8 +4,8 @@ Subject: Adjust tests for FHS paths
 
 ---
  test/numerical-recipes.md | 11 +++++++----
- test/run_tests            | 10 ++++++++--
- 2 files changed, 15 insertions(+), 6 deletions(-)
+ test/run_tests            | 11 +++++++++--
+ 2 files changed, 16 insertions(+), 6 deletions(-)
 
 diff --git a/test/numerical-recipes.md b/test/numerical-recipes.md
 index 495962a..f2801b8 100644
@@ -72,13 +72,14 @@ index 495962a..f2801b8 100644
  cl> softools
  cl> xc -x test_twofft.x numrep.x -lfftpack
 diff --git a/test/run_tests b/test/run_tests
-index 72c58cb..22cde34 100755
+index 72c58cb..fddccce 100755
 --- a/test/run_tests
 +++ b/test/run_tests
-@@ -16,9 +16,15 @@ if [ -z "$IRAFARCH" ] ; then
+@@ -16,9 +16,16 @@ if [ -z "$IRAFARCH" ] ; then
      export IRAFARCH=$(${iraf}unix/hlib/irafarch.sh)
  fi
  
++export LANG=C
 +export XC_CFLAGS="${CPPFLAGS} ${CFLAGS} -I${iraf}include"
 +export iraf=/usr/share/iraf/
 +export src=$(cd $(dirname $0)/..; pwd)/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/iraf.git



More information about the Debian-astro-commits mailing list