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 <[email protected]> Thu, 16 May 2013 16:51:13 +0200 + -- Emmanuel Bourg <[email protected]> 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/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

