Bug#274844: marked as done (java-package: Please add support for amd64)

Debian Bug Tracking System owner@bugs.debian.org
Fri Nov 12 10:24:13 2004


Your message dated Fri, 12 Nov 2004 11:47:11 -0500
with message-id <E1CSeZr-0003Qx-00@newraff.debian.org>
and subject line Bug#274844: fixed in java-package 0.17
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Oct 2004 10:59:56 +0000
>From aj@andaco.de Mon Oct 04 03:59:56 2004
Return-path: <aj@andaco.de>
Received: from c169033.adsl.hansenet.de (localhost.localdomain) [213.39.169.33] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CEQZQ-0003Zy-00; Mon, 04 Oct 2004 03:59:56 -0700
Received: from aj by localhost.localdomain with local (Exim 4.34)
	id 1CEQaa-0005uf-Qt; Mon, 04 Oct 2004 13:01:08 +0200
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: java-package: Please add support for amd64
Message-Id: <E1CEQaa-0005uf-Qt@localhost.localdomain>
Date: Mon, 04 Oct 2004 13:01:08 +0200
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: java-package
Severity: wishlist
Tags: patch

The following patch adds amd64 support to 'java-package'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/java-package-0.14/lib/blackdown-j2re.sh ./lib/blackdown-j2re.sh
--- ../tmp-orig/java-package-0.14/lib/blackdown-j2re.sh	2004-09-13 08:20:51.000000000 +0200
+++ ./lib/blackdown-j2re.sh	2004-09-27 14:25:08.266992552 +0200
@@ -27,6 +27,11 @@
 	    j2se_expected_min_size=48 # 49988 kB
 	    found=true
 	    ;;
+	"j2re-1.4.2-rc1-linux-amd64.bin")
+	    j2se_version=1.4.2+rc1
+	    j2se_expected_min_size=53 # 54748 kB
+	    found=true
+	    ;;
     esac
     if [[ -n "$found" ]]; then
 	cat << EOF
diff -urN ../tmp-orig/java-package-0.14/lib/blackdown-j2sdk.sh ./lib/blackdown-j2sdk.sh
--- ../tmp-orig/java-package-0.14/lib/blackdown-j2sdk.sh	2004-09-13 08:21:19.000000000 +0200
+++ ./lib/blackdown-j2sdk.sh	2004-09-27 14:24:44.283638576 +0200
@@ -27,6 +27,11 @@
 	    j2se_expected_min_size=76 # 78055 kB
 	    found=true
 	    ;;
+	"j2sdk-1.4.2-rc1-linux-amd64.bin")
+	    j2se_version=1.4.2+rc1
+	    j2se_expected_min_size=86 # 88556 kB
+	    found=true
+	    ;;
     esac
     if [[ -n "$found" ]]; then
 	cat << EOF
diff -urN ../tmp-orig/java-package-0.14/lib/sun-j2re.sh ./lib/sun-j2re.sh
--- ../tmp-orig/java-package-0.14/lib/sun-j2re.sh	2004-07-18 05:36:11.000000000 +0200
+++ ./lib/sun-j2re.sh	2004-09-27 14:25:51.728385416 +0200
@@ -22,6 +22,11 @@
 	    j2se_expected_min_size=81 # 83267 kB
 	    found=true
 	    ;;
+	"jre-1_5_0-linux-amd64.bin")
+	    j2se_version=1.5.0
+	    j2se_expected_min_size=68 # 69936 kB
+	    found=true
+	    ;;
     esac
     if [[ -n "$found" ]]; then
 	cat << EOF
diff -urN ../tmp-orig/java-package-0.14/lib/sun-j2sdk.sh ./lib/sun-j2sdk.sh
--- ../tmp-orig/java-package-0.14/lib/sun-j2sdk.sh	2004-07-18 05:46:51.000000000 +0200
+++ ./lib/sun-j2sdk.sh	2004-09-27 14:26:25.126308160 +0200
@@ -27,6 +27,11 @@
 	    j2se_expected_min_size=122 # 125899 kB
 	    found=true
 	    ;;
+	"jdk-1_5_0-linux-amd64.bin")
+	    j2se_version=1.5.0
+	    j2se_expected_min_size=110 # 112940 kB
+	    found=true
+	    ;;
     esac
     if [[ -n "$found" ]]; then
 	cat << EOF

---------------------------------------
Received: (at 274844-close) by bugs.debian.org; 12 Nov 2004 16:54:34 +0000
>From katie@ftp-master.debian.org Fri Nov 12 08:54:34 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CSeh0-0004MB-00; Fri, 12 Nov 2004 08:54:34 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CSeZr-0003Qx-00; Fri, 12 Nov 2004 11:47:11 -0500
From: Arnaud Vandyck <avdyk@debian.org>
To: 274844-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#274844: fixed in java-package 0.17
Message-Id: <E1CSeZr-0003Qx-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 12 Nov 2004 11:47:11 -0500
Delivered-To: 274844-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: java-package
Source-Version: 0.17

We believe that the bug you reported is fixed in the latest version of
java-package, which is due to be installed in the Debian FTP archive:

blackdown-j2re1.3debian_0.17_all.deb
  to pool/contrib/j/java-package/blackdown-j2re1.3debian_0.17_all.deb
blackdown-j2re1.4debian_0.17_all.deb
  to pool/contrib/j/java-package/blackdown-j2re1.4debian_0.17_all.deb
