Bug#462399: java-package: ibm-j2sdk.sh does not recognize ibm-java2-sdk-5.0-6.0-linux-ppc.tgz

Evgeni Dobrev evgeni_dobrev at developer.bg
Thu Jan 24 15:36:15 UTC 2008


Package: java-package
Version: 0.39
Severity: normal
Tags: patch

ibm-java2-sdk-5.0-6.0-linux-ppc.tgz is not recognized by the
ibm-j2sdk.sh script.  The attached pach fixes this.

evgeni


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.23-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages java-package depends on:
ii  debhelper                     6.0.3      helper programs for debian/rules
ii  fakeroot                      1.9.1      Gives a fake root environment
ii  libasound2                    1.0.15-3   ALSA library
ii  libx11-6                      2:1.0.3-7  X11 client-side library
ii  unzip                         5.52-10    De-archiver for .zip files

java-package recommends no packages.

-- no debconf information
-------------- next part --------------
--- ibm-j2sdk.sh_old	2008-01-24 17:30:14.000000000 +0200
+++ ibm-j2sdk.sh	2008-01-24 16:25:13.000000000 +0200
@@ -78,6 +78,11 @@
 	    j2se_expected_min_size=61 # 63942070 bytes
 	    found=true
 	    ;;
+        "ibm-java2-sdk-5.0-6.0-linux-ppc.tgz") # SUPPORTED
+	    j2se_version=1.5.0${revision}
+	    j2se_expected_min_size=69 # 71512415 bytes
+	    found=true
+	    ;;
 	"ibm-java-sdk-60-linux-ppc32-20070329.tgz" ) # SUPPORTED
 	    j2se_version=1.6.0${revision}
 	    j2se_expected_min_size=61 # 63942070 bytes


More information about the pkg-java-maintainers mailing list