Bug#325459: marked as done (java-package: Add support for Blackdown Java 1.4.2-02)

Debian Bug Tracking System owner at bugs.debian.org
Tue Aug 30 01:03:10 UTC 2005


Your message dated Mon, 29 Aug 2005 17:32:05 -0700
with message-id <E1E9u2n-0006rr-00 at spohr.debian.org>
and subject line Bug#316831: fixed in java-package 0.26
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; 28 Aug 2005 20:15:10 +0000
>From bugfood-c at fatooh.org Sun Aug 28 13:15:10 2005
Return-path: <bugfood-c at fatooh.org>
Received: from fire.casa-z.org (mail.fatooh.org) [64.32.175.22] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E9TYc-0004dl-00; Sun, 28 Aug 2005 13:15:10 -0700
Received: from localhost (fire [127.0.0.1])
	by mail.fatooh.org (Postfix) with ESMTP id CE04D575FB;
	Sun, 28 Aug 2005 13:15:06 -0700 (PDT)
Received: from mail.fatooh.org ([127.0.0.1])
	by localhost (fire [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
	id 28708-10; Sun, 28 Aug 2005 13:15:06 -0700 (PDT)
Received: from bugfood (c-24-7-69-43.hsd1.ca.comcast.net [24.7.69.43])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.fatooh.org (Postfix) with ESMTP id 8653D32091;
	Sun, 28 Aug 2005 13:15:06 -0700 (PDT)
Received: by bugfood (Postfix, from userid 1000)
	id E2D15119446; Sun, 28 Aug 2005 13:15:08 -0700 (PDT)
Content-Type: multipart/mixed; boundary="===============7647579356885026678=="
MIME-Version: 1.0
From: Corey Hickey <bugfood-c at fatooh.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: java-package: Add support for Blackdown Java 1.4.2-02
X-Mailer: reportbug 3.16
Date: Sun, 28 Aug 2005 13:15:08 -0700
Message-Id: <20050828201508.E2D15119446 at bugfood>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at fatooh.org
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

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

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

Package: java-package
Version: 0.25
Severity: normal
Tags: patch


These two patches add support for Blackdown Java 1.4.2-02. I've tested
this on amd64 but the i386 support should work fine.

Note:
I don't know what the right method is for finding
j2se_expected_min_size. I tested using a couple older blackdown version,
and 'du -s' on my filesystem reports sizes about 5% larger sizes than
those listed in blackdown-j2{sdk,re}.sh. Tarring up the directory from
an extracted file and then using 'ls -l' gave sizes that were a lot
closer (and a little on the small side), so that's what I used. I'd be
willing to re-make these patches if someone tells me a better method.

If these patches are acceptable they can supercede bug #316831.

-Corey

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  coreutils                     5.2.1-2    The GNU core utilities
ii  debhelper                     4.9.8      helper programs for debian/rules
ii  fakeroot                      1.4.3      Gives a fake root environment

java-package recommends no packages.

-- no debconf information

--===============7647579356885026678==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="blackdown-1.4.2-02-j2re.diff"

--- blackdown-j2re.sh.orig	2005-07-10 11:05:03.000000000 -0700
+++ blackdown-j2re.sh	2005-08-28 12:53:41.000000000 -0700
@@ -50,6 +50,11 @@
 	    j2se_expected_min_size=54 # 54958 kB
 	    found=true
 	    ;;
+	"j2re-1.4.2-02-linux-i586.bin") # SUPPORTED
+	    j2se_version=1.4.2+02
+	    j2se_expected_min_size=52 # 53910 kB
+	    found=true
+	    ;;
       esac
       ;;
     sparc|sparc-linux)
@@ -83,6 +88,11 @@
 	    j2se_expected_min_size=54 # 55071 kB
 	    found=true
 	    ;;
+	"j2re-1.4.2-02-linux-amd64.bin") # SUPPORTED
+	    j2se_version=1.4.2+02
+	    j2se_expected_min_size=52 # 54030 kB
+	    found=true
+	    ;;
       esac
       ;;
     powerpc|powerpc-linux)

--===============7647579356885026678==--

---------------------------------------
Received: (at 316831-close) by bugs.debian.org; 30 Aug 2005 00:38:34 +0000
>From katie at spohr.debian.org Mon Aug 29 17:38:34 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1E9u2n-0006rr-00; Mon, 29 Aug 2005 17:32:05 -0700
From: Barry Hawkins <barry at bytemason.org>
To: 316831-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#316831: fixed in java-package 0.26
Message-Id: <E1E9u2n-0006rr-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Mon, 29 Aug 2005 17:32:05 -0700
Delivered-To: 316831-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: java-package
Source-Version: 0.26

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:

java-package_0.26.dsc
  to pool/contrib/j/java-package/java-package_0.26.dsc
java-package_0.26.tar.gz
  to pool/contrib/j/java-package/java-package_0.26.tar.gz
java-package_0.26_all.deb
  to pool/contrib/j/java-package/java-package_0.26_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 316831 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry Hawkins <barry at bytemason.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 at debian.org)


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

Format: 1.7
Date: Thu, 18 Aug 2005 00:43:17 -0400
Source: java-package
Binary: java-package
Architecture: source all
Version: 0.26
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Changed-By: Barry Hawkins <barry at bytemason.org>
Description: 
 java-package - utility for building Java(TM) 2 related Debian packages
Closes: 272971 316831 317671 325554
Changes: 
 java-package (0.26) unstable; urgency=low
 .
   * Update standards version to 3.6.2
   * Resolve issues with powerpc-linux support detection (Closes: #317671)
   * Added support for Blackdown 1.4.2+02 release (Closes: #316831)
   * Added support for packaging Sun JDK documentation (Closes: #272971)
   * Modified make-jpkg behavior to default the generated packages'
     name and email address for the maintainer to Debian Java Maintainers
     (Closes: #325554)
Files: 
 9e7502c75bda7d950078f2aa9c3940ca 807 contrib/misc optional java-package_0.26.dsc
 089fe3749cf9185125180d93156d0707 19097 contrib/misc optional java-package_0.26.tar.gz
 13de2252182b662195aa044348709684 21268 contrib/misc optional java-package_0.26_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Signed by Jeroen van Wolffelaar <jeroen at wolffelaar.nl>

iD8DBQFDE6eLl2uISwgTVp8RAmbKAJ0dkrSkqdnPe/PXsp2vNI5OYSDFZACgzo7b
AkUZ8eX7ipaN2i/yG+13vns=
=3oWN
-----END PGP SIGNATURE-----




More information about the pkg-java-maintainers mailing list