[pkg-java] r9944 - trunk/aspectj/debian
Damien Raude-Morvan
drazzib-guest at alioth.debian.org
Tue Aug 11 21:43:41 UTC 2009
Author: drazzib-guest
Date: 2009-08-11 21:43:41 +0000 (Tue, 11 Aug 2009)
New Revision: 9944
Modified:
trunk/aspectj/debian/changelog
trunk/aspectj/debian/copyright
Log:
[aspectj]
* Describe embedded code copies in debian/copyright
Modified: trunk/aspectj/debian/changelog
===================================================================
--- trunk/aspectj/debian/changelog 2009-08-11 21:29:57 UTC (rev 9943)
+++ trunk/aspectj/debian/changelog 2009-08-11 21:43:41 UTC (rev 9944)
@@ -21,7 +21,9 @@
- Rebuild and overwrite build.jar
* New 05_build_classpath patch to build AJDT
* Add Build-Depends on libasm3-java, eclipse-platform, gjdoc and html2text
- * Create a DFSG orig tarballs (see debian/README.source and debian/cvs-get.sh)
+ * Create a DFSG orig tarballs:
+ - Describe removed bits in debian/README.source
+ - Describe embedded code copies in debian/copyright
* debian/watch: mangle debian version to remove "+dfsg"
* Complete review of debian/copyright
* Use debhelper >= 7
Modified: trunk/aspectj/debian/copyright
===================================================================
--- trunk/aspectj/debian/copyright 2009-08-11 21:29:57 UTC (rev 9943)
+++ trunk/aspectj/debian/copyright 2009-08-11 21:43:41 UTC (rev 9944)
@@ -6,6 +6,33 @@
It was downloaded from <:pserver:anonymous at dev.eclipse.org:/cvsroot/tools>
using the script debian/cvs-get.sh.
+Tarball repack:
+ See debian/README.source and debian/cvs-get.sh
+
+Embedded code copies:
+
+ org.aspectj/modules/org.eclipse.jdt.core/jdtcore-for-aspectj-src.zip
+ (also in eclipse-jdt Debian package)
+
+ Modified JDT Core Compiler with some ".aj" files which are used to
+ include aspect code fragments in the JDT Core Compiler.
+ This special JDT Core Compiler is also moved to another package
+ org.aspect.org.eclipse instead of org.eclipse and included during build
+ in aspectjtools.jar
+
+ org.aspectj/modules/lib/bcel/bcel-src.zip
+ org.aspectj/modules/lib/bcel/bcel-verifier-src.zip
+ (also in libbcel-java)
+
+ This fork of BCEL code base is significantly modified to work with AspectJ.
+ In others words, AspectJ can't work with libbcel-java included in Debian
+ and this library cannot be modified to work with AspectJ without side
+ effect for others dependencies.
+ This forked BCEL is also moved to another package
+ org.aspect.org.apache instead of org.apache and included during build
+ in aspectjtools.jar
+
+
Authors:
Adrian Colyer <adrian_colyer at uk.ibm.com>
Alexandre Vasseur <avasseur at gmail.com>
More information about the pkg-java-commits
mailing list