This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-velocity.
commit e377ffb6b2daacc889f855a202cbf9c779c34bd6 Author: Paul Cager <[email protected]> Date: Tue Jun 12 23:26:47 2007 +0000 Fixed descriptions and other boring bits --- debian/changelog | 5 ++- debian/control | 59 +++++++++++++++++++++++++---- debian/copyright | 39 +++++++++++++++++++ debian/libplexus-velocity-java-doc.doc-base | 9 +++++ debian/rules | 12 +++--- 5 files changed, 108 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index dacfc7e..4fee443 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ plexus-velocity (1.1.2-1) unstable; urgency=low - * Initial release. (Closes: #???) + * Initial release. (Closes: #426227) + + -- Paul Cager <[email protected]> Tue, 12 Jun 2007 23:57:35 +0100 - -- Trygve Laugstol <[email protected]> Mon, 28 May 2007 13:08:30 +0200 diff --git a/debian/control b/debian/control index b9c0f6e..c17cd93 100644 --- a/debian/control +++ b/debian/control @@ -2,22 +2,65 @@ Source: plexus-velocity Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Trygve Laugstol <[email protected]> +Uploaders: Trygve Laugstol <[email protected]>, + Paul Cager <[email protected]> Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java, - libplexus-container-default-java, velocity, junit, junit-doc + libplexus-container-default-java, velocity, junit, junit-doc, + maven-ant-helper Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.7.2 Package: libplexus-velocity-java Architecture: all Section: libs -Depends: libplexus-container-default-java, velocity -Suggests: libplexus-container-default-java-doc -Description: +Depends: +Suggests: libplexus-velocity-java-doc +Description: Plexus component interface to velocity + 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. + . + Homepage: http://plexus.codehaus.org/ + Package: libplexus-velocity-java-doc Architecture: all Section: doc -Depends: -Recommends: classpath-doc, libplexus-container-default-java-doc, velocity-doc -Description: +Depends: classpath-doc +Suggests: libplexus-velocity-java +Description: API Documentation for plexus-velocity + 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-velocity. + . + Homepage: http://plexus.codehaus.org/ diff --git a/debian/copyright b/debian/copyright index e69de29..b2fd7b6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by + Trygve Laugstol <[email protected]> + Paul Cager <[email protected]> + +The Debian packaging is Copyright (c) 2007 Trygve Laugstol and is licensed under +the GNU General Public License version 2. On Debian systems, the complete text +of the GNU General Public License version 2 can be found in +'/usr/share/common-licenses/GPL-2'. + + +plexus-i18n was downloaded from + http://svn.codehaus.org/plexus/tags/plexus-i18n-$(VERSION) + +Upstream Authors: + The Apache Software Foundation + The Codehaus Foundation + + +COPYRIGHT NOTICES: + + Copyright (c) 2007, Codehaus.org + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. diff --git a/debian/libplexus-velocity-java-doc.doc-base b/debian/libplexus-velocity-java-doc.doc-base new file mode 100644 index 0000000..ebaaa7b --- /dev/null +++ b/debian/libplexus-velocity-java-doc.doc-base @@ -0,0 +1,9 @@ +Document: libplexus-velocity-java +Title: API Javadoc for libplexus-velocity +Author: plexus-velocity developers +Abstract: This is the API Javadoc provided by the libplexus-velocity library. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libplexus-velocity-java/api/index.html +Files: /usr/share/doc/libplexus-velocity-java/api/* diff --git a/debian/rules b/debian/rules index 51f909f..9b4c17c 100755 --- a/debian/rules +++ b/debian/rules @@ -8,17 +8,16 @@ PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g") 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 $(ANT_HOME)/lib/ant-junit.jar /usr/share/java/junit.jar +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar $(ANT_HOME)/lib/ant-junit.jar \ + junit.jar DEB_ANT_BUILD_TARGET := package javadoc DEB_ANT_BUILDFILE := ./debian/build.xml -DEB_ANT_ARGS := -DartifactId=$(PACKAGE) -Dversion=$(VERSION) -#DEB_ANT_INVOKE := ant -verbose -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -f $(BUILD_FILE) -API_DOCS := build/javadoc +DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -DartifactId=$(PACKAGE) -Dversion=$(VERSION) +API_DOCS := build/api SVN := http://svn.codehaus.org/plexus/tags/$(PACKAGE)-$(VERSION) -REVISION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d- | sed 's/.*svn//' | sed 's/[^0-9].*//') get-orig-source: - echo "Getting revision $(REVISION) from $(SVN)" + echo "Getting version $(VERSION) from $(SVN)" mkdir orig_tmp cd orig_tmp && \ svn export -q $(SVN) $(PACKAGE) && \ @@ -30,4 +29,5 @@ binary-post-install/lib$(PACKAGE)-java:: dh_link -plib$(PACKAGE)-java usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar; binary-post-install/lib$(PACKAGE)-java-doc:: + mv build/javadoc build/api 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/plexus-velocity.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

