This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository closure-compiler.
commit 73e5363a84d8f26de127fbabeaa2488331cbc02e Author: tony mancill <tmanc...@debian.org> Date: Sun Oct 19 17:58:14 2014 -0700 quote arguments to run_java see bug #765563 --- debian/changelog | 4 ++++ debian/wrapper_script/closure-compiler | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c979535..988b68f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ closure-compiler (20130227+dfsg1-8) UNRELEASED; urgency=medium + [ Emmanuel Bourg ] * Team upload. * debian/watch: - Updated to watch the release tags on Github @@ -7,6 +8,9 @@ closure-compiler (20130227+dfsg1-8) UNRELEASED; urgency=medium * debian/control: Updated the Homepage field * debian/copyright: Updated the Source URL + [ tony mancill ] + * Quote arguments to run_java. (Closes: #765563) + -- Emmanuel Bourg <ebo...@apache.org> Thu, 16 Oct 2014 12:43:11 +0200 closure-compiler (20130227+dfsg1-7) unstable; urgency=medium diff --git a/debian/wrapper_script/closure-compiler b/debian/wrapper_script/closure-compiler index caa59f0..33d4d70 100755 --- a/debian/wrapper_script/closure-compiler +++ b/debian/wrapper_script/closure-compiler @@ -7,4 +7,4 @@ JARS=closure-compiler find_java_runtime find_jars ${JARS} -run_java ${MAIN} $@ +run_java ${MAIN} "$@" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/closure-compiler.git _______________________________________________ pkg-java-commits mailing list pkg-java-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits