[pkg-java] r10350 - in trunk/commons-math/debian: . patches
Damien Raude-Morvan
drazzib-guest at alioth.debian.org
Mon Sep 14 00:04:00 UTC 2009
Author: drazzib-guest
Date: 2009-09-14 00:03:59 +0000 (Mon, 14 Sep 2009)
New Revision: 10350
Modified:
trunk/commons-math/debian/changelog
trunk/commons-math/debian/patches/02_no_tests_on_build.diff
Log:
[commons-math]
* Fix 02_no_tests_on_build patch to include classes in JAR (Closes: #546541)
Modified: trunk/commons-math/debian/changelog
===================================================================
--- trunk/commons-math/debian/changelog 2009-09-13 16:29:02 UTC (rev 10349)
+++ trunk/commons-math/debian/changelog 2009-09-14 00:03:59 UTC (rev 10350)
@@ -1,3 +1,9 @@
+commons-math (2.0-2) unstable; urgency=low
+
+ * Fix 02_no_tests_on_build patch to include classes in JAR (Closes: #546541)
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com> Mon, 14 Sep 2009 01:58:57 +0200
+
commons-math (2.0-1) unstable; urgency=low
* New upstream release.
Modified: trunk/commons-math/debian/patches/02_no_tests_on_build.diff
===================================================================
--- trunk/commons-math/debian/patches/02_no_tests_on_build.diff 2009-09-13 16:29:02 UTC (rev 10349)
+++ trunk/commons-math/debian/patches/02_no_tests_on_build.diff 2009-09-14 00:03:59 UTC (rev 10350)
@@ -11,7 +11,7 @@
<!-- ========== Create Jar ================================================ -->
- <target name="jar" depends="test" description="Create jar file">
-+ <target name="jar" description="Create jar file">
++ <target name="jar" depends="compile" description="Create jar file">
<mkdir dir="${build.home}/classes/META-INF"/>
<copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
More information about the pkg-java-commits
mailing list