Your message dated Thu, 02 Sep 2004 22:48:00 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#268643: fixed in asm 1.4.3-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; 28 Aug 2004 14:19:53 +0000 >From [EMAIL PROTECTED] Sat Aug 28 07:19:53 2004 Return-path: <[EMAIL PROTECTED]> Received: from (fw03.mgsft.com) [81.2.149.2] by spohr.debian.org with smtp (Exim 3.35 1 (Debian)) id 1C143d-0003UA-00; Sat, 28 Aug 2004 07:19:53 -0700 Received: (qmail 5598 invoked by uid 0); 28 Aug 2004 14:19:51 -0000 Received: from bellagio.mgsft.com (HELO bellagio) (192.168.20.65) by fw03.osa.de with SMTP; 28 Aug 2004 14:19:51 -0000 Received: from crafterm by bellagio with local (Exim 4.34) id 1C13xV-0001eI-A5; Sat, 28 Aug 2004 16:13:33 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Marcus Crafter <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ITP: libasm-java -- Java bytecode manipulation framework X-Mailer: reportbug 2.63 Date: Sat, 28 Aug 2004 16:13:33 +0200 X-Debbugs-Cc: debian-devel@lists.debian.org Message-Id: <[EMAIL PROTECTED]> Sender: Marcus Crafter <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] 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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: wnpp Severity: wishlist * Package name : libasm-java Version : 1.4.3 Upstream Author : Eric Bruneton, Eugene Kuleshov * URL : http://asm.objectweb.org/ * License : BSD Description : Java bytecode manipulation framework ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as BCEL or SERP, but is much more smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic and static way and was therefore designed and implemented to be as small and as fast as possible. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8 Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to en_US) --------------------------------------- Received: (at 268643-close) by bugs.debian.org; 3 Sep 2004 02:53:21 +0000 >From [EMAIL PROTECTED] Thu Sep 02 19:53:21 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C34CX-0000qq-00; Thu, 02 Sep 2004 19:53:21 -0700 Received: from rdonald by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1C347M-0003OO-00; Thu, 02 Sep 2004 22:48:00 -0400 From: Marcus Crafter <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#268643: fixed in asm 1.4.3-1 Message-Id: <[EMAIL PROTECTED]> Sender: Randall Donald <[EMAIL PROTECTED]> Date: Thu, 02 Sep 2004 22:48:00 -0400 Delivered-To: [EMAIL PROTECTED] 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: Source: asm Source-Version: 1.4.3-1 We believe that the bug you reported is fixed in the latest version of asm, which is due to be installed in the Debian FTP archive: asm_1.4.3-1.diff.gz to pool/contrib/a/asm/asm_1.4.3-1.diff.gz asm_1.4.3-1.dsc to pool/contrib/a/asm/asm_1.4.3-1.dsc asm_1.4.3.orig.tar.gz to pool/contrib/a/asm/asm_1.4.3.orig.tar.gz libasm-java-doc_1.4.3-1_all.deb to pool/contrib/a/asm/libasm-java-doc_1.4.3-1_all.deb libasm-java_1.4.3-1_all.deb to pool/contrib/a/asm/libasm-java_1.4.3-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. Marcus Crafter <[EMAIL PROTECTED]> (supplier of updated asm 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: Fri, 27 Aug 2004 19:08:25 +0200 Source: asm Binary: libasm-java-doc libasm-java Architecture: source all Version: 1.4.3-1 Distribution: unstable Urgency: low Maintainer: Marcus Crafter <[EMAIL PROTECTED]> Changed-By: Marcus Crafter <[EMAIL PROTECTED]> Description: libasm-java - Java bytecode manipulation framework libasm-java-doc - Documentation for ASM, the java bytecode manipulation framework Closes: 268643 Changes: asm (1.4.3-1) unstable; urgency=low . * Initial Release. (closes: #268643) Files: e1236f9f7213fb082095da350e7778b6 622 contrib/devel optional asm_1.4.3-1.dsc fb20d57fea9d59bec051401ff4d287c7 135980 contrib/devel optional asm_1.4.3.orig.tar.gz 6fae66663911f0d4314b746843fc95e9 23033 contrib/devel optional asm_1.4.3-1.diff.gz ff695323ee4b9bd312d8058a7e0e17a3 138798 contrib/devel optional libasm-java_1.4.3-1_all.deb 63d13de64e003789452002c5be72fdc3 228270 contrib/devel optional libasm-java-doc_1.4.3-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBMNNOOU0v48TFe0IRAoA9AKCpYh19Jf99L67N+gY/vITaGiMu9QCgy586 pv4EwDrTyIQeVLQtn8EfIN4= =xGtv -----END PGP SIGNATURE-----