Author: tgg Date: 2007-06-30 16:54:06 +0000 (Sat, 30 Jun 2007) New Revision: 3762
Added: trunk/aspectj/debian/aspectj.dirs trunk/aspectj/debian/aspectj.install Removed: trunk/aspectj/debian/script/ Modified: trunk/aspectj/debian/aspectj-doc.docs trunk/aspectj/debian/aspectj-doc.examples trunk/aspectj/debian/aspectj.links trunk/aspectj/debian/changelog Log: use .install files, fix .docs and .examples files. drop old script dir. Modified: trunk/aspectj/debian/aspectj-doc.docs =================================================================== --- trunk/aspectj/debian/aspectj-doc.docs 2007-06-30 15:38:52 UTC (rev 3761) +++ trunk/aspectj/debian/aspectj-doc.docs 2007-06-30 16:54:06 UTC (rev 3762) @@ -1,10 +1,10 @@ -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/README-11.html -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/changes.html -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/faq.html -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/index.html -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/porting.html -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/quick.pdf -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/quickA4.pdf -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/api -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/devguide -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/progguide +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 Modified: trunk/aspectj/debian/aspectj-doc.examples =================================================================== --- trunk/aspectj/debian/aspectj-doc.examples 2007-06-30 15:38:52 UTC (rev 3761) +++ trunk/aspectj/debian/aspectj-doc.examples 2007-06-30 16:54:06 UTC (rev 3762) @@ -1,13 +1 @@ -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/build.xml -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/bean -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/coordination -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/introduction -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/observer -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/spacewar -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/telecom -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/tjp -build-tree/org.aspectj/modules/aj-build/dist/docs/doc/examples/tracing - - - - +org.aspectj/modules/aj-build/dist/docs/doc/examples Added: trunk/aspectj/debian/aspectj.dirs =================================================================== --- trunk/aspectj/debian/aspectj.dirs (rev 0) +++ trunk/aspectj/debian/aspectj.dirs 2007-06-30 16:54:06 UTC (rev 3762) @@ -0,0 +1,2 @@ +usr/share/java +usr/share/aspectj/lib Added: trunk/aspectj/debian/aspectj.install =================================================================== --- trunk/aspectj/debian/aspectj.install (rev 0) +++ trunk/aspectj/debian/aspectj.install 2007-06-30 16:54:06 UTC (rev 3762) @@ -0,0 +1 @@ +org.aspectj/modules/aj-build/jars/*.jar usr/share/aspectj/lib Modified: trunk/aspectj/debian/aspectj.links =================================================================== --- trunk/aspectj/debian/aspectj.links 2007-06-30 15:38:52 UTC (rev 3761) +++ trunk/aspectj/debian/aspectj.links 2007-06-30 16:54:06 UTC (rev 3762) @@ -1,2 +1 @@ usr/share/aspectj/lib/runtime.jar usr/share/java/aspectjrt.jar - Modified: trunk/aspectj/debian/changelog =================================================================== --- trunk/aspectj/debian/changelog 2007-06-30 15:38:52 UTC (rev 3761) +++ trunk/aspectj/debian/changelog 2007-06-30 16:54:06 UTC (rev 3762) @@ -5,9 +5,9 @@ * AspectJ 5 builds cleanly with gcj/gij. Closes: #397559. * Bump debhelper level to 5. * Convert debian/rules to cdbs. - * Install ajdoc. + * Install wrappers for ajdoc, aj, and aj5. - -- Thomas Girard <[EMAIL PROTECTED]> Fri, 18 May 2007 14:06:35 +0000 + -- Thomas Girard <[EMAIL PROTECTED]> Sat, 30 Jun 2007 18:45:45 +0200 aspectj (1.1.1-2) unstable; urgency=low _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

