Bug#325459: java-package: Add support for Blackdown Java 1.4.2-02

Corey Hickey bugfood-c at fatooh.org
Sun Aug 28 20:15:08 UTC 2005


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


These two patches add support for Blackdown Java 1.4.2-02. I've tested
this on amd64 but the i386 support should work fine.

Note:
I don't know what the right method is for finding
j2se_expected_min_size. I tested using a couple older blackdown version,
and 'du -s' on my filesystem reports sizes about 5% larger sizes than
those listed in blackdown-j2{sdk,re}.sh. Tarring up the directory from
an extracted file and then using 'ls -l' gave sizes that were a lot
closer (and a little on the small side), so that's what I used. I'd be
willing to re-make these patches if someone tells me a better method.

If these patches are acceptable they can supercede bug #316831.

-Corey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  coreutils                     5.2.1-2    The GNU core utilities
ii  debhelper                     4.9.8      helper programs for debian/rules
ii  fakeroot                      1.4.3      Gives a fake root environment

java-package recommends no packages.

-- no debconf information
-------------- next part --------------
--- blackdown-j2re.sh.orig	2005-07-10 11:05:03.000000000 -0700
+++ blackdown-j2re.sh	2005-08-28 12:53:41.000000000 -0700
@@ -50,6 +50,11 @@
 	    j2se_expected_min_size=54 # 54958 kB
 	    found=true
 	    ;;
+	"j2re-1.4.2-02-linux-i586.bin") # SUPPORTED
+	    j2se_version=1.4.2+02
+	    j2se_expected_min_size=52 # 53910 kB
+	    found=true
+	    ;;
       esac
       ;;
     sparc|sparc-linux)
@@ -83,6 +88,11 @@
 	    j2se_expected_min_size=54 # 55071 kB
 	    found=true
 	    ;;
+	"j2re-1.4.2-02-linux-amd64.bin") # SUPPORTED
+	    j2se_version=1.4.2+02
+	    j2se_expected_min_size=52 # 54030 kB
+	    found=true
+	    ;;
       esac
       ;;
     powerpc|powerpc-linux)


More information about the pkg-java-maintainers mailing list