debian/0000755000000000000000000000000011704725053007172 5ustar debian/README.source0000644000000000000000000000123111704724624011351 0ustar Information about cobertura-maven-plugin ---------------------------------------- -- MAVEN 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. -- DFSG-compliant To be DFSG-compliant, some files have been removed from upstream tarball: - src/test/classes/Circle.class # binary - src/test/classes/CircleTest.class # binary - src/test/sources/check.ser # binary - src/test/sources/report.ser # binary - src/test/sources/clean.ser # binary debian/watch0000644000000000000000000000026611704724624010232 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/,\ dversionmangle=s/\+dfsg//" \ http://svn.codehaus.org/mojo/tags/ \ cobertura-maven-plugin-(\d.*)/ debian debian/orig-tar.sh debian/maven.properties0000644000000000000000000000002511704724624012416 0ustar maven.test.skip=true debian/rules0000755000000000000000000000035511704724624010260 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk -include /usr/share/topgit/tg2quilt.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --force-download --rename debian/control0000644000000000000000000000257011704724624010604 0ustar Source: cobertura-maven-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com> Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libcobertura-java, junit, libhttpunit-java, libgetopt-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libsurefire-java (>= 2.10) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-java/cobertura-maven-plugin.git Vcs-Browser: http://git.debian.org/?p=pkg-java/cobertura-maven-plugin.git Homepage: http://mojo.codehaus.org/cobertura-maven-plugin Package: libmaven-cobertura-plugin-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Maven Cobertura Plugin Cobertura plugin for maven 2. Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. This plugin provides the features of Cobertura within the Maven 2 environment. The report generated by this plugin is the result of executing the Cobertura tool against your compiled classes to help you determine how well the unit testing efforts have been, and can then be used to identify which parts of your Java program are lacking test coverage. debian/maven.rules0000644000000000000000000000041711704724624011361 0ustar org.apache.maven.plugins maven-surefire-plugin maven-plugin s/.*/2.10/ junit junit jar s/.*/3.x/ * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * s/urbanophile/gnu-getopt/ s/java-getopt/getopt jar s/.*/debian/ * debian/copyright0000644000000000000000000000246611704724624011140 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Cobertura Maven Plugin Upstream-Contact: Joakim Erdfelt , Will Gwaltney , Fabrizio Giustina , Arnaud Heritier Source: http://mojo.codehaus.org/cobertura-maven-plugin Copyright: 2001-2006, The Apache Software Foundation 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' Files: src/site/resources/sample-maven-shared-io-report/js/sortabletable.js src/site/resources/sample-maven-shared-io-report/js/stringbuilder.js Copyright: 1998-2004, Erik Arvidsson License: GPL On Debian GNU/Linux system you can find the complete text of the GPL-3 license in '/usr/share/common-licenses/GPL-3' Files: src/site/resources/sample-maven-shared-io-report/js/customsorttypes.js Copyright: 2005, Mark Doliner 2005, Olivier Parent License: GPL-2+ On Debian GNU/Linux system you can find the complete text of the GPL-2 license in '/usr/share/common-licenses/GPL-2' Files: debian/* Copyright: 2010, Gabriele Giacone <1o5g4r8o@gmail.com> 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' debian/compat0000644000000000000000000000000211704724624010373 0ustar 7 debian/source/0000755000000000000000000000000011704724624010475 5ustar debian/source/format0000644000000000000000000000001411704724624011703 0ustar 3.0 (quilt) debian/orig-tar.sh0000644000000000000000000000076611704724624011266 0ustar #!/bin/sh -e VERSION=$2 TAR=../cobertura-maven-plugin_$VERSION.orig.tar.gz DIR=cobertura-maven-plugin-$VERSION TAG=$(echo "cobertura-maven-plugin-$VERSION" \ | sed -re 's/~(alpha|beta)/-\1-/' -e 's/\+dfsg//') svn export http://svn.codehaus.org/mojo/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 debian/changelog0000644000000000000000000000112211704724624011043 0ustar cobertura-maven-plugin (2.3+dfsg-2) unstable; urgency=low * Team upload. * Add Build-Depends on libmaven-plugin-tools-java and libsurefire-java (>= 2.10). (Closes: #643498). Thanks to Daniel Schepler for the help to fix this bug. * Bump Standards-Version to 3.9.2. No changes were required. * Make copyright file DEP-5 compliant. -- Miguel Landaeta Sat, 14 Jan 2012 21:13:00 -0430 cobertura-maven-plugin (2.3+dfsg-1) unstable; urgency=low * Initial release (Closes: #566697) -- Gabriele Giacone <1o5g4r8o@gmail.com> Fri, 19 Feb 2010 23:11:26 +0100 debian/patches/0000755000000000000000000000000011704724624010624 5ustar debian/patches/series0000644000000000000000000000004211704724624012035 0ustar CoberturaReportMojo.java.diff -p1 debian/patches/CoberturaReportMojo.java.diff0000644000000000000000000000320111704724624016341 0ustar From: Gabriele Giacone <1o5g4r8o@gmail.com> Subject: [PATCH] CoberturaReportMojo.java Replaces org.codehaus.doxia.site.renderer.SiteRenderer with import org.apache.maven.doxia.siterenderer.Renderer Signed-off-by: Gabriele Giacone <1o5g4r8o@gmail.com> --- .../mojo/cobertura/CoberturaReportMojo.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/codehaus/mojo/cobertura/CoberturaReportMojo.java b/src/main/java/org/codehaus/mojo/cobertura/CoberturaReportMojo.java index 562c7a6..8c6ffe6 100644 --- a/src/main/java/org/codehaus/mojo/cobertura/CoberturaReportMojo.java +++ b/src/main/java/org/codehaus/mojo/cobertura/CoberturaReportMojo.java @@ -29,7 +29,7 @@ import org.apache.maven.project.MavenProject; import org.apache.maven.reporting.AbstractMavenReport; import org.apache.maven.reporting.MavenReportException; import org.codehaus.doxia.sink.Sink; -import org.codehaus.doxia.site.renderer.SiteRenderer; +import org.apache.maven.doxia.siterenderer.Renderer; import org.codehaus.mojo.cobertura.tasks.ReportTask; /** @@ -106,7 +106,7 @@ public class CoberturaReportMojo * * @component */ - private SiteRenderer siteRenderer; + private Renderer siteRenderer; /** * Maven Internal: Project to interact with. @@ -152,7 +152,7 @@ public class CoberturaReportMojo /** * @see org.apache.maven.reporting.AbstractMavenReport#getSiteRenderer() */ - protected SiteRenderer getSiteRenderer() + protected Renderer getSiteRenderer() { return siteRenderer; } -- tg: (8d8bb01..) CoberturaReportMojo.java (depends on: build) debian/libmaven-cobertura-plugin-java.poms0000644000000000000000000000002411704724624016065 0ustar pom.xml --no-parent