[xmds2] 02/02: Change quoting characters
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Fri Aug 1 22:20:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository xmds2.
commit 6f53d2e8b24d8f3cb68df6cb4276bb52059fcd4f
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Fri Aug 1 19:17:18 2014 -0300
Change quoting characters
This avoids warning messages about the deprecation of backslash as
continuation lines when invoking Octave.
Git-Dch: Ignore
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index c472ee2..3a19496 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,10 +30,10 @@ override_dh_auto_test:
xmds2 lorenz.xmds ; \
./lorenz | grep '^\(Seg\| Att\|Gen\)' ; \
xsil2graphics2 -m lorenz.xsil ; \
- echo 'source ("lorenz.m"); \
- figure ("visible", "off"); \
+ echo "source ('lorenz.m'); \
+ figure ('visible', 'off'); \
plot (t_1, xR_1); \
- disp ("Octave plot succeeded")' \
+ disp ('Octave plot succeeded')" \
| octave -qf )
override_dh_auto_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/xmds2.git
More information about the debian-science-commits
mailing list