blackdown-j2sdk1.3debian_0.17_all.deb
  to pool/contrib/j/java-package/blackdown-j2sdk1.3debian_0.17_all.deb
blackdown-j2sdk1.4debian_0.17_all.deb
  to pool/contrib/j/java-package/blackdown-j2sdk1.4debian_0.17_all.deb
java-package_0.17.dsc
  to pool/contrib/j/java-package/java-package_0.17.dsc
java-package_0.17.tar.gz
  to pool/contrib/j/java-package/java-package_0.17.tar.gz
java-package_0.17_all.deb
  to pool/contrib/j/java-package/java-package_0.17_all.deb
sun-j2re1.3debian_0.17_all.deb
  to pool/contrib/j/java-package/sun-j2re1.3debian_0.17_all.deb
sun-j2re1.4debian_0.17_all.deb
  to pool/contrib/j/java-package/sun-j2re1.4debian_0.17_all.deb
sun-j2re1.5debian_0.17_all.deb
  to pool/contrib/j/java-package/sun-j2re1.5debian_0.17_all.deb
sun-j2sdk1.3debian_0.17_all.deb
  to pool/contrib/j/java-package/sun-j2sdk1.3debian_0.17_all.deb
sun-j2sdk1.4debian_0.17_all.deb
  to pool/contrib/j/java-package/sun-j2sdk1.4debian_0.17_all.deb
sun-j2sdk1.5debian_0.17_all.deb
  to pool/contrib/j/java-package/sun-j2sdk1.5debian_0.17_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 274844@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arnaud Vandyck <avdyk@debian.org> (supplier of updated java-package package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 12 Nov 2004 17:28:38 +0100
Source: java-package
Binary: blackdown-j2sdk1.3debian sun-j2sdk1.4debian sun-j2re1.5debian blackdown-j2re1.3debian sun-j2re1.3debian blackdown-j2re1.4debian sun-j2sdk1.5debian sun-j2sdk1.3debian blackdown-j2sdk1.4debian sun-j2re1.4debian java-package
Architecture: source all
Version: 0.17
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Arnaud Vandyck <avdyk@debian.org>
Description: 
 blackdown-j2re1.3debian - Debian specific parts of Java(TM) 2 RE, Standard Edition
 blackdown-j2re1.4debian - Debian specific parts of Java(TM) 2 RE, Standard Edition
 blackdown-j2sdk1.3debian - Debian specific parts of Java(TM) 2 SDK, Standard Edition
 blackdown-j2sdk1.4debian - Debian specific parts of Java(TM) 2 SDK, Standard Edition
 java-package - A utility for building Java(TM) 2 related Debian packages
 sun-j2re1.3debian - Debian specific parts of Java(TM) 2 RE, Standard Edition
 sun-j2re1.4debian - Debian specific parts of Java(TM) 2 RE, Standard Edition
 sun-j2re1.5debian - Debian specific parts of Java(TM) 2 RE, Standard Edition
 sun-j2sdk1.3debian - Debian specific parts of Java(TM) 2 SDK, Standard Edition
 sun-j2sdk1.4debian - Debian specific parts of Java(TM) 2 SDK, Standard Edition
 sun-j2sdk1.5debian - Debian specific parts of Java(TM) 2 SDK, Standard Edition
Closes: 270949 271846 274844 280685
Changes: 
 java-package (0.17) unstable; urgency=low
 .
   * added a patch for detecting the architecture (Closes: #274844,
     #270949, #271846). This patch should also close this one (Closes:
     #280685).
Files: 
 c4ca7531938ac9e86b8ad7e24691592d 877 contrib/misc optional java-package_0.17.dsc
 df11028605a126bae70e5a2b9f6c9bbb 15075 contrib/misc optional java-package_0.17.tar.gz
 46025edd0820916cffe73a81f0d3b046 11442 contrib/misc optional java-package_0.17_all.deb
 55d949f9e6c2088f472d343193e6ca11 4456 contrib/misc optional sun-j2re1.3debian_0.17_all.deb
 dcad0e0721169f893cd109361d446594 4522 contrib/misc optional sun-j2sdk1.3debian_0.17_all.deb
 a32f659b9bcd6442760ce96ba5d5e22f 4458 contrib/misc optional sun-j2re1.4debian_0.17_all.deb
 836d9619a69549b743c03192a116d7dc 4534 contrib/misc optional sun-j2sdk1.4debian_0.17_all.deb
 7244a84eb8e0a7248e01a9e9341ba16b 4458 contrib/misc optional sun-j2re1.5debian_0.17_all.deb
 8f89624b3ac2691f98bb212ca9ee1bef 4534 contrib/misc optional sun-j2sdk1.5debian_0.17_all.deb
 d19db542b503fc8f9ad79fe362fa73a1 4474 contrib/misc optional blackdown-j2re1.3debian_0.17_all.deb
 35a7a417757ccf2bde4e58281455f90c 4542 contrib/misc optional blackdown-j2sdk1.3debian_0.17_all.deb
 21b4cce272dd51a3d756813a248d1466 4474 contrib/misc optional blackdown-j2re1.4debian_0.17_all.deb
 405bc7a4f2ff51fdcecab7069d337058 4538 contrib/misc optional blackdown-j2sdk1.4debian_0.17_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBlOUD4vzFZu62tMIRArf+AKCrL/sL/zhYVKkYuCrou6F6cQcbgQCgu11W
/zWuahIyEU3Lc2QWXPyGtAw=
=nYmj
-----END PGP SIGNATURE-----