[SCM] Cobertura Maven Plugin branch, master, updated. b6c1124261dffe24b4df09c0fd1ccfcfda676940

Gabriele Giacone gg0-guest at alioth.debian.org
Fri Feb 19 22:28:36 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cobertura Maven Plugin".

The branch, master has been updated
       via  b6c1124261dffe24b4df09c0fd1ccfcfda676940 (commit)
       via  9590f3fdbe59203ccdb4e35bc3e2bc75bf4e1f97 (commit)
       via  9da7ecc48bc53140124d4431e4d7a44bf49093f4 (commit)
       via  e50df5a497725f2408901b0c033b59a402797dc3 (commit)
       via  1b582a6414de7a28a01d2063c62b0c7280b1ed78 (commit)
       via  015d42fc606e9b15fa8a9908c79b116a8722f5c6 (commit)
       via  e8b9b6d623e3bc4bcf6cdf2b25649d65c5a805f4 (commit)
       via  d0f36f123931564e20d0a162b6e67c2636c77240 (commit)
      from  c371d2404940250475ec54d0be795ba707d5d5e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b6c1124261dffe24b4df09c0fd1ccfcfda676940
Merge: 9da7ecc48bc53140124d4431e4d7a44bf49093f4 9590f3fdbe59203ccdb4e35bc3e2bc75bf4e1f97
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Fri Feb 19 23:12:32 2010 +0100

    Merge commit 'upstream/2.3+dfsg'

commit 9da7ecc48bc53140124d4431e4d7a44bf49093f4
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Fri Feb 19 23:11:52 2010 +0100

    updated changelog

commit e50df5a497725f2408901b0c033b59a402797dc3
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Fri Feb 19 23:09:46 2010 +0100

    removed binaries from tree

commit 1b582a6414de7a28a01d2063c62b0c7280b1ed78
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Fri Feb 19 21:25:48 2010 +0100

    removed quilt

commit 015d42fc606e9b15fa8a9908c79b116a8722f5c6
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Fri Feb 19 20:51:40 2010 +0100

    updated d/copyright

commit e8b9b6d623e3bc4bcf6cdf2b25649d65c5a805f4
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Thu Feb 18 00:29:12 2010 +0100

    fixes short desc

commit d0f36f123931564e20d0a162b6e67c2636c77240
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Wed Feb 10 23:01:21 2010 +0100

    d/m.rules: added gnu-getopt

-----------------------------------------------------------------------

Summary of changes:
 debian/README.source              |   14 ++++++++++++++
 debian/changelog                  |    4 ++--
 debian/control                    |    4 ++--
 debian/copyright                  |    9 ++++-----
 debian/maven.rules                |    1 +
 debian/rules                      |    1 -
 src/test/classes/Circle.class     |  Bin 613 -> 0 bytes
 src/test/classes/CircleTest.class |  Bin 993 -> 0 bytes
 src/test/sources/check.ser        |  Bin 1713 -> 0 bytes
 src/test/sources/clean.ser        |  Bin 1713 -> 0 bytes
 src/test/sources/report.ser       |  Bin 1713 -> 0 bytes
 11 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 3da3f25..5e53924 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,9 +1,23 @@
 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
+
diff --git a/debian/changelog b/debian/changelog
index d9cd142..672754e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-cobertura-maven-plugin (2.3-1) unstable; urgency=low
+cobertura-maven-plugin (2.3+dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #566697)
 
- -- Gabriele Giacone <1o5g4r8o at gmail.com>  Tue, 02 Feb 2010 02:37:31 +0100
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Fri, 19 Feb 2010 23:11:26 +0100
diff --git a/debian/control b/debian/control
index f1473bf..91930cf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Gabriele Giacone <1o5g4r8o at gmail.com>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper, quilt
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
 Build-Depends-Indep: libcobertura-java, junit, libhttpunit-java, libgetopt-java,
  libmaven-plugin-testing-java
 Standards-Version: 3.8.4
@@ -15,7 +15,7 @@ Package: libmaven-cobertura-plugin-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
-Description: Cobertura Maven Plugin
+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.
diff --git a/debian/copyright b/debian/copyright
index cfccefd..16a7931 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,9 @@
 Format-Specification: http://dep.debian.net/deps/dep5/
 Name: Cobertura Maven Plugin
-Maintainer: Joakim Erdfelt <joakim at erdfelt.net>, \
-            Will Gwaltney <will.gwaltney at sas.com>, \
-            Fabrizio Giustina <fgiust at apache.org>, \
-            Arnaud Heritier <aheritier at apache.org>
+Maintainer: Joakim Erdfelt <joakim at erdfelt.net>,
+ Will Gwaltney <will.gwaltney at sas.com>,
+ Fabrizio Giustina <fgiust at apache.org>,
+ Arnaud Heritier <aheritier at apache.org>
 Source: http://mojo.codehaus.org/cobertura-maven-plugin
 
 Copyright: 2001-2006, The Apache Software Foundation
@@ -16,4 +16,3 @@ Copyright: 2010, Gabriele Giacone <1o5g4r8o at gmail.com>
 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'
-
diff --git a/debian/maven.rules b/debian/maven.rules
index b35397e..12bae7f 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,4 @@
 org.apache.maven.plugins maven-surefire-plugin maven-plugin s/.*/2.4.3/ 
 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/ *
diff --git a/debian/rules b/debian/rules
index 90ab7ed..9873a98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 
 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
 -include /usr/share/topgit/tg2quilt.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
diff --git a/src/test/classes/Circle.class b/src/test/classes/Circle.class
deleted file mode 100644
index bc87cfb..0000000
Binary files a/src/test/classes/Circle.class and /dev/null differ
diff --git a/src/test/classes/CircleTest.class b/src/test/classes/CircleTest.class
deleted file mode 100644
index fc2f0c9..0000000
Binary files a/src/test/classes/CircleTest.class and /dev/null differ
diff --git a/src/test/sources/check.ser b/src/test/sources/check.ser
deleted file mode 100644
index 829e7fd..0000000
Binary files a/src/test/sources/check.ser and /dev/null differ
diff --git a/src/test/sources/clean.ser b/src/test/sources/clean.ser
deleted file mode 100644
index 829e7fd..0000000
Binary files a/src/test/sources/clean.ser and /dev/null differ
diff --git a/src/test/sources/report.ser b/src/test/sources/report.ser
deleted file mode 100644
index 829e7fd..0000000
Binary files a/src/test/sources/report.ser and /dev/null differ


hooks/post-receive
-- 
Cobertura Maven Plugin



More information about the pkg-java-commits mailing list