Author: varun-guest
Date: 2007-12-14 11:02:12 +0000 (Fri, 14 Dec 2007)
New Revision: 5027

Added:
   trunk/groovy/debian/groovy-doc.doc-base
   trunk/groovy/debian/groovy-doc.install
Removed:
   trunk/groovy/debian/groovy-doc.dirs
   trunk/groovy/debian/groovy-doc.doc-base.api
   trunk/groovy/debian/groovy-doc.doc-base.javadocs
   trunk/groovy/debian/groovy-doc.doc-base.website
Modified:
   trunk/groovy/debian/changelog
   trunk/groovy/debian/rules
Log:
* debian/rules: call javadoc
* Clean up javadoc installation.

Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog       2007-12-13 21:53:25 UTC (rev 5026)
+++ trunk/groovy/debian/changelog       2007-12-14 11:02:12 UTC (rev 5027)
@@ -10,6 +10,8 @@
   * Move build.xml to debian directory.
   * Exclude ConsoleView.groovy and BasicContentPane.groovy from compiling
     because of BUG: exception in phase 'conversion' in source unit.
+  * debian/rules: call javadoc
+  * Clean up javadoc installation.
 
   [ Torsten Werner ]
   * Switch to libservlet2.4-java.

Deleted: trunk/groovy/debian/groovy-doc.dirs
===================================================================
--- trunk/groovy/debian/groovy-doc.dirs 2007-12-13 21:53:25 UTC (rev 5026)
+++ trunk/groovy/debian/groovy-doc.dirs 2007-12-14 11:02:12 UTC (rev 5027)
@@ -1 +0,0 @@
-usr/share/doc/groovy-doc

Copied: trunk/groovy/debian/groovy-doc.doc-base (from rev 5026, 
trunk/groovy/debian/groovy-doc.doc-base.api)
===================================================================
--- trunk/groovy/debian/groovy-doc.doc-base                             (rev 0)
+++ trunk/groovy/debian/groovy-doc.doc-base     2007-12-14 11:02:12 UTC (rev 
5027)
@@ -0,0 +1,9 @@
+Document: groovy-doc
+Title: Groovy API Documentation
+Author: Groovy Development Team ([EMAIL PROTECTED])
+Abstract: This manual is the Groovy API documemtation. This is the Groovy API 
extensions added to default Java types.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/groovy-doc/api/index.html
+Files: /usr/share/doc/groovy-doc/api/*

Deleted: trunk/groovy/debian/groovy-doc.doc-base.api
===================================================================
--- trunk/groovy/debian/groovy-doc.doc-base.api 2007-12-13 21:53:25 UTC (rev 
5026)
+++ trunk/groovy/debian/groovy-doc.doc-base.api 2007-12-14 11:02:12 UTC (rev 
5027)
@@ -1,11 +0,0 @@
-Document: groovy-doc
-Title: Groovy API Documentation
-Author: Groovy Development Team ([EMAIL PROTECTED])
-Abstract: This manual is the Groovy API documemtation. This is the Groovy API 
extensions added to default Java types.
-Section: unknown
-
-Format: HTML
-Index: /usr/share/doc/groovy-doc/groovy-jdk.html
-Files: /usr/share/doc/groovy-doc/groovy-jdk.html
-
-  

Deleted: trunk/groovy/debian/groovy-doc.doc-base.javadocs
===================================================================
--- trunk/groovy/debian/groovy-doc.doc-base.javadocs    2007-12-13 21:53:25 UTC 
(rev 5026)
+++ trunk/groovy/debian/groovy-doc.doc-base.javadocs    2007-12-14 11:02:12 UTC 
(rev 5027)
@@ -1,11 +0,0 @@
-Document: groovy-doc
-Title: Groovy Javadoc Documentation
-Author: Groovy Development Team ([EMAIL PROTECTED])
-Abstract: This manual is the Groovy Javadoc API documemtation. This is the 
documentation of the Groovy classes itself (ie. groovy.* and 
org.codehaus.groovy.*).
-Section: unknown
-
-Format: HTML
-Index: /usr/share/doc/groovy-doc/groovy.codehaus.org/apidocs/index.html
-Files: /usr/share/doc/groovy-doc/groovy.codehaus.org/apidocs/*.html
-
-  

Deleted: trunk/groovy/debian/groovy-doc.doc-base.website
===================================================================
--- trunk/groovy/debian/groovy-doc.doc-base.website     2007-12-13 21:53:25 UTC 
(rev 5026)
+++ trunk/groovy/debian/groovy-doc.doc-base.website     2007-12-14 11:02:12 UTC 
(rev 5027)
@@ -1,11 +0,0 @@
-Document: groovy-doc
-Title: Groovy Javadoc Documentation
-Author: Groovy Development Team ([EMAIL PROTECTED])
-Abstract: This manual is a shallow copy of the Groovy website.
-Section: unknown
-
-Format: HTML
-Index: /usr/share/doc/groovy-doc/groovy.codehaus.org/Home.html
-Files: /usr/share/doc/groovy-doc/groovy.codehaus.org/*.html
-
-  

Added: trunk/groovy/debian/groovy-doc.install
===================================================================
--- trunk/groovy/debian/groovy-doc.install                              (rev 0)
+++ trunk/groovy/debian/groovy-doc.install      2007-12-14 11:02:12 UTC (rev 
5027)
@@ -0,0 +1 @@
+target/docs/api/*      /usr/share/doc/groovy-doc/api/

Modified: trunk/groovy/debian/rules
===================================================================
--- trunk/groovy/debian/rules   2007-12-13 21:53:25 UTC (rev 5026)
+++ trunk/groovy/debian/rules   2007-12-14 11:02:12 UTC (rev 5027)
@@ -5,6 +5,7 @@
 
 JAVA_HOME              := /usr/lib/jvm/java-gcj
 DEB_ANT_BUILDFILE      := debian/build.xml
+DEB_ANT_BUILD_TARGET   := jar javadoc
 DEB_JARS  := mockobjects-core servlet-api jsp-api commons-cli antlr \
              xstream bsf xercesImpl jline junit4 xstream jline
 


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to