[sundials] 03/76: to removed bashim

Andreas Tille tille at debian.org
Sun Feb 5 18:44:50 UTC 2017


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

tille pushed a commit to branch master
in repository sundials.

commit 5872bc5bf685fadee4a77d415ea8bfdbc081cb8b
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Tue Mar 30 21:41:34 2010 +0000

    to removed bashim
---
 debian/patches/bashim.diff | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/debian/patches/bashim.diff b/debian/patches/bashim.diff
new file mode 100644
index 0000000..3b3e1ad
--- /dev/null
+++ b/debian/patches/bashim.diff
@@ -0,0 +1,19 @@
+Index: sundials-2.3.0/config/sundials-config.in
+===================================================================
+--- sundials-2.3.0.orig/config/sundials-config.in	2010-03-30 23:15:34.000000000 +0200
++++ sundials-2.3.0/config/sundials-config.in	2010-03-30 23:17:00.000000000 +0200
+@@ -50,10 +50,10 @@
+ shift $(( $OPTIND - 1 ))
+ 
+ # args check
+-[[ $module ]] || { echo >&2 the -m option and argument must be specified; exit 1; }
+-[[ $vector ]] || { echo >&2 the -t option and argument must be specified; exit 1; }
+-[[ $lang ]]   || { echo >&2 the -l option and argument must be specified; exit 1; }
+-[[ $show ]]   || { show=both; }
++[ $module ] || { echo >&2 the -m option and argument must be specified; exit 1; }
++[ $vector ] || { echo >&2 the -t option and argument must be specified; exit 1; }
++[ $lang ]   || { echo >&2 the -l option and argument must be specified; exit 1; }
++[ $show ]   || { show=both; }
+ 
+ # main
+ 

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



More information about the debian-science-commits mailing list