CVS asm/debian
Wolfgang B??r
wbaer-guest at haydn.debian.org
Mon Sep 12 21:16:11 UTC 2005
Update of /cvsroot/pkg-java/asm/debian
In directory haydn:/tmp/cvs-serv4488/debian
Modified Files:
changelog control rules
Removed Files:
ow_util_ant_tasks.uue
Log Message:
* Removed ow_util_ant_tasks.uue and build against libow-util-ant-tasks-java
* Removed sharutils build dependency - no longer needed
* Removed ${misc:Depends} from depends - not needed in binary all package
* Adjusted build-dep on libow-util-ant-tasks-java to fixed 1.3-2 version
* Fixed description to make linda happy
--- /cvsroot/pkg-java/asm/debian/changelog 2005/08/18 01:19:09 1.4
+++ /cvsroot/pkg-java/asm/debian/changelog 2005/09/12 21:16:11 1.5
@@ -2,6 +2,11 @@
* New upstream version.
* Package moved to main using kaffe and ant (Closes #310237)
+ * Removed ow_util_ant_tasks.uue and build against libow-util-ant-tasks-java
+ * Removed sharutils build dependency - no longer needed
+ * Removed ${misc:Depends} from depends - not needed in binary all package
+ * Adjusted build-dep on libow-util-ant-tasks-java to fixed 1.3-2 version
+ * Fixed description to make linda happy
* Package moved into Debian Java Maintainers project
* Updated standards version to 3.6.2
--- /cvsroot/pkg-java/asm/debian/control 2005/09/12 18:17:00 1.6
+++ /cvsroot/pkg-java/asm/debian/control 2005/09/12 21:16:11 1.7
@@ -3,18 +3,17 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Marcus Crafter <crafterm at debian.org>, Barry Hawkins <barry at bytemason.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), ant (>= 1.6.5-1), kaffe | java-compiler, sharutils, libow-util-ant-tasks-java (>= 1.3-1)
+Build-Depends-Indep: debhelper (>= 4.0.0), ant (>= 1.6.5-1), kaffe (>= 2:1.1.5-3), libow-util-ant-tasks-java (>= 1.3-2)
Standards-Version: 3.6.2.1
Package: libasm-java
Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: kaffe | java1-runtime | java2-runtime
Suggests: java-virtual-machine, libasm-java-doc
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.
+ 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
@@ -25,18 +24,10 @@
Package: libasm-java-doc
Architecture: all
-Depends: ${misc:Depends}
+Suggests: libasm-java
Description: Documentation for ASM, the 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.
+ 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.
.
This package includes the javadocs and examples.
--- /cvsroot/pkg-java/asm/debian/rules 2005/09/12 18:17:00 1.5
+++ /cvsroot/pkg-java/asm/debian/rules 2005/09/12 21:16:11 1.6
@@ -4,7 +4,7 @@
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
# Set a locale; currently using default
export LANG=C
@@ -20,7 +20,7 @@
JAVA_LIB=/usr/share/java
ANT_HOME=/usr/share/ant
-ANT_CLASSPATH=$(JAVA_LIB)/gnujaxp.jar:$(ANT_HOME)/lib/ant.jar:$(ANT_HOME)/lib/ant-launcher.jar:$(ANT_HOME)/lib/ant-junit.jar:$(JAVA_LIB)/junit.jar:$(JAVA_LIB)/xalan2.jar$(JAVA_LIB)/ow_util_ant_tasks.jar
+ANT_CLASSPATH=$(JAVA_LIB)/gnujaxp.jar:$(ANT_HOME)/lib/ant.jar:$(ANT_HOME)/lib/ant-launcher.jar:$(ANT_HOME)/lib/ant-junit.jar:$(JAVA_LIB)/junit.jar:$(JAVA_LIB)/xalan2.jar
# Set path to Ant properties file
ANT_PROPS=debian/ant.properties
@@ -29,22 +29,19 @@
# place '-verbose' before -propertyfile to
# obtain detailed build output.
ANT=$(JAVACMD) -classpath $(ANT_CLASSPATH) \
- org.apache.tools.ant.Main -verbose -propertyfile $(ANT_PROPS)
+ org.apache.tools.ant.Main -propertyfile $(ANT_PROPS)
build: build-stamp
build-stamp: patch-stamp
- dh_testdir
- #uudecode debian/ow_util_ant_tasks.uue > ow_util_ant_tasks.jar
+ dh_testdir
$(ANT) dist
touch build-stamp
clean: unpatch
dh_testdir
dh_testroot
- rm -f build-stamp configure-stamp
- #rm -f ow_util_ant_tasks.jar
- # Add here commands to clean up after the build process.
+ rm -f build-stamp configure-stamp
$(ANT) clean
dh_clean
More information about the pkg-java-commits
mailing list