Bug#274399: Confirmation that fix works
   
    Jimmy Kaplowitz
     
    Jimmy Kaplowitz <jimmy@spi-inc.org>, 274399@bugs.debian.org
       
    Thu Oct 28 17:09:12 2004
    
    
  
--2B/JsCI69OhZNC5r
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
Just writing to confirm that Martin's fix worked for me. I added the
following stanza to the switch statement in
/usr/share/java-package/sun-j2re.sh:
        "jre-1_5_0-linux-i586.bin")
            j2se_version=1.5.0
            j2se_expected_min_size=40 # 41709 kB
            found=true
            ;;
And I also added the following stanza to the switch statement in
/usr/share/java-package/sun-j2sdk.sh:
        "jdk-1_5_0-linux-i586.bin")
            j2se_version=1.5.0
            j2se_expected_min_size=81 # 83338 kB
            found=true
            ;;
I was then able to make the package as necessary. In addition to fixing
this bug, you might want to merge bug #277088 with this one, since both
are about the same issue. Thanks.
- Jimmy Kaplowitz
jimmy@debian.org
P. S. - It's a different issue, but applying the patch in #274844 to
provide amd64 support would also be appreciated.
--2B/JsCI69OhZNC5r
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFBgXck6uPcNfDX1EoRAsF6AKCzHapYnYGkqdxDdcfflSWiNa+VAACeIyoT
A9E59XB3OwkvykUAAPx7x9w=
=fYDo
-----END PGP SIGNATURE-----
--2B/JsCI69OhZNC5r--