CVS asm/debian
Barry Hawkins
barryh-guest at haydn.debian.org
Tue Sep 13 03:27:26 UTC 2005
Update of /cvsroot/pkg-java/asm/debian
In directory haydn:/tmp/cvs-serv14951/debian
Modified Files:
changelog control libasm-java-doc.doc-base
Log Message:
Additional cleanup for release candidate of package
--- /cvsroot/pkg-java/asm/debian/changelog 2005/09/12 21:16:11 1.5
+++ /cvsroot/pkg-java/asm/debian/changelog 2005/09/13 03:27:26 1.6
@@ -30,4 +30,3 @@
(closes: #268643)
-- Marcus Crafter <crafterm at debian.org> Fri, 27 Aug 2004 19:08:25 +0200
-
--- /cvsroot/pkg-java/asm/debian/control 2005/09/12 21:16:11 1.7
+++ /cvsroot/pkg-java/asm/debian/control 2005/09/13 03:27:26 1.8
@@ -15,19 +15,19 @@
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
+ ASM offers similar functionalities as BCEL or SERP, but is much 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 on
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
+ SERP). 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.
Package: libasm-java-doc
Architecture: all
Suggests: libasm-java
-Description: Documentation for ASM, the java bytecode manipulation framework
+Description: Documentation for ASM, the Java(TM) 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.
+ just before they are loaded into a Java(TM) Virtual Machine.
.
- This package includes the javadocs and examples.
+ This package includes the API Javadoc and examples.
--- /cvsroot/pkg-java/asm/debian/libasm-java-doc.doc-base 2005/09/12 18:17:00 1.4
+++ /cvsroot/pkg-java/asm/debian/libasm-java-doc.doc-base 2005/09/13 03:27:26 1.5
@@ -1,5 +1,5 @@
Document: libasm-java-doc
-Title: API Javadoc for ASM Bytecode Manipulation framework
+Title: API Javadoc for ObjectWeb ASM Bytecode Manipulation Framework
Author: ObjectWeb ASM Project Team
Abstract: This is the API Javadoc provided by the Objectweb
ASM bytecode manipulation framework
@@ -8,4 +8,3 @@
Format: HTML
Index: /usr/share/doc/libasm-java-doc/api/index.html
Files: /usr/share/doc/libasm-java-doc/api/*.html
-
More information about the pkg-java-commits
mailing list