This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch 1.0_x_rc3 in repository sikuli.
commit 61deba826e8681d735f0e502ec5c76d619211be3 Author: Gilles Filippini <[email protected]> Date: Thu Jul 16 22:40:09 2015 +0200 Fix erroneus line count in executable-wrappers.patch --- debian/changelog | 7 +++++++ debian/patches/executable-wrappers.patch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5651d30..102b77f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sikuli (1.0~x~rc3.tesseract3-dfsg1-12) UNRELEASED; urgency=medium + + * Fix erroneous line count in patch executable-wrappers.patch + (closes: #789797). + + -- Gilles Filippini <[email protected]> Thu, 16 Jul 2015 22:32:18 +0200 + sikuli (1.0~x~rc3.tesseract3-dfsg1-11) unstable; urgency=medium * Bump epoch on default-{jre,jdk} versioned Build-Depends and Depends. diff --git a/debian/patches/executable-wrappers.patch b/debian/patches/executable-wrappers.patch index 12877b2..5fe581d 100644 --- a/debian/patches/executable-wrappers.patch +++ b/debian/patches/executable-wrappers.patch @@ -46,7 +46,7 @@ Index: sikuli/sikuli-script/target/sikuli-script.sh =================================================================== --- sikuli.orig/sikuli-script/target/sikuli-script.sh +++ sikuli/sikuli-script/target/sikuli-script.sh -@@ -1,2 +1,17 @@ +@@ -1,2 +1,19 @@ #!/bin/sh -java -jar sikuli-script.jar $@ +exec /usr/bin/java \ -- 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

