Bug#281011: java-package: Add support for Blackdown Java 1.4.2 fcs
Progfou
Progfou <jean-christophe.andre@auf.org>, 281011@bugs.debian.org
Fri Nov 12 20:26:05 2004
This is a multi-part MIME message sent by reportbug.
--===============1658005955==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: java-package
Version: 0.16
Severity: normal
Tags: patch
The two attached patches adds support for Blackdown Java 1.4.2 FCS,
which is available from this site:
ftp://ftp.tux.org/pub/java/JDK-1.4.2/i386/fcs/
And, yes, this bug looks like #267643, but it's not the same! ;-)
Cheers,
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (990, 'unstable'), (800, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages java-package depends on:
ii debhelper 4.2.24 helper programs for debian/rules
-- no debconf information
--===============1658005955==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="blackdown-j2re.diff"
--- blackdown-j2re.sh 2004-11-13 10:00:31.000000000 +0700
+++ blackdown-j2re.sh.new 2004-11-13 10:01:09.000000000 +0700
@@ -27,6 +27,16 @@
j2se_expected_min_size=48 # 49988 kB
found=true
;;
+ "j2re-1.4.2-fcs-linux-i586-gcc2.95.bin")
+ j2se_version=1.4.2+fcs
+ j2se_expected_min_size=48 # 49988 kB
+ found=true
+ ;;
+ "j2re-1.4.2-fcs-linux-i586-gcc3.2.bin")
+ j2se_version=1.4.2+fcs
+ j2se_expected_min_size=48 # 49988 kB
+ found=true
+ ;;
esac
if [[ -n "$found" ]]; then
cat << EOF
--===============1658005955==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="blackdown-j2sdk.diff"
--- blackdown-j2sdk.sh 2004-11-13 10:00:36.000000000 +0700
+++ blackdown-j2sdk.sh.new 2004-11-13 10:02:07.000000000 +0700
@@ -27,6 +27,16 @@
j2se_expected_min_size=76 # 78055 kB
found=true
;;
+ "j2sdk-1.4.2-fcs-linux-i586-gcc2.95.bin")
+ j2se_version=1.4.2+fcs
+ j2se_expected_min_size=76 # 78055 kB
+ found=true
+ ;;
+ "j2sdk-1.4.2-fcs-linux-i586-gcc3.2.bin")
+ j2se_version=1.4.2+fcs
+ j2se_expected_min_size=76 # 78055 kB
+ found=true
+ ;;
esac
if [[ -n "$found" ]]; then
cat << EOF
--===============1658005955==--