[pkg-java] r9678 - in trunk/maven-assembly-plugin: . debian debian/patches
Ludovic Claude
ludovicc-guest at alioth.debian.org
Wed Aug 5 21:08:33 UTC 2009
Author: ludovicc-guest
Date: 2009-08-05 21:08:33 +0000 (Wed, 05 Aug 2009)
New Revision: 9678
Added:
trunk/maven-assembly-plugin/.debianVersion
trunk/maven-assembly-plugin/debian/
trunk/maven-assembly-plugin/debian/README.source
trunk/maven-assembly-plugin/debian/changelog
trunk/maven-assembly-plugin/debian/compat
trunk/maven-assembly-plugin/debian/control
trunk/maven-assembly-plugin/debian/copyright
trunk/maven-assembly-plugin/debian/libmaven-assembly-plugin-java.poms
trunk/maven-assembly-plugin/debian/maven.ignoreRules
trunk/maven-assembly-plugin/debian/maven.properties
trunk/maven-assembly-plugin/debian/maven.rules
trunk/maven-assembly-plugin/debian/orig-tar.sh
trunk/maven-assembly-plugin/debian/patches/
trunk/maven-assembly-plugin/debian/patches/descriptors.patch
trunk/maven-assembly-plugin/debian/patches/series
trunk/maven-assembly-plugin/debian/rules
trunk/maven-assembly-plugin/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Added: trunk/maven-assembly-plugin/.debianVersion
===================================================================
--- trunk/maven-assembly-plugin/.debianVersion (rev 0)
+++ trunk/maven-assembly-plugin/.debianVersion 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1 @@
+2.2~beta4-SNAPSHOT-1
\ No newline at end of file
Property changes on: trunk/maven-assembly-plugin/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/maven-assembly-plugin/debian/README.source
===================================================================
--- trunk/maven-assembly-plugin/debian/README.source (rev 0)
+++ trunk/maven-assembly-plugin/debian/README.source 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,9 @@
+Information about maven-assembly-plugin
+------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.
Added: trunk/maven-assembly-plugin/debian/changelog
===================================================================
--- trunk/maven-assembly-plugin/debian/changelog (rev 0)
+++ trunk/maven-assembly-plugin/debian/changelog 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,5 @@
+maven-assembly-plugin (2.2~beta4-0ubuntu1~ppa4) karmic; urgency=low
+
+ * Initial version (closes: #518340)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Tue, 30 Jun 2009 17:22:48 +0100
Added: trunk/maven-assembly-plugin/debian/compat
===================================================================
--- trunk/maven-assembly-plugin/debian/compat (rev 0)
+++ trunk/maven-assembly-plugin/debian/compat 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1 @@
+7
Added: trunk/maven-assembly-plugin/debian/control
===================================================================
--- trunk/maven-assembly-plugin/debian/control (rev 0)
+++ trunk/maven-assembly-plugin/debian/control 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,42 @@
+Source: maven-assembly-plugin
+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: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper, quilt
+Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmaven-plugin-tools-java (>= 2.5),
+ libmodello-maven-plugin-java (>= 1.0.1), libplexus-maven-plugin-java (>= 1.3.8),
+ libmaven-archiver-java, libmaven-common-artifact-filters-java, libmaven-file-management-java,
+ libmaven-repository-builder-java, libmaven-shared-io-java, libmaven2-core-java,
+ libplexus-active-collections-java, libplexus-archiver-java, libplexus-container-default-java,
+ libplexus-interpolation-java, libplexus-io-java, libplexus-utils-java,
+ libmaven-plugin-testing-java
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-assembly-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-assembly-plugin/
+Homepage: http://maven.apache.org/plugins/maven-assembly-plugin/
+
+Package: libmaven-assembly-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: Maven Assembly Plugin
+ 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
+ .
+ The Maven Assembly plugin is used to create archives of your project's
+ sources, classes, dependencies etc. from flexible assembly descriptors.
+
+
Added: trunk/maven-assembly-plugin/debian/copyright
===================================================================
--- trunk/maven-assembly-plugin/debian/copyright (rev 0)
+++ trunk/maven-assembly-plugin/debian/copyright 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,20 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Maven Assembly Plugin
+Maintainer: Apache Maven team
+Source: http://maven.apache.org/
+
+Files: *
+Copyright: 2001-2009, The Apache Software Foundation.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 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
+ GPL-3 license in '/usr/share/common-licenses/GPL-3'
Added: trunk/maven-assembly-plugin/debian/libmaven-assembly-plugin-java.poms
===================================================================
--- trunk/maven-assembly-plugin/debian/libmaven-assembly-plugin-java.poms (rev 0)
+++ trunk/maven-assembly-plugin/debian/libmaven-assembly-plugin-java.poms 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1 @@
+pom.xml --no-parent
Added: trunk/maven-assembly-plugin/debian/maven.ignoreRules
===================================================================
--- trunk/maven-assembly-plugin/debian/maven.ignoreRules (rev 0)
+++ trunk/maven-assembly-plugin/debian/maven.ignoreRules 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1 @@
+* * * * test
Added: trunk/maven-assembly-plugin/debian/maven.properties
===================================================================
--- trunk/maven-assembly-plugin/debian/maven.properties (rev 0)
+++ trunk/maven-assembly-plugin/debian/maven.properties 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1 @@
+maven.test.skip=true
Added: trunk/maven-assembly-plugin/debian/maven.rules
===================================================================
--- trunk/maven-assembly-plugin/debian/maven.rules (rev 0)
+++ trunk/maven-assembly-plugin/debian/maven.rules 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,2 @@
+org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.0.1/
+org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/
Added: trunk/maven-assembly-plugin/debian/orig-tar.sh
===================================================================
--- trunk/maven-assembly-plugin/debian/orig-tar.sh (rev 0)
+++ trunk/maven-assembly-plugin/debian/orig-tar.sh 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../maven-assembly-plugin_$VERSION.orig.tar.gz
+DIR=maven-assembly-plugin-$VERSION
+TAG=$(echo "maven-assembly-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+
+svn export http://svn.apache.org/repos/asf/maven/plugins/tags/${TAG} $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $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-assembly-plugin/debian/patches/descriptors.patch
===================================================================
--- trunk/maven-assembly-plugin/debian/patches/descriptors.patch (rev 0)
+++ trunk/maven-assembly-plugin/debian/patches/descriptors.patch 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,26 @@
+--- a/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java
++++ b/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java
+@@ -207,7 +207,7 @@
+ /**
+ * Maven ProjectHelper.
+ *
+- * @component
++ * @component role="org.apache.maven.project.MavenProjectHelper"
+ */
+ private MavenProjectHelper projectHelper;
+
+@@ -281,12 +281,12 @@
+ private boolean attach;
+
+ /**
+- * @component
++ * @component role="org.apache.maven.plugin.assembly.archive.AssemblyArchiver"
+ */
+ private AssemblyArchiver assemblyArchiver;
+
+ /**
+- * @component
++ * @component role="org.apache.maven.plugin.assembly.io.AssemblyReader"
+ */
+ private AssemblyReader assemblyReader;
+
Added: trunk/maven-assembly-plugin/debian/patches/series
===================================================================
--- trunk/maven-assembly-plugin/debian/patches/series (rev 0)
+++ trunk/maven-assembly-plugin/debian/patches/series 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1 @@
+descriptors.patch
Added: trunk/maven-assembly-plugin/debian/rules
===================================================================
--- trunk/maven-assembly-plugin/debian/rules (rev 0)
+++ trunk/maven-assembly-plugin/debian/rules 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_PATCHPOMS_ARGS := --ignore-rules=debian/maven.ignoreRules
+
+get-orig-source:
+ uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
Property changes on: trunk/maven-assembly-plugin/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/maven-assembly-plugin/debian/watch
===================================================================
--- trunk/maven-assembly-plugin/debian/watch (rev 0)
+++ trunk/maven-assembly-plugin/debian/watch 2009-08-05 21:08:33 UTC (rev 9678)
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
+ http://svn.apache.org/repos/asf/maven/plugins/tags/ \
+ maven-assembly-plugin-(\d.*)/ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list