Your message dated Wed, 29 Apr 2009 17:32:04 +0000
with message-id <e1lzddc-0005ex...@ries.debian.org>
and subject line Bug#526087: fixed in java-wrappers 0.1.14
has caused the Debian Bug report #526087,
regarding java-wrappers: locate_jar has broken support for abs. filenames
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 ow...@bugs.debian.org
immediately.)


-- 
526087: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526087
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: java-wrappers
Version: 0.1.13
Severity: important
Tags: patch

The java_wrappers script includes support for building a Java classpath using 
the locate_jar function.
This searches a number of locations to locate an appropriate jar file, given 
the name of the jar file
as an argument.  The function proports to support specifying the jar file with 
an absolute path; however,
from what looks like a simple copy-n-paste error, this results in the wrong 
classpath being built.

The following patch fixes this issue:

--- java-wrappers.sh.orig       2009-04-29 09:18:37.000000000 +0200
+++ java-wrappers.sh    2009-04-29 09:29:02.000000000 +0200
@@ -178,11 +178,11 @@
     elif [ -r $jar ]; then
        # Maybe issue a warning that jars should not be looked
        # for absolutely ?
-       found_jar=$JAVA_JARPATH/$jar
+       found_jar=$jar
     elif [ -r $jar.jar ]; then
        # Maybe issue a warning that jars should not be looked
        # for absolutely ?
-       found_jar=$JAVA_JARPATH/$jar.jar
+       found_jar=$jar.jar
     else
        return 1                # Not found
     fi


-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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

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:

java-wrappers_0.1.14.dsc
  to pool/main/j/java-wrappers/java-wrappers_0.1.14.dsc
java-wrappers_0.1.14.tar.gz
  to pool/main/j/java-wrappers/java-wrappers_0.1.14.tar.gz
java-wrappers_0.1.14_all.deb
  to pool/main/j/java-wrappers/java-wrappers_0.1.14_all.deb



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 526...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Fourmond <fourm...@debian.org> (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 ftpmas...@debian.org)


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

Format: 1.8
Date: Wed, 29 Apr 2009 19:13:40 +0200
Source: java-wrappers
Binary: java-wrappers
Architecture: source all
Version: 0.1.14
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Vincent Fourmond <fourm...@debian.org>
Description: 
 java-wrappers - wrappers for java executables
Closes: 526087
Changes: 
 java-wrappers (0.1.14) unstable; urgency=low
 .
   * Fix absolute path in locate_jar (closes: #526087). Thanks to Paul
     Millar <paul.mil...@desy.de> for spotting and for the patch.
   * Conforms to 3.8.1
Checksums-Sha1: 
 ae16e702ea80dd6bc46a5798509d98163f10acf9 945 java-wrappers_0.1.14.dsc
 3c22b51fadb3e1aa1ddd24b92c85ba265c3eebfc 7284 java-wrappers_0.1.14.tar.gz
 2f1b330acd94c54c41ba0d82f78795c6b6d28dd8 8426 java-wrappers_0.1.14_all.deb
Checksums-Sha256: 
 73789617f8d7cd3ff1b4fd5273ba21f4c305ba798f8a3370284e6fbec6a5280c 945 
java-wrappers_0.1.14.dsc
 159519009036607cdb0f4600762eb727e72f50bd3ce2b76f9550cdea4b7af716 7284 
java-wrappers_0.1.14.tar.gz
 9b226349f3b9f54cd51dcba9c851e47adc4beb951ddf415601f563589d732d65 8426 
java-wrappers_0.1.14_all.deb
Files: 
 f018c4a26b171cc041db7fa2d6ccb1ce 945 misc optional java-wrappers_0.1.14.dsc
 79d8f9402d014d3e8c053e2efbf6e8ca 7284 misc optional java-wrappers_0.1.14.tar.gz
 946a9bd034348ba84ed4d8a775c5e380 8426 misc optional 
java-wrappers_0.1.14_all.deb

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

iEYEARECAAYFAkn4jIYACgkQx/UhwSKygsruGwCeLb2saiKPMcg9sYBt6rRFFEYG
qk4An2bKf/6Cj0fMl6NnXAvfr5AZI39w
=Jt5I
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to