[pkg-java] r11532 - in trunk: . maven-embedder maven-embedder/debian

Torsten Werner twerner at alioth.debian.org
Sun Feb 7 19:41:04 UTC 2010


Author: twerner
Date: 2010-02-07 19:41:04 +0000 (Sun, 07 Feb 2010)
New Revision: 11532

Added:
   trunk/maven-embedder/
   trunk/maven-embedder/debian/
   trunk/maven-embedder/debian/build.properties
   trunk/maven-embedder/debian/build.xml
   trunk/maven-embedder/debian/changelog
   trunk/maven-embedder/debian/compat
   trunk/maven-embedder/debian/control
   trunk/maven-embedder/debian/copyright
   trunk/maven-embedder/debian/orig-tar.sh
   trunk/maven-embedder/debian/rules
   trunk/maven-embedder/debian/watch
Log:
import maven-embedder


Added: trunk/maven-embedder/debian/build.properties
===================================================================
--- trunk/maven-embedder/debian/build.properties	                        (rev 0)
+++ trunk/maven-embedder/debian/build.properties	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1,3 @@
+javadoc.dir=target/api
+build.directory=target
+build.outputDirectory=target/classes

Added: trunk/maven-embedder/debian/build.xml
===================================================================
--- trunk/maven-embedder/debian/build.xml	                        (rev 0)
+++ trunk/maven-embedder/debian/build.xml	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1,25 @@
+<project name="pkg-java" default="package" basedir="..">
+
+    <property file="debian/build.properties"/>
+    <property name="maven.test.skip" value="true"/>
+    <property name="maven.build.xml" value="/usr/share/maven-ant-helper/maven-build.xml"/>
+    <property file="/usr/share/maven-ant-helper/maven-defaults.properties"/>
+
+    <target name="clean">
+        <ant target="clean" antfile="${maven.build.xml}" dir="."/>
+    </target>
+
+    <target name="package">
+        <ant target="package" antfile="${maven.build.xml}" dir=".">
+            <property name="artifactId" value="maven-embedder"/>
+        </ant>
+    </target>
+
+    <target name="javadoc">
+        <javadoc destdir="${javadoc.dir}">
+            <packageset dir="src/main/java/"/>
+        </javadoc>
+    </target>
+
+</project>
+

