[pkg-java] r3787 - trunk/aspectj/debian
tgg at alioth.debian.org
tgg at alioth.debian.org
Tue Jul 3 21:21:20 UTC 2007
Author: tgg
Date: 2007-07-03 21:21:20 +0000 (Tue, 03 Jul 2007)
New Revision: 3787
Modified:
trunk/aspectj/debian/aspectj-doc.docs
trunk/aspectj/debian/aspectj.dirs
trunk/aspectj/debian/rules
Log:
continue the work on AspectJ.
Yet to be done:
* fix unchunked doc output path
* check pdf
* check doc
* fix and install wrapper scripts
* bootstrap the last jar, aspectjtools.jar
Modified: trunk/aspectj/debian/aspectj-doc.docs
===================================================================
--- trunk/aspectj/debian/aspectj-doc.docs 2007-07-03 21:19:15 UTC (rev 3786)
+++ trunk/aspectj/debian/aspectj-doc.docs 2007-07-03 21:21:20 UTC (rev 3787)
@@ -1,10 +1 @@
-org.aspectj/modules/aj-build/dist/docs/doc/adk15notebook
-org.aspectj/modules/aj-build/dist/docs/doc/aspectj5rt-api
-org.aspectj/modules/aj-build/dist/docs/doc/devguide
-org.aspectj/modules/aj-build/dist/docs/doc/*.css
-org.aspectj/modules/aj-build/dist/docs/doc/*.html
-org.aspectj/modules/aj-build/dist/docs/doc/*.pdf
-org.aspectj/modules/aj-build/dist/docs/doc/*-api
-org.aspectj/modules/aj-build/dist/docs/doc/devguide
-org.aspectj/modules/aj-build/dist/docs/doc/pdguide
-org.aspectj/modules/aj-build/dist/docs/doc/progguide
+org.aspectj/modules/aj-build/dist/docs/doc/*
Modified: trunk/aspectj/debian/aspectj.dirs
===================================================================
--- trunk/aspectj/debian/aspectj.dirs 2007-07-03 21:19:15 UTC (rev 3786)
+++ trunk/aspectj/debian/aspectj.dirs 2007-07-03 21:21:20 UTC (rev 3787)
@@ -1,2 +1 @@
usr/share/java
-usr/share/aspectj/lib
Modified: trunk/aspectj/debian/rules
===================================================================
--- trunk/aspectj/debian/rules 2007-07-03 21:19:15 UTC (rev 3786)
+++ trunk/aspectj/debian/rules 2007-07-03 21:21:20 UTC (rev 3787)
@@ -7,6 +7,7 @@
JAVA_HOME := /usr/lib/jvm/java-gcj
MODULES := org.aspectj/modules
DEB_BUILDDIR = $(MODULES)/build
+DEB_COMPRESS_EXCLUDE = .pdf
MKDIR := mkdir -p
LN_S := ln -sf
@@ -73,7 +74,7 @@
rm -Rf $(MODULES)/lib/build
rm -Rf $(MODULES)/lib/bcel/bcel.jar
- (cd $(MODULES)/lib/ext/jrockit && rm -f jrockit.jar LICENSE.txt managementapi-jrockit81.jar)
+ -(cd $(MODULES)/lib/ext/jrockit && rm -f jrockit.jar LICENSE.txt managementapi-jrockit81.jar)
rm -Rf $(MODULES)/lib/asm
rm -Rf $(MODULES)/lib/docbook
More information about the pkg-java-commits
mailing list