Your message dated Sat, 14 Oct 2006 22:14:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line NMU uploaded
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: jikes-gij
Version: 1:1.22-4
Severity: minor
Tags: patch

  The libgcj7-jar 4.1.1-11j1 (currently in experimental) includes a file
/usr/share/java/libgcj-tools-4.1.2.jar.

  jikes-gij takes this file for its bootclasspath instead of
libgcj-4.1.2.jar

  Here is a small patch on /usr/bin/jikes-gij which corrects the
problem:
-------------------
--- /usr/bin/jikes-gij  2006-02-11 22:58:48.000000000 +0100
+++ /home/nico/jikes-gij        2006-08-25 14:23:12.000000000 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-CLASS="`ls -1r /usr/share/java/libgcj-*.jar 2> /dev/null | grep -m 1 lib`"
+CLASS="`ls -1r /usr/share/java/libgcj-*.jar 2> /dev/null | grep -m 1 
libgcj-[[:alpha:]]`"
 
 if [ -r "$CLASS" ]; then
        jikes -bootclasspath "$CLASS" "$@"
-------------------

(Severity minor because this version of libgcj7-jar in not yet in
unstable.)


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages jikes-gij depends on:
ii  java-common                   0.25       Base of all Java packages
ii  jikes                         1:1.22-4   Fast Java compiler adhering to lan
ii  libgcj4                       1:3.3.5-13 Java runtime library for use with 
ii  libgcj4-common                1:3.3.5-13 Java runtime library for use with 
ii  libgcj6-common                4.0.2-5j2  Java runtime library for use with 

jikes-gij recommends no packages.

-- no debconf information

-- 
Nicolas Duboc <[EMAIL PROTECTED]>

Attachment: pgpQc6JvWAL6b.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 1:1.22-5.1

Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition for
etch.

Please find the used diff below.


Cheers,
Andi

diff -ur ../jikes-1.22~/debian/changelog ../jikes-1.22/debian/changelog
--- ../jikes-1.22~/debian/changelog     2006-10-14 22:11:46.002844000 +0200
+++ ../jikes-1.22/debian/changelog      2006-10-14 22:12:46.604820476 +0200
@@ -1,3 +1,10 @@
+jikes (1:1.22-5.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix dependency to make the package installable again. Closes: #384613
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Sat, 14 Oct 2006 22:12:04 +0200
+
 jikes (1:1.22-5) unstable; urgency=low
 
   * [jikes-gij] Fixed dependencies so the package is installable once
diff -ur ../jikes-1.22~/debian/wrappers/jikes-gij 
../jikes-1.22/debian/wrappers/jikes-gij
--- ../jikes-1.22~/debian/wrappers/jikes-gij    2006-10-14 22:11:46.010844000 
+0200
+++ ../jikes-1.22/debian/wrappers/jikes-gij     2006-10-14 22:13:40.565127741 
+0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-CLASS="`ls -1r /usr/share/java/libgcj-*.jar 2> /dev/null | grep -m 1 lib`"
+CLASS="`ls -1r /usr/share/java/libgcj-*.jar 2> /dev/null | grep -m 1 
libgcj-[[:digit:]]`"
 
 if [ -r "$CLASS" ]; then
        jikes -bootclasspath "$CLASS" "$@"
-- 
  http://home.arcor.de/andreas-barth/

--- End Message ---

Reply via email to