--- maven-invoker-plugin-1.3.orig/debian/maven.rules +++ maven-invoker-plugin-1.3/debian/maven.rules @@ -0,0 +1,3 @@ +junit junit jar s/3\..*/3.x/ +org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.0.1/ +s/ant/org.apache.ant/ * * s/.*/debian/ --- maven-invoker-plugin-1.3.orig/debian/copyright +++ maven-invoker-plugin-1.3/debian/copyright @@ -0,0 +1,20 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: Maven Invoker 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 +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' --- maven-invoker-plugin-1.3.orig/debian/rules +++ maven-invoker-plugin-1.3/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/maven.mk + +JAVA_HOME := /usr/lib/jvm/default-java + +get-orig-source: + uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --- maven-invoker-plugin-1.3.orig/debian/orig-tar.sh +++ maven-invoker-plugin-1.3/debian/orig-tar.sh @@ -0,0 +1,16 @@ +#!/bin/sh -e + +VERSION=$2 +TAR=../maven-invoker-plugin_$VERSION.orig.tar.gz +DIR=maven-invoker-plugin-$VERSION +TAG=$(echo "maven-invoker-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') + +svn export http://svn.apache.org/repos/asf/maven/plugins/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 --- maven-invoker-plugin-1.3.orig/debian/changelog +++ maven-invoker-plugin-1.3/debian/changelog @@ -0,0 +1,11 @@ +maven-invoker-plugin (1.3-2) unstable; urgency=low + + * Fix FTBFS: add libjline-java to Build-Depends + + -- Ludovic Claude Fri, 14 Aug 2009 16:00:05 +0100 + +maven-invoker-plugin (1.3-1) experimental; urgency=low + + * Initial release (Closes: #540047) + + -- Ludovic Claude Wed, 22 Jul 2009 23:35:52 +0100 --- maven-invoker-plugin-1.3.orig/debian/README.source +++ maven-invoker-plugin-1.3/debian/README.source @@ -0,0 +1,9 @@ +Information about maven-invoker-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. --- maven-invoker-plugin-1.3.orig/debian/watch +++ maven-invoker-plugin-1.3/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ + http://svn.apache.org/repos/asf/maven/plugins/tags/ \ + maven-invoker-plugin-(\d.*)/ debian debian/orig-tar.sh --- maven-invoker-plugin-1.3.orig/debian/control +++ maven-invoker-plugin-1.3/debian/control @@ -0,0 +1,40 @@ +Source: maven-invoker-plugin +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Ludovic Claude +Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper +Build-Depends-Indep: libmodello-maven-plugin-java (>= 1.0.1), ant, bsh, groovy, libdoxia-java, + libdoxia-sitetools-java, libmaven-invoker-java, libmaven-reporting-impl-java, + libmaven2-core-java, libmaven-plugin-testing-java, libplexus-i18n-java, + libplexus-interpolation-java, libplexus-utils-java, libjline-java +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker-plugin +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker-plugin/ +Homepage: http://maven.apache.org/plugins/maven-invoker-plugin/ + +Package: libmaven-invoker-plugin-java +Architecture: all +Depends: ${misc:Depends}, ${maven:Depends} +Recommends: ${maven:OptionalDepends} +Description: Maven Invoker 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 Invoker Plugin is used to run a set of Maven projects. The plugin + can determine whether each project execution is successful, and optionally + can verify the output generated from a given project execution. + + --- maven-invoker-plugin-1.3.orig/debian/libmaven-invoker-plugin-java.poms +++ maven-invoker-plugin-1.3/debian/libmaven-invoker-plugin-java.poms @@ -0,0 +1 @@ +pom.xml --no-parent --- maven-invoker-plugin-1.3.orig/debian/compat +++ maven-invoker-plugin-1.3/debian/compat @@ -0,0 +1 @@ +7 --- maven-invoker-plugin-1.3.orig/debian/maven.properties +++ maven-invoker-plugin-1.3/debian/maven.properties @@ -0,0 +1 @@ +maven.test.skip=true