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

Emmanuel Bourg ebourg-guest at alioth.debian.org
Wed Mar 27 18:11:22 UTC 2013


Author: ebourg-guest
Date: 2013-03-27 18:11:22 +0000 (Wed, 27 Mar 2013)
New Revision: 16446

Modified:
   trunk/ant/debian/ant-doc.doc-base.2
   trunk/ant/debian/changelog
   trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch
Log:
Added a description to 0008-junit4-replace-assumeFalse.patch

Modified: trunk/ant/debian/ant-doc.doc-base.2
===================================================================
--- trunk/ant/debian/ant-doc.doc-base.2	2013-03-27 15:28:01 UTC (rev 16445)
+++ trunk/ant/debian/ant-doc.doc-base.2	2013-03-27 18:11:22 UTC (rev 16446)
@@ -6,5 +6,5 @@
 Section: Programming
 
 Format: HTML
-Index: /usr/share/doc/ant-doc/index.html
-Files: /usr/share/doc/ant-doc/*.html
+Index: /usr/share/doc/ant-doc/manual/index.html
+Files: /usr/share/doc/ant-doc/manual/*.html

Modified: trunk/ant/debian/changelog
===================================================================
--- trunk/ant/debian/changelog	2013-03-27 15:28:01 UTC (rev 16445)
+++ trunk/ant/debian/changelog	2013-03-27 18:11:22 UTC (rev 16446)
@@ -1,4 +1,4 @@
-ant (1.9.0-1) UNRELEASED; urgency=low
+ant (1.9.0-1) experimental; urgency=low
 
   * Team upload.
 

Modified: trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch
===================================================================
--- trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch	2013-03-27 15:28:01 UTC (rev 16445)
+++ trunk/ant/debian/patches/0008-junit4-replace-assumeFalse.patch	2013-03-27 18:11:22 UTC (rev 16446)
@@ -1,3 +1,7 @@
+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.
 --- 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