[pkg-java] r8434 - in trunk/maven-invoker: . debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Thu Jun 11 14:19:48 UTC 2009


Author: ludovicc-guest
Date: 2009-06-11 14:19:46 +0000 (Thu, 11 Jun 2009)
New Revision: 8434

Added:
   trunk/maven-invoker/debian/
   trunk/maven-invoker/debian/build.properties
   trunk/maven-invoker/debian/changelog
   trunk/maven-invoker/debian/compat
   trunk/maven-invoker/debian/control
   trunk/maven-invoker/debian/copyright
   trunk/maven-invoker/debian/libmaven-invoker-java.poms
   trunk/maven-invoker/debian/maven-settings.xml
   trunk/maven-invoker/debian/maven.rules
   trunk/maven-invoker/debian/orig-tar.sh
   trunk/maven-invoker/debian/rules
   trunk/maven-invoker/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/maven-invoker/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/maven-invoker/debian/build.properties
===================================================================
--- trunk/maven-invoker/debian/build.properties	                        (rev 0)
+++ trunk/maven-invoker/debian/build.properties	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,4 @@
+javadoc.dir=target/api
+build.directory=target
+maven.test.skip=true
+maven.generate.target=org.codehaus.plexus:plexus-component-metadata:${plexus-component-metadata.version}:generate-metadata

Added: trunk/maven-invoker/debian/changelog
===================================================================
--- trunk/maven-invoker/debian/changelog	                        (rev 0)
+++ trunk/maven-invoker/debian/changelog	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,6 @@
+maven-invoker (2.0.10-0ubuntu1~ppa2) jaunty; urgency=low
+
+  * Initial release. (Closes: #XXXX)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 09 Jun 2009 13:42:10 +0100
+

Added: trunk/maven-invoker/debian/compat
===================================================================
--- trunk/maven-invoker/debian/compat	                        (rev 0)
+++ trunk/maven-invoker/debian/compat	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1 @@
+6

Added: trunk/maven-invoker/debian/control
===================================================================
--- trunk/maven-invoker/debian/control	                        (rev 0)
+++ trunk/maven-invoker/debian/control	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,34 @@
+Source: maven-invoker
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends: default-jdk, debhelper (>= 6), cdbs
+Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional,
+ junit, libmaven-plugin-tools-java, libplexus-component-metadata-java (>= 1.0~beta3.0.7),
+ libplexus-utils-java
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker/
+Homepage: http://maven.apache.org/shared/maven-invoker/
+
+Package: libmaven-invoker-java
+Architecture: all
+Depends: ${misc:Depends}, libplexus-utils-java
+Description: Maven Invoker
+ 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 packages provides a component to programmatically invoke Maven.

Added: trunk/maven-invoker/debian/copyright
===================================================================
--- trunk/maven-invoker/debian/copyright	                        (rev 0)
+++ trunk/maven-invoker/debian/copyright	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,22 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Maven Invoker
+Maintainer: Apache Maven team
+Source: http://maven.apache.org/
+
+Files: *
+Copyright: 2001-2009, The Apache Software Foundation.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2009, Ludovic Claude <ludovic.claude at laposte.net>
+License: GPL-3+
+
+License: Apache-2.0
+  On Debian GNU/Linux system you can find the complete text of the
+  Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'.
+
+License: GPL-3
+  On Debian GNU/Linux system you can find the complete text of the
+  GNU General Public License version 3 license in 
+  '/usr/share/common-licenses/GPL-3'.
+

Added: trunk/maven-invoker/debian/libmaven-invoker-java.poms
===================================================================
--- trunk/maven-invoker/debian/libmaven-invoker-java.poms	                        (rev 0)
+++ trunk/maven-invoker/debian/libmaven-invoker-java.poms	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1 @@
+pom.xml --no-parent

Added: trunk/maven-invoker/debian/maven-settings.xml
===================================================================
--- trunk/maven-invoker/debian/maven-settings.xml	                        (rev 0)
+++ trunk/maven-invoker/debian/maven-settings.xml	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,9 @@
+<!--
+  This is a minimal settings.xml that switches maven to offline mode
+  and uses the Debian repo as the local repo.
+-->
+
+<settings>
+  <localRepository>/usr/share/maven-repo</localRepository>
+  <offline>true</offline>
+</settings>

Added: trunk/maven-invoker/debian/maven.rules
===================================================================
--- trunk/maven-invoker/debian/maven.rules	                        (rev 0)
+++ trunk/maven-invoker/debian/maven.rules	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,2 @@
+junit junit jar s/3\..*/3.x/
+

Added: trunk/maven-invoker/debian/orig-tar.sh
===================================================================
--- trunk/maven-invoker/debian/orig-tar.sh	                        (rev 0)
+++ trunk/maven-invoker/debian/orig-tar.sh	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+TAR=../maven-invoker_$2.orig.tar.gz
+DIR=maven-invoker-$2
+TAG=$(echo maven-invoker-$2 | sed -e's,~,-,')
+
+svn export http://svn.apache.org/repos/asf/maven/shared/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-invoker/debian/rules
===================================================================
--- trunk/maven-invoker/debian/rules	                        (rev 0)
+++ trunk/maven-invoker/debian/rules	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,27 @@
+#!/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
+# Need to specify the exact version of the Plexus plugin (from plexus-component-metadata package) used here
+PLEXUS_PLUGIN_VERSION:= 1.0-beta-3.0.7
+DEB_JARS             := ant-nodeps plexus-utils junit
+DEB_ANT_BUILD_TARGET := package #javadoc
+DEB_ANT_BUILDFILE    := /usr/share/maven-ant-helper/maven-build.xml
+DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -Dplexus-component-metadata.version=$(PLEXUS_PLUGIN_VERSION)
+API_DOCS             := target/api
+
+get-orig-source:
+	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+
+binary-post-install/lib$(PACKAGE)-java::
+	mh_installpoms -plib$(PACKAGE)-java
+	mh_installjar -plib$(PACKAGE)-java -l pom.xml target/$(PACKAGE)-$(VERSION).jar
+
+clean::
+	-rm -rf debian/tmp
+
+


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

Added: trunk/maven-invoker/debian/watch
===================================================================
--- trunk/maven-invoker/debian/watch	                        (rev 0)
+++ trunk/maven-invoker/debian/watch	2009-06-11 14:19:46 UTC (rev 8434)
@@ -0,0 +1,4 @@
+version=3
+opts=uversionmangle=s{-beta}{~beta} \
+  http://svn.apache.org/repos/asf/maven/shared/tags/ \
+  maven-invoker-(.*)/ debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list