This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-interactivity-api.
commit a4dc6474ffa7e0bbb8febd593bd5475c38e5376a Author: Paul Cager <[email protected]> Date: Sun Apr 1 23:10:45 2007 +0000 Tidied package descriptions. Corrected dependencies. --- debian/build.xml | 14 ++++++++++++-- debian/control | 26 ++++++++++++++++++++++---- debian/rules | 2 +- 3 files changed, 35 insertions(+), 7 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 31833f9..97b86a5 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -65,8 +65,18 @@ author="true" version="true" windowtitle="${package} API" - doctitle="${package} - ${version}" - /> + doctitle="${package} - ${version}" + classpath="${java.class.path}" + > + <link packagelistLoc="/usr/share/doc/libplexus-classworlds-java/api" + href="/usr/share/doc/libplexus-classworlds-java/api/" /> + <link packagelistLoc="/usr/share/doc/classpath-doc/api" + href="/usr/share/doc/classpath-doc/api/" /> + <link packagelistLoc="/usr/share/doc/libplexus-utils-java/api" + href="/usr/share/doc/libplexus-utils-java/api/" /> + <link packagelistLoc="/usr/share/doc/libplexus-component-api-java/api" + href="/usr/share/doc/libplexus-component-api-java/api/" /> + </javadoc> </target> <target name="clean" depends="init"> diff --git a/debian/control b/debian/control index 2f12bfa..652d8f6 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Uploaders: Paul Cager <[email protected]> Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java, libplexus-component-api-java, libplexus-component-api-java-doc, - libplexus-utils-java, - libplexus-utils-java-doc, + libplexus-utils-java, + libplexus-utils-java-doc Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.7.2 @@ -16,7 +16,7 @@ Architecture: all Depends: libplexus-component-api-java Section: libs Suggests: libplexus-interactivity-api-java-doc -Description: utilities for the Plexus framework +Description: interactivity API for the Plexus framework The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components @@ -43,6 +43,24 @@ Section: doc Depends: classpath-doc, libplexus-component-api-java-doc Suggests: libplexus-interactivity-api-java Description: API Documentation for plexus-interactivity-api - Documentation for plexus-interactivity-api, part of the Plexus framework. + The Plexus project provides a full software stack for creating and executing + software projects. Based on the Plexus container, the applications can + utilise component-oriented programming to build modular, reusable components + that can easily be assembled and reused. + . + While Plexus is similar to other inversion-of-control (IoC) or dependency + injection frameworks such as the Spring Framework, it is a full-fledged + container that supports many more features such as: + . + * Component lifecycles + * Component instantiation strategies + * Nested containers + * Component configuration + * Auto-wiring + * Component dependencies, and + * Various dependency injection techniques including constructor injection, + setter injection, and private field injection. + . + This package contains the API documentation for plexus-interactivity-api. . Homepage: http://plexus.codehaus.org/ diff --git a/debian/rules b/debian/rules index 23d42b2..8253220 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ 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 xalan2 \ /usr/share/java/plexus-classworlds.jar /usr/share/java/plexus-component-api.jar \ - /usr/share/java/plexus-utils.jar + /usr/share/java/libplexus-utils.jar DEB_ANT_BUILD_TARGET := package DEB_ANT_BUILDFILE := ./debian/build.xml DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-interactivity-api.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

