[pkg-java] r3638 - trunk/plexus-velocity/debian

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Tue Jun 12 23:26:47 UTC 2007


Author: paulcager-guest
Date: 2007-06-12 23:26:47 +0000 (Tue, 12 Jun 2007)
New Revision: 3638

Added:
   trunk/plexus-velocity/debian/libplexus-velocity-java-doc.doc-base
Modified:
   trunk/plexus-velocity/debian/changelog
   trunk/plexus-velocity/debian/control
   trunk/plexus-velocity/debian/copyright
   trunk/plexus-velocity/debian/rules
Log:
Fixed descriptions and other boring bits

Modified: trunk/plexus-velocity/debian/changelog
===================================================================
--- trunk/plexus-velocity/debian/changelog	2007-06-12 22:53:58 UTC (rev 3637)
+++ trunk/plexus-velocity/debian/changelog	2007-06-12 23:26:47 UTC (rev 3638)
@@ -1,5 +1,6 @@
 plexus-velocity (1.1.2-1) unstable; urgency=low
 
-  *	 Initial release. (Closes: #???)
+  * Initial release. (Closes: #426227)
 
- -- Trygve Laugstol <trygvis at inamo.no>  Mon, 28 May 2007 13:08:30 +0200
+ -- Paul Cager <paul-debian at home.paulcager.org>  Tue, 12 Jun 2007 23:57:35 +0100
+

Modified: trunk/plexus-velocity/debian/control
===================================================================
--- trunk/plexus-velocity/debian/control	2007-06-12 22:53:58 UTC (rev 3637)
+++ trunk/plexus-velocity/debian/control	2007-06-12 23:26:47 UTC (rev 3638)
@@ -2,22 +2,65 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Trygve Laugstol <trygvis at inamo.no>
+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,
-                     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/

Modified: trunk/plexus-velocity/debian/copyright
===================================================================
--- trunk/plexus-velocity/debian/copyright	2007-06-12 22:53:58 UTC (rev 3637)
+++ trunk/plexus-velocity/debian/copyright	2007-06-12 23:26:47 UTC (rev 3638)
@@ -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-velocity/debian/libplexus-velocity-java-doc.doc-base
===================================================================
--- trunk/plexus-velocity/debian/libplexus-velocity-java-doc.doc-base	                        (rev 0)
+++ trunk/plexus-velocity/debian/libplexus-velocity-java-doc.doc-base	2007-06-12 23:26:47 UTC (rev 3638)
@@ -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/*

Modified: trunk/plexus-velocity/debian/rules
===================================================================
--- trunk/plexus-velocity/debian/rules	2007-06-12 22:53:58 UTC (rev 3637)
+++ trunk/plexus-velocity/debian/rules	2007-06-12 23:26:47 UTC (rev 3638)
@@ -8,17 +8,16 @@
 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 @@
 	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