Your message dated Wed, 19 Jun 2013 21:22:18 +0000
with message-id <[email protected]>
and subject line Bug#709976: fixed in java-wrappers 0.1.26
has caused the Debian Bug report #709976,
regarding java-wrappers: run_jar() handles command line arguments wrong
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
709976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709976
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: java-wrappers
Version: 0.1.25
Severity: important
Tags: patch

Dear Maintainer,

The run_jar() function in /usr/lib/java-wrappers/java-wrappers.sh
contains the following lines:

   if locate_jar $1; then
        shift
        run_java -jar "$@"
    else
        java_fail "Unable to find jar $1 in $JAVA_JARPATH"
    fi

If locate_jar() finds the specified JAR file, it places the path into
$found_jar, but its result is not used.

Replacing

        run_java -jar "$@"

with

        run_java -jar "$found_jar" "$@"

should do the trick.

Cheers,
-Hilko

--- End Message ---
--- Begin Message ---
Source: java-wrappers
Source-Version: 0.1.26

We believe that the bug you reported is fixed in the latest version of
java-wrappers, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Fourmond <[email protected]> (supplier of updated java-wrappers 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 19 Jun 2013 21:50:43 +0200
Source: java-wrappers
Binary: java-wrappers
Architecture: source all
Version: 0.1.26
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Vincent Fourmond <[email protected]>
Description: 
 java-wrappers - wrappers for java executables
Closes: 709976 711850
Changes: 
 java-wrappers (0.1.26) unstable; urgency=low
 .
   * Fix run_jar (closes: #709976) (and, yes, it is fixed on a Wednesday,
     though not the one announced initially ;-) ...)
   * Lift the assumption that alternatives live in /usr/lib/jvm (closes:
     #711850)
Checksums-Sha1: 
 8ae072b3b8cb4f7a252d1320469068e01bb95621 1003 java-wrappers_0.1.26.dsc
 c40944d3bd1a6ccd65f1bae08aeb031fa6f2e801 9206 java-wrappers_0.1.26.tar.gz
 610bd65a07e44b83f550e6997e059bf831a416b6 10902 java-wrappers_0.1.26_all.deb
Checksums-Sha256: 
 70ebd8cee1186afea348128b2d1a2f2c7a603784e039d67a359708952d8c85a4 1003 
java-wrappers_0.1.26.dsc
 b2bb16c61ab244bcd94478bb0b4f21ae897d9fd8e9a09a662878ccdcdc1e9a35 9206 
java-wrappers_0.1.26.tar.gz
 74ae6172a5f645290f0d456e451b776257008f40dd646e77da93665449c812c8 10902 
java-wrappers_0.1.26_all.deb
Files: 
 3e3f95fb92ec148e2ceb9f1289068751 1003 java optional java-wrappers_0.1.26.dsc
 1f157f4b8bdfe60a94a5128076cec617 9206 java optional java-wrappers_0.1.26.tar.gz
 e3c77efd0b02e80953c6449cec44aa8b 10902 java optional 
java-wrappers_0.1.26_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlHCDMkACgkQx/UhwSKygspo5ACggMv/lur27BMiOW+uCkx/qV+T
4GgAn2zdMTbopIg0GukUFPbXUnM+m65u
=uiVT
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
[email protected] for discussions and questions.

Reply via email to