[pkg-java] r18147 - in trunk/commons-math3/debian: . patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed May 14 23:08:27 UTC 2014
Author: ebourg-guest
Date: 2014-05-14 23:08:27 +0000 (Wed, 14 May 2014)
New Revision: 18147
Added:
trunk/commons-math3/debian/libcommons-math3-java-doc.lintian-overrides
Modified:
trunk/commons-math3/debian/changelog
trunk/commons-math3/debian/patches/01_ignore_unstable_tests.diff
Log:
New upstream release (3.3)
Modified: trunk/commons-math3/debian/changelog
===================================================================
--- trunk/commons-math3/debian/changelog 2014-05-14 13:46:19 UTC (rev 18146)
+++ trunk/commons-math3/debian/changelog 2014-05-14 23:08:27 UTC (rev 18147)
@@ -1,3 +1,10 @@
+commons-math3 (3.3-1) unstable; urgency=medium
+
+ * New upstream release
+ * Refreshed the patch
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 15 May 2014 00:13:24 +0200
+
commons-math3 (3.2-4) unstable; urgency=medium
* Build with maven-debian-helper
Added: trunk/commons-math3/debian/libcommons-math3-java-doc.lintian-overrides
===================================================================
--- trunk/commons-math3/debian/libcommons-math3-java-doc.lintian-overrides (rev 0)
+++ trunk/commons-math3/debian/libcommons-math3-java-doc.lintian-overrides 2014-05-14 23:08:27 UTC (rev 18147)
@@ -0,0 +1,2 @@
+# Disabled to avoid being flooded by lintian
+libcommons-math3-java-doc: privacy-breach-generic
Modified: trunk/commons-math3/debian/patches/01_ignore_unstable_tests.diff
===================================================================
--- trunk/commons-math3/debian/patches/01_ignore_unstable_tests.diff 2014-05-14 13:46:19 UTC (rev 18146)
+++ trunk/commons-math3/debian/patches/01_ignore_unstable_tests.diff 2014-05-14 23:08:27 UTC (rev 18147)
@@ -3,7 +3,7 @@
Bug: https://issues.apache.org/jira/browse/MATH-1057
--- a/src/test/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/BOBYQAOptimizerTest.java
+++ b/src/test/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/BOBYQAOptimizerTest.java
-@@ -179,6 +179,7 @@
+@@ -181,6 +181,7 @@
}
@Test
@@ -11,7 +11,7 @@
public void testDiffPow() {
double[] startPoint = point(DIM/2,1.0);
double[][] boundaries = null;
-@@ -201,6 +202,7 @@
+@@ -203,6 +204,7 @@
}
@Test
@@ -21,7 +21,7 @@
double[][] boundaries = null;
--- a/src/test/java/org/apache/commons/math3/optimization/direct/BOBYQAOptimizerTest.java
+++ b/src/test/java/org/apache/commons/math3/optimization/direct/BOBYQAOptimizerTest.java
-@@ -178,6 +178,7 @@
+@@ -179,6 +179,7 @@
}
@Test
@@ -29,7 +29,7 @@
public void testDiffPow() {
double[] startPoint = point(DIM/2,1.0);
double[][] boundaries = null;
-@@ -200,6 +201,7 @@
+@@ -201,6 +202,7 @@
}
@Test
More information about the pkg-java-commits
mailing list