[pkg-java] r17636 - in trunk/ant/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 6 09:19:34 UTC 2014


Author: ebourg-guest
Date: 2014-01-06 09:19:34 +0000 (Mon, 06 Jan 2014)
New Revision: 17636

Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch
Log:
Updated the description of 0008-junit4-replace-assumeFalse.patch



Modified: trunk/ant/debian/changelog
===================================================================
--- trunk/ant/debian/changelog	2014-01-06 09:04:45 UTC (rev 17635)
+++ trunk/ant/debian/changelog	2014-01-06 09:19:34 UTC (rev 17636)
@@ -2,6 +2,7 @@
 
   * Standards-Version updated to 3.9.5 (no changes)
   * Switch to debhelper level 9
+  * Updated the description of 0008-junit4-replace-assumeFalse.patch
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 06 Jan 2014 09:47:00 +0100
 

Modified: trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch
===================================================================
--- trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch	2014-01-06 09:04:45 UTC (rev 17635)
+++ trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch	2014-01-06 09:19:34 UTC (rev 17636)
@@ -1,7 +1,8 @@
-Assume.assumeFalse() was introduced in JUnit 4.11. The latest version
-of JUnit available is 4.10. This patch fixes the compilation with the
-version of JUnit 4 currently used. To be removed when the junit4
-package is updated.
+Description: Replaces Assume.assumeFalse() introduced in JUnit 4.11 with assumeTrue()
+ to facilitate the backporting to the stable distribution where only JUnit 4.10
+ is available.
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
 --- a/src/tests/junit/org/example/junit/JUnit4Skippable.java
 +++ b/src/tests/junit/org/example/junit/JUnit4Skippable.java
 @@ -40,7 +40,7 @@




More information about the pkg-java-commits mailing list