Bug#275870: java-package: add support for Sun JDK 1.5.0 final
Andrea Borgia
Andrea Borgia <andrea@borgia.bo.it>, 275870@bugs.debian.org
Sun Oct 10 12:10:07 2004
This is a multi-part MIME message sent by reportbug.
--===============1609563550==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: java-package
Version: 0.14
Severity: normal
Tags: patch
Attached patch adds support for Sun JDK 1.5.0 final release.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1clarisse
Locale: LANG=en_IE@euro, LC_CTYPE=en_IE@euro (ignored: LC_ALL set to en_IE@euro)
Versions of packages java-package depends on:
ii debhelper 4.2.20 helper programs for debian/rules
-- no debconf information
--===============1609563550==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="sun-j2sdk.sh.diff"
--- sun-j2sdk.sh.orig 2004-10-10 19:30:00.000000000 +0200
+++ sun-j2sdk.sh 2004-10-10 19:31:25.000000000 +0200
@@ -27,6 +27,11 @@
j2se_expected_min_size=122 # 125899 kB
found=true
;;
+ "jdk-1_5_0-linux-i586.bin")
+ j2se_version=1.5.0
+ j2se_expected_min_size=136 # 159648 kB
+ found=true
+ ;;
esac
if [[ -n "$found" ]]; then
cat << EOF
--===============1609563550==--