r36333 - /packages/sundials/trunk/debian/patches/bashim.diff
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Tue Mar 30 21:41:35 UTC 2010
Author: sylvestre
Date: Tue Mar 30 21:41:34 2010
New Revision: 36333
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36333
Log:
to removed bashim
Added:
packages/sundials/trunk/debian/patches/bashim.diff
Added: packages/sundials/trunk/debian/patches/bashim.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/patches/bashim.diff?rev=36333&op=file
==============================================================================
--- packages/sundials/trunk/debian/patches/bashim.diff (added)
+++ packages/sundials/trunk/debian/patches/bashim.diff Tue Mar 30 21:41:34 2010
@@ -1,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
+
More information about the debian-science-commits
mailing list