[pkg-java] r16675 - trunk/commons-configuration/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu May 16 15:33:09 UTC 2013


Author: ebourg-guest
Date: 2013-05-16 15:33:09 +0000 (Thu, 16 May 2013)
New Revision: 16675

Modified:
   trunk/commons-configuration/debian/changelog
   trunk/commons-configuration/debian/control
   trunk/commons-configuration/debian/maven.rules
Log:
Added the dependency on junit4



Modified: trunk/commons-configuration/debian/changelog
===================================================================
--- trunk/commons-configuration/debian/changelog	2013-05-16 14:52:06 UTC (rev 16674)
+++ trunk/commons-configuration/debian/changelog	2013-05-16 15:33:09 UTC (rev 16675)
@@ -4,8 +4,9 @@
   * Updated Standards-Version to 3.9.4 (no changes)
   * Upgraded the dependency on the Servlet API (2.5 -> 3.0)
   * Removed the dependency on the Activation Framework (glassfish-activation)
+  * Added the dependency on junit4
 
- -- Emmanuel Bourg <ebourg at apache.org>  Thu, 16 May 2013 16:51:13 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 16 May 2013 17:32:43 +0200
 
 commons-configuration (1.7-1) unstable; urgency=low
 

Modified: trunk/commons-configuration/debian/control
===================================================================
--- trunk/commons-configuration/debian/control	2013-05-16 14:52:06 UTC (rev 16674)
+++ trunk/commons-configuration/debian/control	2013-05-16 15:33:09 UTC (rev 16675)
@@ -9,6 +9,7 @@
 Build-Depends-Indep: ant,
                      default-jdk-doc,
                      glassfish-mail,
+                     junit4,
                      libcommons-beanutils-java,
                      libcommons-beanutils-java-doc,
                      libcommons-codec-java,

Modified: trunk/commons-configuration/debian/maven.rules
===================================================================
--- trunk/commons-configuration/debian/maven.rules	2013-05-16 14:52:06 UTC (rev 16674)
+++ trunk/commons-configuration/debian/maven.rules	2013-05-16 15:33:09 UTC (rev 16675)
@@ -1,4 +1,4 @@
-junit junit jar s/3\..*/3.x/
+junit junit jar s/4\..*/4.x/
 commons-collections commons-collections jar s/2\..*/2.x/
 commons-collections commons-collections jar s/3\..*/3.x/
 s/ant/org.apache.ant/ * * s/.*/debian/




More information about the pkg-java-commits mailing list