[pkg-java] r9662 - in trunk/clirr-maven-plugin: . debian debian/patches

Ludovic Claude ludovicc-guest at alioth.debian.org
Wed Aug 5 20:24:46 UTC 2009


Author: ludovicc-guest
Date: 2009-08-05 20:24:46 +0000 (Wed, 05 Aug 2009)
New Revision: 9662

Added:
   trunk/clirr-maven-plugin/debian/
   trunk/clirr-maven-plugin/debian/README.source
   trunk/clirr-maven-plugin/debian/changelog
   trunk/clirr-maven-plugin/debian/compat
   trunk/clirr-maven-plugin/debian/control
   trunk/clirr-maven-plugin/debian/copyright
   trunk/clirr-maven-plugin/debian/libclirr-maven-plugin-java.poms
   trunk/clirr-maven-plugin/debian/maven.properties
   trunk/clirr-maven-plugin/debian/maven.rules
   trunk/clirr-maven-plugin/debian/orig-tar.sh
   trunk/clirr-maven-plugin/debian/patches/
   trunk/clirr-maven-plugin/debian/patches/doxia1_1.patch
   trunk/clirr-maven-plugin/debian/patches/series
   trunk/clirr-maven-plugin/debian/rules
   trunk/clirr-maven-plugin/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


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

Added: trunk/clirr-maven-plugin/debian/README.source
===================================================================
--- trunk/clirr-maven-plugin/debian/README.source	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/README.source	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,9 @@
+Information about clirr-maven-plugin
+------------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevent it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Added: trunk/clirr-maven-plugin/debian/changelog
===================================================================
--- trunk/clirr-maven-plugin/debian/changelog	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/changelog	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,5 @@
+clirr-maven-plugin (2.2.2-0ubuntu1~ppa8) karmic; urgency=low
+
+  * Initial release (Closes: #540049)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sat, 25 Jul 2009 01:37:18 +0100

Added: trunk/clirr-maven-plugin/debian/compat
===================================================================
--- trunk/clirr-maven-plugin/debian/compat	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/compat	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1 @@
+7

Added: trunk/clirr-maven-plugin/debian/control
===================================================================
--- trunk/clirr-maven-plugin/debian/control	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/control	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,27 @@
+Source: clirr-maven-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: clirr, libbcel-java, libdoxia-sitetools-java, libmaven-reporting-impl-java,  
+ libmaven2-core-java, libplexus-i18n-java, libmaven-docck-plugin-java
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/clirr-maven-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/clirr-maven-plugin/
+Homepage: http://mojo.codehaus.org/clirr-maven-plugin/ 
+
+Package: libclirr-maven-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: Clirr Maven Plugin
+ Clirr is a tool that checks Java libraries for binary and source compatibility
+ with older releases. Basically you give it two sets of jar files and Clirr
+ dumps out a list of changes in the public API. The clirr-maven-plugin can
+ be configured to break the build, if it detects incompatible api changes.
+ In a continuous integration process, the clirr-maven-plugin can automatically
+ prevent accidental introduction of binary or source compatibility problems.
+ Additionally, the plugin can generate a report as part of the generated
+ site.
+

Added: trunk/clirr-maven-plugin/debian/copyright
===================================================================
--- trunk/clirr-maven-plugin/debian/copyright	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/copyright	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,30 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: Clirr Maven Plugin
+Maintainer: Codehaus.org
+Source: http://mojo.codehaus.org/clirr-maven-plugin/
+
+Files: *
+Copyright:  2006-2009, Brett Porter <brett at apache.org>
+            2006-2009, Jochen Wiedmann <jochen at apache.org>
+            2006-2009, John Casey <jdcasey at apache.org>
+            2006-2009, Arnaud Heritier <aheritier at apache.org>
+            2006-2009, Roland Asmann <Roland.Asmann at cfc.at>
+            2006-2009, Mathias Brökelmann <mbroekelmann at googlemail.com>
+            2006-2009, Brian Egge <brianegge at yahoo.com>
+            2006-2009, Grégory Joseph <joseph.gregory at gmail.com>
+            2006-2009, Luc Maisonobe <Luc.Maisonobe at free.fr>
+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/clirr-maven-plugin/debian/libclirr-maven-plugin-java.poms
===================================================================
--- trunk/clirr-maven-plugin/debian/libclirr-maven-plugin-java.poms	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/libclirr-maven-plugin-java.poms	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1 @@
+pom.xml --no-parent

Added: trunk/clirr-maven-plugin/debian/maven.properties
===================================================================
--- trunk/clirr-maven-plugin/debian/maven.properties	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/maven.properties	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1 @@
+maven.test.skip=true

Added: trunk/clirr-maven-plugin/debian/maven.rules
===================================================================
--- trunk/clirr-maven-plugin/debian/maven.rules	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/maven.rules	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,5 @@
+org.apache.bcel bcel jar s/5\..*/5.x/
+s/bcel/org.apache.bcel/ bcel jar s/5\..*/5.x/
+* maven-plugin-plugin maven-plugin s/.*/2.5/
+* maven-docck-plugin maven-plugin s/.*/1.0/
+

Added: trunk/clirr-maven-plugin/debian/orig-tar.sh
===================================================================
--- trunk/clirr-maven-plugin/debian/orig-tar.sh	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/orig-tar.sh	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../clirr-maven-plugin_$VERSION.orig.tar.gz
+DIR=clirr-maven-plugin-$VERSION
+TAG=$(echo "clirr-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+
+svn export http://svn.codehaus.org/mojo/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/clirr-maven-plugin/debian/patches/doxia1_1.patch
===================================================================
--- trunk/clirr-maven-plugin/debian/patches/doxia1_1.patch	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/patches/doxia1_1.patch	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,11 @@
+--- a/src/main/java/org/codehaus/mojo/clirr/ClirrReport.java
++++ b/src/main/java/org/codehaus/mojo/clirr/ClirrReport.java
+@@ -22,7 +22,7 @@
+ import org.apache.maven.artifact.resolver.ArtifactResolutionException;
+ import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
+ import org.apache.maven.artifact.versioning.VersionRange;
+-import org.apache.maven.doxia.module.xhtml.decoration.render.RenderingContext;
++import org.apache.maven.doxia.sink.render.RenderingContext;
+ import org.apache.maven.doxia.sink.Sink;
+ import org.apache.maven.doxia.site.decoration.Body;
+ import org.apache.maven.doxia.site.decoration.DecorationModel;

Added: trunk/clirr-maven-plugin/debian/patches/series
===================================================================
--- trunk/clirr-maven-plugin/debian/patches/series	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/patches/series	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1 @@
+doxia1_1.patch

Added: trunk/clirr-maven-plugin/debian/rules
===================================================================
--- trunk/clirr-maven-plugin/debian/rules	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/rules	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,10 @@
+#!/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
+
+get-orig-source:
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename


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

Added: trunk/clirr-maven-plugin/debian/watch
===================================================================
--- trunk/clirr-maven-plugin/debian/watch	                        (rev 0)
+++ trunk/clirr-maven-plugin/debian/watch	2009-08-05 20:24:46 UTC (rev 9662)
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
+  http://svn.codehaus.org/mojo/tags/ \
+  clirr-maven-plugin-(\d.*)/ debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list