Your message dated Sun, 13 Nov 2005 08:42:02 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#161603: 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; 10 Feb 2005 08:55:14 +0000 >From [EMAIL PROTECTED] Thu Feb 10 00:55:14 2005 Return-path: <[EMAIL PROTECTED]> Received: from imap.gmx.net (mail.gmx.net) [213.165.64.20] by spohr.debian.org with smtp (Exim 3.35 1 (Debian)) id 1CzA6T-0002YO-00; Thu, 10 Feb 2005 00:55:13 -0800 Received: (qmail invoked by alias); 10 Feb 2005 08:54:42 -0000 Received: from unknown (EHLO gandalf.iuw.uni-vechta.de) (131.173.86.161) by mail.gmx.net (mp002) with SMTP; 10 Feb 2005 09:54:42 +0100 X-Authenticated: #1941950 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Wolfgang Baer <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ITP: concurrent -- utility classes for concurrent java programming Bcc: Wolfgang Baer <[EMAIL PROTECTED]> X-Mailer: reportbug 3.2 Date: Thu, 10 Feb 2005 09:54:42 +0100 X-Debbugs-Cc: debian-devel@lists.debian.org X-Y-GMX-Trusted: 0 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] 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-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: wnpp Severity: wishlist Package name : concurrent Version : 1.3.4 Upstream Author : Doug Lea <[EMAIL PROTECTED]> URL : http://gee.cs.oswego.edu/dl License : Public domain Description : utility classes for concurrent java programming The concurrent java library provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming. Discussions of the rationale and applications of several of these classes can be found in the second edition of Concurrent Programming in Java. The package mainly consists of implementations of a few interfaces: * Sync -- locks, conditions * Channel -- queues, buffers * Barrier -- multi-party synchronization * SynchronizedVariable -- atomic ints, refs etc * java.util.Collection -- collections * Executor -- replacements for direct use of Thread Plus some utilities and frameworks that build upon these. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.10 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) --------------------------------------- Received: (at 161603-close) by bugs.debian.org; 13 Nov 2005 16:45:07 +0000 >From [EMAIL PROTECTED] Sun Nov 13 08:45:07 2005 Return-path: <[EMAIL PROTECTED]> Received: from joerg by spohr.debian.org with local (Exim 4.50) id 1EbKva-0003Z3-4t; Sun, 13 Nov 2005 08:42:02 -0800 From: Wolfgang Baer <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#161603: fixed in concurrent-dfsg 1.3.4-1 Message-Id: <[EMAIL PROTECTED]> Sender: Joerg Jaspert <[EMAIL PROTECTED]> 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 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Wolfgang Baer <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED]) -----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 <[EMAIL PROTECTED]> 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----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]