This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-i18n.
commit 6126baaaf8597a38379ddf6ee4fa1ddb03f1dab1 Author: Paul Cager <[email protected]> Date: Tue Jun 12 21:50:59 2007 +0000 Created API docs in "api" dir. Added doc-base. Added myself to Uploaders. Changed upstream version - could not find tag for beta-7. --- debian/build.xml | 1 - debian/changelog | 6 ++-- debian/control | 64 +++++++++++++++++++++++++++------ debian/copyright | 39 ++++++++++++++++++++ debian/libplexus-i18n-java-doc.doc-base | 9 +++++ debian/rules | 23 +++++++----- 6 files changed, 119 insertions(+), 23 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 4310952..f13a297 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -15,7 +15,6 @@ <ant target="package" antfile="${maven.build.xml}" dir="."> <property name="artifactId" value="${artfiactId}"/> </ant> - <!--<copy file="build/plexus-container-default-${version}.jar" tofile="build/plexus-container-default-1.0.jar"/> --> </target> <target name="javadoc"> diff --git a/debian/changelog b/debian/changelog index 1ae488b..b3517d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -plexus-i18n (1.0-beta-7-1) unstable; urgency=low +plexus-i18n (1.0-beta-6-1) unstable; urgency=low - * Initial release. (Closes: #???) + * Initial release. (Closes: #428575) - -- Trygve Laugstol <[email protected]> Mon, 28 May 2007 12:29:00 +0200 + -- Paul Cager <[email protected]> Tue, 12 Jun 2007 18:55:48 +0100 diff --git a/debian/control b/debian/control index aaeca47..7d8aab2 100644 --- a/debian/control +++ b/debian/control @@ -2,22 +2,66 @@ Source: plexus-i18n Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Trygve Laugstol <[email protected]> -Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java, - libplexus-container-default-java, junit, junit-doc, maven-ant-helper +Uploaders: Trygve Laugstol <[email protected]>, + Paul Cager <[email protected]> +Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java, junit, + maven-ant-helper, + libplexus-container-default-java, + libplexus-utils-java Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.7.2 Package: libplexus-i18n-java Architecture: all Section: libs -Depends: libplexus-container-default-java -Suggests: libplexus-container-default-java-doc -Description: +Depends: libplexus-container-default-java, libplexus-utils-java +Suggests: libplexus-i18n-java-doc +Description: internationalisation utilities 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 + 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-container-default-java-doc +Package: libplexus-i18n-java-doc Architecture: all Section: doc -Depends: classpath-doc, libplexus-container-default-java-doc -Suggests: libplexus-container-default-java-doc -Description: +Depends: classpath-doc, libplexus-container-default-java-doc, libplexus-utils-java-doc +Suggests: libplexus-i18n-java +Description: API Documentation for plexus-i18n + 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-i18n. + . + 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-i18n-java-doc.doc-base b/debian/libplexus-i18n-java-doc.doc-base new file mode 100644 index 0000000..94ba05d --- /dev/null +++ b/debian/libplexus-i18n-java-doc.doc-base @@ -0,0 +1,9 @@ +Document: libplexus-i18n-java +Title: API Javadoc for libplexus-i18n +Author: plexus-i18n developers +Abstract: This is the API Javadoc provided by the libplexus-i18n library. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libplexus-i18n-java/api/index.html +Files: /usr/share/doc/libplexus-i18n-java/api/* diff --git a/debian/rules b/debian/rules index 43e7ecc..570fee4 100755 --- a/debian/rules +++ b/debian/rules @@ -8,25 +8,30 @@ 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/lib/junit.jar +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 \ + plexus-container-default.jar \ + plexus-utils.jar \ + junit.jar \ + ant-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 -SVN := http://svn.codehaus.org/plexus/plexus-components/tags/$(PACKAGE)-$(VERSION) +DEB_ANT_ARGS := -DartfiactId=$(PACKAGE) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) +API_DOCS := build/api +SVN := http://svn.codehaus.org/plexus/tags/plexus-i18n-$(VERSION) get-orig-source: - echo "Getting from $(SVN)" + echo "Getting version $(VERSION) from $(SVN)" rm -rf orig_tmp mkdir orig_tmp - svn export -q $(SVN) orig_tmp/$(PACKAGE) - cd orig_tmp && tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE) + cd orig_tmp && \ + svn export -q $(SVN) $(PACKAGE) && \ + tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE) rm -rf orig_tmp binary-post-install/lib$(PACKAGE)-java:: dh_install -plib$(PACKAGE)-java build/$(PACKAGE)-$(VERSION).jar usr/share/java - dh_link -plib$(PACKAGE)-java usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar; + 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-i18n.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

