[pkg-java] r14918 - trunk/maven-reporting-impl/debian

Torsten Werner twerner at alioth.debian.org
Thu Sep 15 19:34:54 UTC 2011


Author: twerner
Date: 2011-09-15 19:34:54 +0000 (Thu, 15 Sep 2011)
New Revision: 14918

Removed:
   trunk/maven-reporting-impl/debian/patches/
Modified:
   trunk/maven-reporting-impl/debian/changelog
   trunk/maven-reporting-impl/debian/maven.rules
Log:
UNRELEASED
* New upstream release.
* Remove patch that is no longer needed.
* Add Maven rule for junit.

Modified: trunk/maven-reporting-impl/debian/changelog
===================================================================
--- trunk/maven-reporting-impl/debian/changelog	2011-09-15 17:46:12 UTC (rev 14917)
+++ trunk/maven-reporting-impl/debian/changelog	2011-09-15 19:34:54 UTC (rev 14918)
@@ -1,3 +1,12 @@
+maven-reporting-impl (2.1-1) unstable; urgency=low
+
+  UNRELEASED
+  * New upstream release.
+  * Remove patch that is no longer needed.
+  * Add Maven rule for junit.
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 15 Sep 2011 21:32:59 +0200
+
 maven-reporting-impl (2.0.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/maven-reporting-impl/debian/maven.rules
===================================================================
--- trunk/maven-reporting-impl/debian/maven.rules	2011-09-15 17:46:12 UTC (rev 14917)
+++ trunk/maven-reporting-impl/debian/maven.rules	2011-09-15 19:34:54 UTC (rev 14918)
@@ -14,6 +14,6 @@
 # All elements much match before a rule can be applied
 # Example rule: match jar with groupid= junit, artifactid= junit
 # and version starting with 3., replacing the version with 3.x
-#   junit junit jar s/3\\..*/3.x/
 
 org.apache.maven.reporting maven-reporting-impl jar s/.*/debian/ * *
+junit junit jar s/3\..*/3.x/




More information about the pkg-java-commits mailing list