[med-svn] [probabel] 01/01: Added patch that fixes incorrect shell used in one of the tests. Patch has already been applied upstream earlier.

Lennart Karssen lckarssen-guest at moszumanska.debian.org
Fri Dec 13 09:40:11 UTC 2013


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

lckarssen-guest pushed a commit to branch master
in repository probabel.

commit db423d3eae0e03d0e185c19db81a62a717385f25
Author: L.C. Karssen <lennart at karssen.org>
Date:   Fri Dec 13 10:40:03 2013 +0100

    Added patch that fixes incorrect shell used in one of the tests. Patch has already been applied upstream earlier.
---
 debian/patches/fix-shell-in-dose-input-check.path | 16 ++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/fix-shell-in-dose-input-check.path b/debian/patches/fix-shell-in-dose-input-check.path
new file mode 100644
index 0000000..375187d
--- /dev/null
+++ b/debian/patches/fix-shell-in-dose-input-check.path
@@ -0,0 +1,16 @@
+Description: Change the shell used in one of the checks.
+ One of the checks has /bin/sh as interpreter, but uses bashisms, therefore the interpreter should be /bin/bash
+Author: L.C. Karssen <lennart at karssen.org>
+Origin: upstream
+Forwarded: not-needed
+Last-Update: 2013-12-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/checks/check_dose_input.sh
++++ b/checks/check_dose_input.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # This script tests whether dose data without a MaCH/minimac-style
+ # arrow is read correctly by palinear (and by palogist, since reading
diff --git a/debian/patches/series b/debian/patches/series
index c2a56bb..8a01251 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-shell-in-dose-input-check.path
 fix-extIDS.pl.patch
 man-page-probabel.pl
 fix_checks.patch

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git



More information about the debian-med-commit mailing list