Bug#285405: java-package: patch to support current Blackdown Java

Peter Marschall Peter Marschall <peter@adpm.de>, 285405@bugs.debian.org
Sun Jan 2 14:25:02 2005


This is a multi-part MIME message sent by reportbug.

--===============1207105061==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: java-package
Version: 0.17pm1
Followup-For: Bug #285405

Hi,

the attached patch should do the trick.
I do not know about the required diskspace, so I copied the
requirements from the prceeding vrsion.

Hope it helps
Peter


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-k7
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages java-package depends on:
ii  debhelper                     4.2.28     helper programs for debian/rules

-- no debconf information

--===============1207105061==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="java-package-blackdown.patch"

--- lib/blackdown-j2re.sh	2004-11-12 15:33:34.000000000 +0100
+++ lib/blackdown-j2re.sh	2005-01-02 13:15:38.000000000 +0100
@@ -40,6 +40,11 @@
 	    j2se_expected_min_size=54 # 55524 kB
 	    found=true
 	    ;;
+	"j2re-1.4.2-01-linux-i586.bin")
+	    j2se_version=1.4.2+01
+	    j2se_expected_min_size=54 # 55524 kB
+	    found=true
+	    ;;
       esac
       ;;
     "sparc-linux")
@@ -68,6 +73,11 @@
 	    j2se_expected_min_size=54 # 55468 kB
 	    found=true
 	    ;;
+	"j2re-1.4.2-01-linux-amd64.bin")
+	    j2se_version=1.4.2+01
+	    j2se_expected_min_size=54 # 55468 kB
+	    found=true
+	    ;;
       esac
       ;;
   esac
--- lib/blackdown-j2sdk.sh	2004-11-12 15:33:34.000000000 +0100
+++ lib/blackdown-j2sdk.sh	2005-01-02 13:14:28.000000000 +0100
@@ -40,6 +40,11 @@
 	    j2se_expected_min_size=88 # 90316 kB
 	    found=true
 	    ;;
+	"j2sdk-1.4.2-01-linux-i586.bin")
+	    j2se_version=1.4.2+01
+	    j2se_expected_min_size=88 # 90316 kB
+	    found=true
+	    ;;
       esac
       ;;
     "sparc-linux")
@@ -68,6 +73,11 @@
 	    j2se_expected_min_size=89 # 91460 kB
 	    found=true
 	    ;;
+	"j2sdk-1.4.2-01-linux-amd64.bin")
+	    j2se_version=1.4.2+01
+	    j2se_expected_min_size=89 # 91460 kB
+	    found=true
+	    ;;
       esac
       ;;
   esac

--===============1207105061==--