Author: paulcager-guest
Date: 2007-06-18 23:37:04 +0000 (Mon, 18 Jun 2007)
New Revision: 3728

Modified:
   trunk/doxia/debian/control
   trunk/doxia/debian/rules
Log:
debian/control: added descriptions and dependencies.
debian/rules: tidied Classpath; corrected location of API docs.

Modified: trunk/doxia/debian/control
===================================================================
--- trunk/doxia/debian/control  2007-06-18 19:23:05 UTC (rev 3727)
+++ trunk/doxia/debian/control  2007-06-18 23:37:04 UTC (rev 3728)
@@ -10,12 +10,39 @@
 Package: libdoxia-java
 Architecture: all
 Section: devel
+Depends: libplexus-utils-java, velocity, libplexus-container-default-java, 
libplexus-velocity-java
 Suggests: libdoxia-java-doc
-Description: 
+Description: a powerful content generation framework
+ Doxia is a content generation framework which aims to provide its users 
+ with powerful techniques for generating static and dynamic content.
+ .
+ Doxia can be used to generate static sites in addition to being 
+ incorporated into dynamic content generation systems like blogs, wikis 
+ and content management systems.  
+ .
+ Doxia is used exensively by Maven and it powers the entire 
+ documentation system of Maven. It gives Maven the ability to take any 
+ document that Doxia supports and output it any format.
+ .
+  Homepage: http://maven.apache.org/doxia/
 
 Package: libdoxia-java-doc
 Architecture: all
 Section: doc
 Depends: classpath-doc
 Suggests: libdoxia-java
-Description:
+Description: a powerful content generation framework
+ Doxia is a content generation framework which aims to provide its users 
+ with powerful techniques for generating static and dynamic content.
+ .
+ Doxia can be used to generate static sites in addition to being 
+ incorporated into dynamic content generation systems like blogs, wikis 
+ and content management systems.  
+ .
+ Doxia is used exensively by Maven and it powers the entire 
+ documentation system of Maven. It gives Maven the ability to take any 
+ document that Doxia supports and output it any format.
+ .
+ This package provides the API documentation for Doxia.
+ .
+  Homepage: http://maven.apache.org/doxia/

Modified: trunk/doxia/debian/rules
===================================================================
--- trunk/doxia/debian/rules    2007-06-18 19:23:05 UTC (rev 3727)
+++ trunk/doxia/debian/rules    2007-06-18 23:37:04 UTC (rev 3728)
@@ -9,25 +9,6 @@
 JAVA_HOME            := /usr/lib/jvm/java-gcj
 ANT_HOME             := /usr/share/ant
 DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar 
$(ANT_HOME)/lib/ant-trax.jar
-XXDEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar 
$(ANT_HOME)/lib/ant-trax.jar \
-                       junit.jar \
-                       commons-cli.jar \
-                       ant-launcher.jar \
-                       ant.jar \
-                       bsh.jar \
-                       plexus-i18n \
-                       maven-ant-helper.jar \
-                        classworlds.jar \
-                        plexus-utils.jar \
-                        plexus-container-default.jar \
-                        plexus-interactivity-api.jar \
-                        \
-                        modello-core.jar \
-                        modello-plugin-xml.jar \
-                        modello-plugin-xpp3.jar \
-
-#    TODO - all of the build-depends above must be copied into control
-
 DEB_ANT_BUILD_TARGET := package javadoc
 DEB_ANT_BUILDFILE    := ./debian/build.xml
 DEB_ANT_ARGS         := -Dversion=$(VERSION)
@@ -54,4 +35,4 @@
        dh_link -plib$(PACKAGE)-java 
usr/share/java/$(PACKAGE)-sink-api-$(VERSION).jar 
usr/share/java/$(PACKAGE)-sink-api.jar
 
 binary-post-install/lib$(PACKAGE)-java-doc::
-       dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) usr/share/doc/$(PACKAGE)
+       dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) 
usr/share/doc/lib$(PACKAGE)-java


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

Reply via email to