[pkg-java] r16955 - trunk/ant/debian

James Page jamespage-guest at alioth.debian.org
Tue Jul 2 11:18:49 UTC 2013


Author: jamespage-guest
Date: 2013-07-02 11:18:49 +0000 (Tue, 02 Jul 2013)
New Revision: 16955

Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/maven.rules
Log:
* Team upload.
* d/maven.rules: Ensure that junit4 dependencies are mapped to 4.x
  junit artefact (Closes: #713381).

Modified: trunk/ant/debian/changelog
===================================================================
--- trunk/ant/debian/changelog	2013-07-01 16:32:36 UTC (rev 16954)
+++ trunk/ant/debian/changelog	2013-07-02 11:18:49 UTC (rev 16955)
@@ -1,3 +1,11 @@
+ant (1.9.1-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * d/maven.rules: Ensure that junit4 dependencies are mapped to 4.x
+    junit artefact (Closes: #713381).
+
+ -- James Page <james.page at ubuntu.com>  Tue, 02 Jul 2013 12:03:48 +0100
+
 ant (1.9.1-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/ant/debian/maven.rules
===================================================================
--- trunk/ant/debian/maven.rules	2013-07-01 16:32:36 UTC (rev 16954)
+++ trunk/ant/debian/maven.rules	2013-07-02 11:18:49 UTC (rev 16955)
@@ -1,4 +1,5 @@
 junit junit jar s/3\..*/3.x/
+junit junit jar s/4\..*/4.x/
 antlr antlr jar s/2\..*/2.x/
 s/bcel/org.apache.bcel/ bcel jar s/5\..*/5.x/
 commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/




More information about the pkg-java-commits mailing list