Added: trunk/maven-embedder/debian/changelog
===================================================================
--- trunk/maven-embedder/debian/changelog	                        (rev 0)
+++ trunk/maven-embedder/debian/changelog	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1,5 @@
+maven-embedder (2.0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #508525)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sun, 04 Jan 2009 14:07:15 +0000

Added: trunk/maven-embedder/debian/compat
===================================================================
--- trunk/maven-embedder/debian/compat	                        (rev 0)
+++ trunk/maven-embedder/debian/compat	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1 @@
+5

Added: trunk/maven-embedder/debian/control
===================================================================
--- trunk/maven-embedder/debian/control	                        (rev 0)
+++ trunk/maven-embedder/debian/control	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1,33 @@
+Source: maven-embedder
+Section: devel
+Priority: optional
+Maintainer: Ludovic Claude <ludovic.claude at laposte.net>
+Standards-Version: 3.8.0
+Build-Depends: default-jdk, ant, debhelper (>= 5), cdbs, maven2, maven-ant-helper,
+ libclassworlds-java, libplexus-container-default-java
+
+Package: libmaven-embedder-java
+Architecture: all
+Depends: maven2
+Description: Maven Embedder
+ Maven is a software project management and comprehension tool. Based on the
+ concept of a project object model (POM), Maven can manage a project's build,
+ reporting and documentation from a central piece of information.
+ .
+ Maven's primary goal is to allow a developer to comprehend the complete
+ state of a development effort in the shortest period of time. In order to
+ attain this goal there are several areas of concern that Maven attempts
+ to deal with:
+ .
+    * Making the build process easy
+    * Providing a uniform build system
+    * Providing quality project information
+    * Providing guidelines for best practices development
+    * Allowing transparent migration to new features
+ .
+ This package ships a Maven Embedder which is used by the Maven CLI, by IDE 
+ integration projects like Mevenide and potentially any tool that needs to 
+ embed Maven's capabilities. You could embed Maven in a Continuous Integration
+ application to run Maven build, an application lifecycle management (ALF) 
+ tool, or Ant tasks that utilize Maven's functionality.
+

Added: trunk/maven-embedder/debian/copyright
===================================================================
--- trunk/maven-embedder/debian/copyright	                        (rev 0)
+++ trunk/maven-embedder/debian/copyright	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1,57 @@
+This package was debianized by Ludovic Claude <ludovicc at users.sourceforge.net>
+Wed Nov 26 23:26:13 UTC 2008
+
+The Debian packaging is Copyright (c) 2008 Ludovic Claude 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'.
+
+It was downloaded from:
+    http://maven.apache.org
+
+Upstream authors:
+    Antoine Levy-Lambert <levylambert at tiscali-dsl.de>
+    Arnout J. Kuiper
+    Brett Porter <brett at apache.org>
+    Bruce Atherton <bruce at callenish.com>
+    Carlos Sanchez <carlos at apache.org>
+    Christoph.Reck <Christoph.Reck at dlr.de>
+    costin at dnt.ro
+    Daniel Rall <dlr at finemaltcoding.com>
+    Emmanuel Venisse <evenisse at apache.org>
+    gg at grtmail.com
+    Jason van Zyl <jason at maven.org> <jason at plexus.org> <jason at zenplex.com>
+    jdcasey
+    Jeff Turner <jefft at codehaus.org>
+    John Casey
+    Kenney Westerhof <kenney at apache.org>
+    Kevin A. Burton <burton at relativity.yi.org>
+    Magesh Umasankar
+    Michal Maczka <michal at codehaus.org> <michal.maczka at dimatics.com> <mmaczka at interia.pl>
+    Patrick Schneider <pschneider at gmail.com>
+    Peter Donald <peter at codehaus.org>
+    Ralph Goers <rgoers at apache.org>
+    Scott Sanders <sanders at codehaus.org>
+    Stefano Mazzocchi <stefano at apache.org>
+    Trygve Laugstol <trygvis at inamo.no>
+    Vincent Siveton <vincent.siveton at gmail.com>
+
+Copyright:
+    Copyright (c) 2001-2008 Apache Software Foundation.
+
+License:
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+ 
+         http://www.apache.org/licenses/LICENSE-2.0
+ 
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0 
+License can be found in the /usr/share/common-licenses/Apache-2.0 file.

Added: trunk/maven-embedder/debian/orig-tar.sh
===================================================================
--- trunk/maven-embedder/debian/orig-tar.sh	                        (rev 0)
+++ trunk/maven-embedder/debian/orig-tar.sh	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+TAR=../maven-embedder_$2.orig.tar.gz
+DIR=maven-embedder-$2
+TAG=maven-embedder-$2
+
+svn export http://svn.apache.org/repos/asf/maven/components/tags/$TAG $DIR
+tar -c -z -f $TAR $DIR
+rm -rf $DIR ../$TAG
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo "moved $TAR to $origDir"
+fi

Added: trunk/maven-embedder/debian/rules
===================================================================
--- trunk/maven-embedder/debian/rules	                        (rev 0)
+++ trunk/maven-embedder/debian/rules	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE              := $(DEB_SOURCE_PACKAGE)
+VERSION              := $(DEB_UPSTREAM_VERSION)
+JAVA_HOME            := /usr/lib/jvm/default-java
+DEB_JARS             := maven2 wagon-provider-api plexus-utils plexus-container-default classworlds
+DEB_ANT_BUILD_TARGET := package #javadoc
+DEB_ANT_BUILDFILE    := debian/build.xml
+DEB_ANT_ARGS         := -Dversion=$(VERSION)
+API_DOCS             := target/api
+
+get-orig-source:
+	uscan --force-download --upstream-version $(VERSION)
+
+binary-post-install/lib$(PACKAGE)-java::
+	dh_install -plib$(PACKAGE)-java target/$(PACKAGE)-$(VERSION).jar /usr/share/java
+	dh_link -plib$(PACKAGE)-java /usr/share/java/$(PACKAGE)-$(VERSION).jar /usr/share/java/$(PACKAGE).jar
+


Property changes on: trunk/maven-embedder/debian/rules
___________________________________________________________________
Added: svn:executable
   + 

Added: trunk/maven-embedder/debian/watch
===================================================================
--- trunk/maven-embedder/debian/watch	                        (rev 0)
+++ trunk/maven-embedder/debian/watch	2010-02-07 19:41:04 UTC (rev 11532)
@@ -0,0 +1,3 @@
+version=3
+http://svn.apache.org/repos/asf/maven/components/tags/ \
+  maven-embedder-(.*)/ debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list