[pkg-java] r17951 - in trunk/libhamcrest-java/debian: . patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 26 09:21:03 UTC 2014
Author: ebourg-guest
Date: 2014-03-26 09:21:02 +0000 (Wed, 26 Mar 2014)
New Revision: 17951
Added:
trunk/libhamcrest-java/debian/patches/002-fix-random-compilation-failure.patch
Modified:
trunk/libhamcrest-java/debian/changelog
trunk/libhamcrest-java/debian/patches/series
Log:
Fixed a random build failure (Closes: #738789)
Modified: trunk/libhamcrest-java/debian/changelog
===================================================================
--- trunk/libhamcrest-java/debian/changelog 2014-03-25 16:37:49 UTC (rev 17950)
+++ trunk/libhamcrest-java/debian/changelog 2014-03-26 09:21:02 UTC (rev 17951)
@@ -1,3 +1,9 @@
+libhamcrest-java (1.3-5) unstable; urgency=medium
+
+ * Fixed a random build failure (Closes: #738789)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 26 Mar 2014 10:09:07 +0100
+
libhamcrest-java (1.3-4) unstable; urgency=medium
* Removed the unused build dependency on testng
Added: trunk/libhamcrest-java/debian/patches/002-fix-random-compilation-failure.patch
===================================================================
--- trunk/libhamcrest-java/debian/patches/002-fix-random-compilation-failure.patch (rev 0)
+++ trunk/libhamcrest-java/debian/patches/002-fix-random-compilation-failure.patch 2014-03-26 09:21:02 UTC (rev 17951)
@@ -0,0 +1,15 @@
+Description: Fixes a random compilation failure
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: yes
+Bug-Debian: https://bugs.debian.org/738789
+--- a/build.xml
++++ b/build.xml
+@@ -36,7 +36,7 @@
+ fork="yes"
+ failonerror="yes"
+ classpath="
+- build/hamcrest-core-${version}.jar;
++ build/temp/hamcrest-core-${version}.jar.contents;
+ build/hamcrest-generator-${version}.jar;
+ ">
+ <arg value="core-matchers.xml"/>
Modified: trunk/libhamcrest-java/debian/patches/series
===================================================================
--- trunk/libhamcrest-java/debian/patches/series 2014-03-25 16:37:49 UTC (rev 17950)
+++ trunk/libhamcrest-java/debian/patches/series 2014-03-26 09:21:02 UTC (rev 17951)
@@ -1 +1,2 @@
001-build.patch
+002-fix-random-compilation-failure.patch
More information about the pkg-java-commits
mailing list