Your message dated Wed, 30 Nov 2011 09:03:46 +0000
with message-id <[email protected]>
and subject line Bug#647243: fixed in coco-java 20110419-2
has caused the Debian Bug report #647243,
regarding [coco-java] cocoj wrapper script splits arguments with spaces
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.)


-- 
647243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647243
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: coco-java
Version: 20110419-1
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

The bourne-shell script /usr/bin/cocoj forwards its parameters via $*, but it 
should use "$@". Therefore it fails when path or filename parameters to 
Coco.jar contain spaces.


--- System information. ---
Architecture: amd64
Kernel:       Linux 3.0.0-1-amd64

Debian Release: wheezy/sid
  500 unstable        ftp.at.debian.org 
  500 testing         ftp.at.debian.org 
  500 stable          deb.opera.com 

--- Package information. ---
Depends            (Version) | Installed
============================-+-===========
openjdk-6-jre                | 6b23~pre11-1


Package's Recommends field is empty.

Package's Suggests field is empty.



--- usr/bin/cocoj.old	2011-04-19 17:14:28.000000000 +0200
+++ usr/bin/cocoj	2011-10-31 23:01:20.132815728 +0100
@@ -1,3 +1,3 @@
 #!/bin/sh
-java -jar /usr/share/coco-java/Coco.jar $*
+java -jar /usr/share/coco-java/Coco.jar "$@"
 

--- End Message ---
--- Begin Message ---
Source: coco-java
Source-Version: 20110419-2

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

coco-java_20110419-2.diff.gz
  to main/c/coco-java/coco-java_20110419-2.diff.gz
coco-java_20110419-2.dsc
  to main/c/coco-java/coco-java_20110419-2.dsc
coco-java_20110419-2_all.deb
  to main/c/coco-java/coco-java_20110419-2_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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Loeberbauer <[email protected]> (supplier of updated coco-java 
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: Mon, 07 Nov 2011 11:12:02 +0100
Source: coco-java
Binary: coco-java
Architecture: source all
Version: 20110419-2
Distribution: unstable
Urgency: low
Maintainer: Markus Loeberbauer <[email protected]>
Changed-By: Markus Loeberbauer <[email protected]>
Description: 
 coco-java  - Coco/R Compiler Generator (Java Version)
Closes: 647243
Changes: 
 coco-java (20110419-2) unstable; urgency=low
 .
   * fixed startup shell script (Closes: #647243)
Checksums-Sha1: 
 96df014972dad734ad79e23f112ec93a661b4a1a 1163 coco-java_20110419-2.dsc
 93eb9d741fd99380cc81f38eed52fa8ff16b190b 6125 coco-java_20110419-2.diff.gz
 54b50b7d52b6a9d0ccbbe742f72ca0470370ed4c 69390 coco-java_20110419-2_all.deb
Checksums-Sha256: 
 0e92dbf3741faf7639d32939796de036e37f4150391786fb8074ba21df77a534 1163 
coco-java_20110419-2.dsc
 806714819763cc31beed78d0b452dd1b7b4dbaf1fff0de274f26a3f6ebf44913 6125 
coco-java_20110419-2.diff.gz
 452219bd89c9241040e48dc2ece845ea58f6d07fb39a0984eec2ecd190cc72c4 69390 
coco-java_20110419-2_all.deb
Files: 
 9e1a804574bc8fcaf92bb5aabf9cff14 1163 devel optional coco-java_20110419-2.dsc
 d969471085e73c5a658b2a489c3a5d28 6125 devel optional 
coco-java_20110419-2.diff.gz
 6bf4d23929e4b067939ee70ab448bbbd 69390 devel optional 
coco-java_20110419-2_all.deb

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

iEYEARECAAYFAk7V67wACgkQq7SPDcPCS96QbwCglEJDS9tDcQ47IvR9ordjPT/p
ku8AoJ40bGlasaxGXGSLf7txGmcwJU6p
=aBbj
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to