[doxia] 06/15: debian/control: added descriptions and dependencies. debian/rules: tidied Classpath; corrected location of API docs.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 6 09:40:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to annotated tag debian/1.0-alpha-11-1
in repository doxia.

commit ed8fd851dd0bbaad09e29d963da2d9c68d471cd0
Author: Paul Cager <paul-debian at home.paulcager.org>
Date:   Mon Jun 18 23:37:04 2007 +0000

    debian/control: added descriptions and dependencies.
    debian/rules: tidied Classpath; corrected location of API docs.
---
 debian/control | 31 +++++++++++++++++++++++++++++--
 debian/rules   | 21 +--------------------
 2 files changed, 30 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index b0d9094..6b34527 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,39 @@ Standards-Version: 3.7.2
 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/
diff --git a/debian/rules b/debian/rules
index 1d4e4f4..1111826 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,25 +9,6 @@ VERSION              := $(shell dpkg-parsechangelog | egrep '^Version:' | sed 's
 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 @@ binary-post-install/lib$(PACKAGE)-java::
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/doxia.git



More information about the pkg-java-commits mailing list