[pkg-java] r3767 - trunk/aspectwerkz1/debian

avdyk at alioth.debian.org avdyk at alioth.debian.org
Mon Jul 2 21:20:24 UTC 2007


Author: avdyk
Date: 2007-07-02 21:20:24 +0000 (Mon, 02 Jul 2007)
New Revision: 3767

Added:
   trunk/aspectwerkz1/debian/changelog
   trunk/aspectwerkz1/debian/compat
   trunk/aspectwerkz1/debian/control
   trunk/aspectwerkz1/debian/libaspectwerkz1-java.dirs
   trunk/aspectwerkz1/debian/rules
Log:
aspectwerkz preliminary work

Added: trunk/aspectwerkz1/debian/changelog
===================================================================
--- trunk/aspectwerkz1/debian/changelog	                        (rev 0)
+++ trunk/aspectwerkz1/debian/changelog	2007-07-02 21:20:24 UTC (rev 3767)
@@ -0,0 +1,5 @@
+aspectwerkz1 (1.0.dfsg.1-1) unstable; urgency=low
+
+  * Initial Release (closes: #418579).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Wed, 11 Apr 2007 16:51:03 +0200

Added: trunk/aspectwerkz1/debian/compat
===================================================================
--- trunk/aspectwerkz1/debian/compat	                        (rev 0)
+++ trunk/aspectwerkz1/debian/compat	2007-07-02 21:20:24 UTC (rev 3767)
@@ -0,0 +1 @@
+4

Added: trunk/aspectwerkz1/debian/control
===================================================================
--- trunk/aspectwerkz1/debian/control	                        (rev 0)
+++ trunk/aspectwerkz1/debian/control	2007-07-02 21:20:24 UTC (rev 3767)
@@ -0,0 +1,42 @@
+Source: aspectwerkz1
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>
+Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, cdbs, libasm-java, junit, libdom4j-java, libjrexx-java, libjarjar-java, libtrove-java, libqdox-java, libjavassist-java
+Standards-Version: 3.7.2
+
+Package: libaspectwerkz1-java
+Section: libs
+Architecture: all
+Depends: java-gcj-compat | java2-runtime, libasm-java, libdom4j-java, libjrexx-java
+Description: AOP framework for Java
+ AspectWerkz is a dynamic, lightweight and high-performant AOP framework
+ for Java.
+ .
+ AspectWerkz offers both power and simplicity and will help you to
+ easily integrate AOP in both new and existing projects.
+ .
+ AspectWerkz utilizes bytecode modification to weave your classes at
+ project build-time, class load time or runtime. It hooks in using
+ standardized JVM level APIs. It has a rich and highly orthogonal join
+ point model. Aspects, advices and introductions are written in plain
+ Java and your target classes can be regular POJOs. You have the
+ possibility to add, remove and re-structure advice as well as swapping
+ the implementation of your introductions at runtime. Your aspects can
+ be defined using either Java 5 annotations, Java 1.3/1.4 custom doclets
+ or a simple XML definition file.
+ .
+ AspectWerkz provides an API to use the very same aspects for proxies,
+ hence providing a transparent experience, allowing a smooth transition
+ for users familiar with proxies.
+
+Package: libaspectwerkz1-java-doc
+Section: doc
+Architecture: all
+Suggests: libaspectwerkz1-java
+Description: Javadoc for libaspectwerkz1-java
+ AspectWerkz is a dynamic, lightweight and high-performant AOP framework
+ for Java.
+ .
+ This package includes the documentation.

Added: trunk/aspectwerkz1/debian/libaspectwerkz1-java.dirs
===================================================================
--- trunk/aspectwerkz1/debian/libaspectwerkz1-java.dirs	                        (rev 0)
+++ trunk/aspectwerkz1/debian/libaspectwerkz1-java.dirs	2007-07-02 21:20:24 UTC (rev 3767)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/aspectwerkz1/debian/rules
===================================================================
--- trunk/aspectwerkz1/debian/rules	                        (rev 0)
+++ trunk/aspectwerkz1/debian/rules	2007-07-02 21:20:24 UTC (rev 3767)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+# debian/rules file for aspectwerkz1 (uses cdbs)
+
+export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj/
+ANT_HOME := /usr/share/ant
+
+DEB_JARS := asm asm-attrs asm-util junit dom4j jrexx jarjar trove qdox javassist
+
+#aspectwerkz-1.0.jar
+#aspectwerkz-core-1.0.jar
+#aspectwerkz-extensions-1.0.jar
+#concurrent-1.3.1.jar
+#junitperf.jar
+#managementapi-jrockit81.jar
+#manifest-core.mf
+#manifest.mf
+#piccolo-1.03.jar
+
+DEB_ANT_BUILD_TARGET := compile # javadocs
+
+#clean::
+#	-rm -rf build


Property changes on: trunk/aspectwerkz1/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-java-commits mailing list