This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit 62fa9c1ddecee9e4bdf7214e75b278e4373d4aab Author: Gilles Filippini <[email protected]> Date: Thu Oct 31 16:05:56 2013 +0100 New patch printhelp.patch. Add a missing new line to the help text. This missing new line triggers CLI 1.2 issue #193: <https://issues.apache.org/jira/browse/CLI-193>. --- debian/patches/printhelp.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) diff --git a/debian/patches/printhelp.patch b/debian/patches/printhelp.patch new file mode 100644 index 0000000..14cb4af --- /dev/null +++ b/debian/patches/printhelp.patch @@ -0,0 +1,17 @@ +Description: add a missing new line to the help text + This missing new line triggers CLI 1.2 issue #193: + <https://issues.apache.org/jira/browse/CLI-193>. +Author: Gilles Filippini <[email protected]> +Index: sikuli/basics/src/main/java/org/sikuli/basics/CommandArgs.java +=================================================================== +--- sikuli.orig/basics/src/main/java/org/sikuli/basics/CommandArgs.java 2013-10-24 22:49:09.000000000 +0200 ++++ sikuli/basics/src/main/java/org/sikuli/basics/CommandArgs.java 2013-10-24 22:55:18.000000000 +0200 +@@ -167,7 +167,7 @@ + + "------\nanything after --\nor after something beginning with --\n" + + "go to script as user parameters (respecting enclosing \")\n" + + "------\n-d use this option if you encounter any weird problems" +- + "DebugLevel=3 and all output goes to <workingFolder>/SikuliLog.text" ++ + "DebugLevel=3 and all output goes to <workingFolder>/SikuliLog.text\n" + + "----------------------------------------------------------------", + true); + } diff --git a/debian/patches/series b/debian/patches/series index aa6079a..49b2afc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ tess3.patch # This patch isn't needed currently. See patch Description # no-opencv-surf-module.patch setTextAndMnemonic.patch +printhelp.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

