[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#161603: marked as done (ITP: libconcurrency-java -- Utility classes for concurrent Java programming)



Your message dated Sun, 13 Nov 2005 08:42:02 -0800
with message-id <E1EbKva-0003Z5-5q@spohr.debian.org>
and subject line Bug#294540: fixed in concurrent-dfsg 1.3.4-1
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; 20 Sep 2002 01:47:16 +0000
>From steve@blckknght.org Thu Sep 19 20:47:16 2002
Return-path: <steve@blckknght.org>
Received: from bgm-24-169-161-134.stny.rr.com (ivanhoe.blckknght.org) [24.169.161.134] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17sCt1-0005XQ-00; Thu, 19 Sep 2002 20:47:15 -0500
Received: by ivanhoe.blckknght.org (Postfix, from userid 1000)
	id 2FA57208; Thu, 19 Sep 2002 21:46:25 -0400 (EDT)
Content-Type: text/plain; charset="ISO-8859-1"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Steven Barker" <steve@blckknght.org>
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
Subject: ITP: libconcurrency-java -- Utility classes for concurrent Java
	programming
X-Mailer: reportbug 1.99.60
Date: Thu, 19 Sep 2002 21:46:24 -0400
Message-Id: <20020920014625.2FA57208@ivanhoe.blckknght.org>
Delivered-To: submit@bugs.debian.org

Package: wnpp
Version: unavailable; reported 2002-09-19
Severity: wishlist

* Package name    : libconcurrency-java (, libconcurrency-java-doc?)
  Version         : 1.3.1
  Upstream Author : Doug Lea
* URL             : http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/
* License         : Public Domain (mostly, see "LEGAL ISSUES" below)
  Description     : Utility classes for concurrent Java programming

 Doug Lea's util.concurrent package provides standardized, efficient
 versions of utility classes commonly encountered in concurrent Java
 programming.  This code consists of implementations of ideas that have
 been around for ages, and is intended to save you the trouble of
 coding them yourself.
 .
 The Java package is declared as EDU.oswego.cs.dl.util.concurrent .
 .
 The homepage for this package is:
 http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/

This package is needed for the Onion Network FEC package I will ITP in a
few minutes.

LEGAL ISSUES

First:
Doug Lea says the following on the package's homepage:

   All classes are released to the public domain and may be used for any
   purpose whatsoever without permission or acknowledgment. Portions of the
   CopyOnWriteArrayList and ConcurrentReaderHashMap classes are adapted from
   Sun JDK source code. These are copyright of Sun Microsystems, Inc, and are
   used with their kind permission.

I will ask Sun Microsystems for a statement about distributing these files
in Debian.  Unless they give explicit permission, I will remove the
mentioned classes (and the classes that depend on them).

Second:
Further down, he says:

   These have been tested with JDK1.2+, but all except those relying on
   JDK1.2 java.util.collections (i.e., BoundedPriorityQueue and
   CopyOnWriteArrayList) should also work with JDK1.1.x. Workarounds exist
   for those relying on collections by obtaining the backported 1.1
   versions and follow the instructions. [...]

I see three ways to go about dealing with this:
 1) put the library in contrib, depending on java2-runtime (and
    with a build-dep on java2-compiler).  
 2) disable building the Java2 requiring classes, package in main
 3) find a free, java1.1 compatible version of the Collections API
    (the one refered to above is from Sun and very much non-free).

I will need a sponsor for this package, as I'm not yet a Debian developer.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux ivanhoe.blckknght.org 2.4.19-local #1 Mon Sep 9 00:10:27 EDT 2002 i686
Locale: LANG=en_US, LC_CTYPE=


---------------------------------------
Received: (at 294540-close) by bugs.debian.org; 13 Nov 2005 16:45:08 +0000
>From joerg@spohr.debian.org Sun Nov 13 08:45:08 2005
Return-path: <joerg@spohr.debian.org>
Received: from joerg by spohr.debian.org with local (Exim 4.50)
	id 1EbKva-0003Z5-5q; Sun, 13 Nov 2005 08:42:02 -0800
From: Wolfgang Baer <WBaer@gmx.de>
To: 294540-close@bugs.debian.org
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#294540: fixed in concurrent-dfsg 1.3.4-1
Message-Id: <E1EbKva-0003Z5-5q@spohr.debian.org>
Sender: Joerg Jaspert <joerg@spohr.debian.org>
Date: Sun, 13 Nov 2005 08:42:02 -0800
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: concurrent-dfsg
Source-Version: 1.3.4-1

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

concurrent-dfsg_1.3.4-1.diff.gz
  to pool/main/c/concurrent-dfsg/concurrent-dfsg_1.3.4-1.diff.gz
concurrent-dfsg_1.3.4-1.dsc
  to pool/main/c/concurrent-dfsg/concurrent-dfsg_1.3.4-1.dsc
concurrent-dfsg_1.3.4.orig.tar.gz
  to pool/main/c/concurrent-dfsg/concurrent-dfsg_1.3.4.orig.tar.gz
libconcurrent-java-doc_1.3.4-1_all.deb
  to pool/main/c/concurrent-dfsg/libconcurrent-java-doc_1.3.4-1_all.deb
libconcurrent-java_1.3.4-1_all.deb
  to pool/main/c/concurrent-dfsg/libconcurrent-java_1.3.4-1_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 294540@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wolfgang Baer <WBaer@gmx.de> (supplier of updated concurrent-dfsg 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: Sat, 29 Oct 2005 23:12:19 +0200
Source: concurrent-dfsg
Binary: libconcurrent-java-doc libconcurrent-java
Architecture: source all
Version: 1.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Wolfgang Baer <WBaer@gmx.de>
Description: 
 libconcurrent-java - utility classes for concurrent java programming
 libconcurrent-java-doc - documentation and javadoc api for libconcurrent-java
Closes: 161603 294540
Changes: 
 concurrent-dfsg (1.3.4-1) unstable; urgency=low
 .
   * Initial Release (closes: #294540, #161603)
   * The upstream source was repackaged due to inclusion
     of some SUN derived classes. The affected and therefore
     removed classes are documented in README.Debian. Steps
     to reproduce are given in the README.Debian-source file.
Files: 
 69d5306b5aed7495705aeeabc796fddb 722 libs optional concurrent-dfsg_1.3.4-1.dsc
 35f56de811b70442ae06d0ca801bf167 161219 libs optional concurrent-dfsg_1.3.4.orig.tar.gz
 6615b3cd567cfe9f7772cb83c209e16e 2225 libs optional concurrent-dfsg_1.3.4-1.diff.gz
 95d37747a6d0b982fdaaf434b0c0dd17 137356 libs optional libconcurrent-java_1.3.4-1_all.deb
 8d71307dd47c0f7557b7bff13f8e2d27 277480 doc optional libconcurrent-java-doc_1.3.4-1_all.deb

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

iD8DBQFDa4294vzFZu62tMIRAtEAAKCYn3Ok5RDwQxdHQI4ICR6z4R4wCQCgsbN2
dVByuMR+p6gp2a+nj/cmSxE=
=goIl
-----END PGP SIGNATURE-----



Reply to: