Bug#277088: java-package: Please add support fod JDK 1.5.0 (non-beta release)
Christian Lynbech
Christian Lynbech <christian.lynbech@ericsson.com>, 277088@bugs.debian.org
Mon Oct 18 08:24:03 2004
Package: java-package
Version: 0.14
Severity: wishlist
Make-jpkg does not suport the latest JDK 1.5.0 (non-beta) release.
A simple fix would to add something like this (size not checked):
--- /usr/share/java-package/sun-j2sdk.sh~ 2004-09-13 09:14:26.000000000 +0200
+++ /usr/share/java-package/sun-j2sdk.sh 2004-10-18 09:51:55.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=122 # 125899 kB
+ found=true
+ ;;
esac
if [[ -n "$found" ]]; then
cat << EOF
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-ted
Locale: LANG=C, LC_CTYPE=C
Versions of packages java-package depends on:
ii debhelper 4.2.21 helper programs for debian/rules
-- no debconf information