[pkg-java] r3636 - trunk/plexus-i18n/debian

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Tue Jun 12 21:50:59 UTC 2007


Author: paulcager-guest
Date: 2007-06-12 21:50:59 +0000 (Tue, 12 Jun 2007)
New Revision: 3636

Added:
   trunk/plexus-i18n/debian/libplexus-i18n-java-doc.doc-base
Modified:
   trunk/plexus-i18n/debian/build.xml
   trunk/plexus-i18n/debian/changelog
   trunk/plexus-i18n/debian/control
   trunk/plexus-i18n/debian/copyright
   trunk/plexus-i18n/debian/rules
Log:
Created API docs in "api" dir.
Added doc-base.
Added myself to Uploaders.
Changed upstream version - could not find tag for beta-7.

Modified: trunk/plexus-i18n/debian/build.xml
===================================================================
--- trunk/plexus-i18n/debian/build.xml	2007-06-12 17:30:14 UTC (rev 3635)
+++ trunk/plexus-i18n/debian/build.xml	2007-06-12 21:50:59 UTC (rev 3636)
@@ -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">

Modified: trunk/plexus-i18n/debian/changelog
===================================================================
--- trunk/plexus-i18n/debian/changelog	2007-06-12 17:30:14 UTC (rev 3635)
+++ trunk/plexus-i18n/debian/changelog	2007-06-12 21:50:59 UTC (rev 3636)
@@ -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 <trygvis at inamo.no>  Mon, 28 May 2007 12:29:00 +0200
+ -- Paul Cager <paul-debian at home.paulcager.org>  Tue, 12 Jun 2007 18:55:48 +0100

Modified: trunk/plexus-i18n/debian/control
===================================================================
--- trunk/plexus-i18n/debian/control	2007-06-12 17:30:14 UTC (rev 3635)
+++ trunk/plexus-i18n/debian/control	2007-06-12 21:50:59 UTC (rev 3636)
@@ -2,22 +2,66 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Trygve Laugstol <trygvis at inamo.no>
-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 <trygvis at inamo.no>,
+           Paul Cager <paul-debian at home.paulcager.org>
+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/
+

Modified: trunk/plexus-i18n/debian/copyright
===================================================================
--- trunk/plexus-i18n/debian/copyright	2007-06-12 17:30:14 UTC (rev 3635)
+++ trunk/plexus-i18n/debian/copyright	2007-06-12 21:50:59 UTC (rev 3636)
@@ -0,0 +1,39 @@
+This package was debianized by
+    Trygve Laugstol <trygvis at inamo.no>
+    Paul Cager <paul-debian at home.paulcager.org>
+
+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.

Added: trunk/plexus-i18n/debian/libplexus-i18n-java-doc.doc-base
===================================================================
--- trunk/plexus-i18n/debian/libplexus-i18n-java-doc.doc-base	                        (rev 0)
+++ trunk/plexus-i18n/debian/libplexus-i18n-java-doc.doc-base	2007-06-12 21:50:59 UTC (rev 3636)
@@ -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/*

Modified: trunk/plexus-i18n/debian/rules
===================================================================
--- trunk/plexus-i18n/debian/rules	2007-06-12 17:30:14 UTC (rev 3635)
+++ trunk/plexus-i18n/debian/rules	2007-06-12 21:50:59 UTC (rev 3636)
@@ -8,25 +8,30 @@
 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




More information about the pkg-java-commits mailing list