This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit 721f3f2be79bc4882e5b7cbec3ff665a34299876 Author: Gilles Filippini <[email protected]> Date: Sun May 11 16:28:18 2014 +0200 Drop useless patch printhelp.patch Fixed upstream. --- debian/patches/printhelp.patch | 17 ----------------- debian/patches/series | 1 - 2 files changed, 18 deletions(-) diff --git a/debian/patches/printhelp.patch b/debian/patches/printhelp.patch deleted file mode 100644 index 14cb4af..0000000 --- a/debian/patches/printhelp.patch +++ /dev/null @@ -1,17 +0,0 @@ -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 785bb9f..c91c069 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,7 +2,6 @@ native.patch install-extension.patch #tess3.patch setTextAndMnemonic.patch -# printhelp.patch autotoolize-vision-proxy.patch #parent-pom.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

