Codebase list votca-csg / 2e4c9d1
Remove solvematlab-syntax.patch, upstreamed Nicholas Breen 5 years ago
3 changed file(s) with 1 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
00 votca-csg (1.5-1) unstable; urgency=medium
11
22 * New upstream release.
3 - Remove solvematlab-syntax.patch, incorporated upstream.
34 * Adding myself to uploaders.
45 * SONAME bump, rename *-csg4 to *-csg5.
56 * Move man pages to libvotca-csg-dev, to allow coinstallability of
0 solvematlab-syntax.patch
+0
-13
debian/patches/solvematlab-syntax.patch less more
0 Index: csg-1.4.1/share/scripts/inverse/solve_matlab.sh
1 ===================================================================
2 --- csg-1.4.1.orig/share/scripts/inverse/solve_matlab.sh
3 +++ csg-1.4.1/share/scripts/inverse/solve_matlab.sh
4 @@ -27,7 +27,7 @@ EOF
5 exit 0
6 fi
7
8 -[[ -z $1 || -z $2 -z $3 ]] && die "${0##*/}: Missing arguments"
9 +[[ -z $1 || -z $2 || -z $3 ]] && die "${0##*/}: Missing arguments"
10
11 # initialize & run the matlab file
12 cat_external solve matlab | sed -e "s/\$name_out/$2/" -e "s/\$name/$1/" -e "s/\$reg/$3/" > solve_$1.m || die "${0##*/}: sed failed"