--- clirr-maven-plugin-2.3.orig/debian/libclirr-maven-plugin-java.poms +++ clirr-maven-plugin-2.3/debian/libclirr-maven-plugin-java.poms @@ -0,0 +1 @@ +pom.xml --no-parent --- clirr-maven-plugin-2.3.orig/debian/README.source +++ clirr-maven-plugin-2.3/debian/README.source @@ -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. --- clirr-maven-plugin-2.3.orig/debian/watch +++ clirr-maven-plugin-2.3/debian/watch @@ -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 --- clirr-maven-plugin-2.3.orig/debian/changelog +++ clirr-maven-plugin-2.3/debian/changelog @@ -0,0 +1,20 @@ +clirr-maven-plugin (2.3-1) unstable; urgency=low + + * New upstream release + * Add myself to Uploaders field. + + -- Torsten Werner Fri, 05 Aug 2011 17:13:56 +0200 + +clirr-maven-plugin (2.2.2-2) unstable; urgency=low + + * Fixed typo in package description. + * Added myself to Uploaders. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch Sat, 03 Oct 2009 22:59:23 +0200 + +clirr-maven-plugin (2.2.2-1) unstable; urgency=low + + * Initial release (Closes: #540049) + + -- Ludovic Claude Sat, 25 Jul 2009 01:37:18 +0100 --- clirr-maven-plugin-2.3.orig/debian/maven.properties +++ clirr-maven-plugin-2.3/debian/maven.properties @@ -0,0 +1 @@ +maven.test.skip=true --- clirr-maven-plugin-2.3.orig/debian/control +++ clirr-maven-plugin-2.3/debian/control @@ -0,0 +1,29 @@ +Source: clirr-maven-plugin +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Ludovic Claude , Michael Koch , + Torsten Werner +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, + libmaven-invoker-plugin-java +Standards-Version: 3.8.3 +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. + --- clirr-maven-plugin-2.3.orig/debian/maven.rules +++ clirr-maven-plugin-2.3/debian/maven.rules @@ -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/ + --- clirr-maven-plugin-2.3.orig/debian/copyright +++ clirr-maven-plugin-2.3/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: Clirr Maven Plugin +Maintainer: 2006-2009, Brett Porter + 2006-2009, Jochen Wiedmann + 2006-2009, John Casey + 2006-2009, Arnaud Heritier + 2006-2009, Roland Asmann + 2006-2009, Mathias Brökelmann + 2006-2009, Brian Egge + 2006-2009, Grégory Joseph + 2006-2009, Luc Maisonobe +Source: http://mojo.codehaus.org/clirr-maven-plugin/ + +Files: * +Copyright: 2006-2007, The Codehaus + 2006, The Apache Software Foundation +License: Apache-2.0 + +Files: debian/* +Copyright: 2009, Ludovic Claude +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' + + --- clirr-maven-plugin-2.3.orig/debian/compat +++ clirr-maven-plugin-2.3/debian/compat @@ -0,0 +1 @@ +7 --- clirr-maven-plugin-2.3.orig/debian/rules +++ clirr-maven-plugin-2.3/debian/rules @@ -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 --- clirr-maven-plugin-2.3.orig/debian/orig-tar.sh +++ clirr-maven-plugin-2.3/debian/orig-tar.sh @@ -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 --- clirr-maven-plugin-2.3.orig/debian/patches/doxia1_1.patch +++ clirr-maven-plugin-2.3/debian/patches/doxia1_1.patch @@ -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; --- clirr-maven-plugin-2.3.orig/debian/patches/series +++ clirr-maven-plugin-2.3/debian/patches/series @@ -0,0 +1 @@ +doxia1_1.patch