[pkg-java] r16481 - in trunk/commons-math3/debian: . patches
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Apr 3 12:31:16 UTC 2013
Author: ebourg-guest
Date: 2013-04-03 12:31:15 +0000 (Wed, 03 Apr 2013)
New Revision: 16481
Added:
trunk/commons-math3/debian/libcommons-math3-java-doc.doc-base
trunk/commons-math3/debian/libcommons-math3-java-doc.install
trunk/commons-math3/debian/libcommons-math3-java.poms
trunk/commons-math3/debian/patches/03_fix_version.diff
Removed:
trunk/commons-math3/debian/libcommons-math-java-doc.doc-base
trunk/commons-math3/debian/libcommons-math-java-doc.install
trunk/commons-math3/debian/libcommons-math-java.poms
Modified:
trunk/commons-math3/debian/changelog
trunk/commons-math3/debian/control
trunk/commons-math3/debian/copyright
trunk/commons-math3/debian/patches/02_no_tests_on_build.diff
trunk/commons-math3/debian/patches/series
trunk/commons-math3/debian/rules
trunk/commons-math3/debian/watch
Log:
New upstream release (3.1.1)
Modified: trunk/commons-math3/debian/changelog
===================================================================
--- trunk/commons-math3/debian/changelog 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/changelog 2013-04-03 12:31:15 UTC (rev 16481)
@@ -1,3 +1,11 @@
+commons-math3 (3.1.1-1) experimental; urgency=low
+
+ * Team upload.
+ * New upstream release (Closes: #689645)
+ * Bump Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 03 Apr 2013 11:02:42 +0200
+
commons-math (2.2-2) unstable; urgency=low
[ Miguel Landaeta ]
Modified: trunk/commons-math3/debian/control
===================================================================
--- trunk/commons-math3/debian/control 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/control 2013-04-03 12:31:15 UTC (rev 16481)
@@ -1,16 +1,16 @@
-Source: commons-math
+Source: commons-math3
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Standards-Version: 3.9.2
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Standards-Version: 3.9.4
Section: java
Priority: optional
Build-Depends: default-jdk, ant, debhelper (>= 7), cdbs
Build-Depends-Indep: junit4, ant-optional, maven-repo-helper
Homepage: http://commons.apache.org/math/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-math
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math3
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-math3
-Package: libcommons-math-java
+Package: libcommons-math3-java
Architecture: all
Depends: ${misc:Depends}
Description: Java lightweight mathematics and statistics components
@@ -40,11 +40,11 @@
.
This is a part of the Apache Commons Project.
-Package: libcommons-math-java-doc
+Package: libcommons-math3-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Suggests: libcommons-math-java
+Suggests: libcommons-math3-java
Description: Java lightweight mathematics and statistics components - documentation
Commons Math is a Java library of lightweight, self-contained mathematics
and statistics components.
Modified: trunk/commons-math3/debian/copyright
===================================================================
--- trunk/commons-math3/debian/copyright 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/copyright 2013-04-03 12:31:15 UTC (rev 16481)
@@ -1,20 +1,34 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Commons Math
Upstream-Contact: http://commons.apache.org/math/team-list.html
Source: http://www.apache.org/dist/commons/math/source/
Files: *
-Copyright: Copyright 2001-2011 The Apache Software Foundation
+Copyright: 2001-2012 The Apache Software Foundation
License: Apache-2.0
- On Debian GNU/Linux system you can find the complete text of the
- Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
-Files: src/java/org/apache/commons/math/ode/GraggBulirschStoerStepInterpolator.java src/java/org/apache/commons/math/ode/GraggBulirschStoerIntegrator.java
-Copyright: Copyright (c) 2004, Ernst Hairer
+Files: src/main/java/org/apache/commons/math3/optimization/univariate/BracketFinder.java
+ src/main/java/org/apache/commons/math3/optimization/general/PowellOptimizer/java
+Copyright: 2003-2009, SciPy Developers
+License: Apache-2.0
+Comment: These classes are based on the Python code in module "optimize.py"
+ (version 0.5) developed by Travis E. Oliphant for the SciPy library
+ (http://www.scipy.org/)
+
+Files: src/main/java/org/apache/commons/math3/optimization/linear/LinearConstraint
+ src/main/java/org/apache/commons/math3/optimization/linear/LinearObjectiveFunction
+ src/main/java/org/apache/commons/math3/optimization/linear/LinearOptimizer
+ src/main/java/org/apache/commons/math3/optimization/linear/RelationShip
+ src/main/java/org/apache/commons/math3/optimization/linear/SimplexSolver
+ src/main/java/org/apache/commons/math3/optimization/linear/SimplexTableau
+Copyright: 2009, Google Inc.
+License: Apache-2.0
+Comment: These classes include software developed by Benjamin McCann
+ (http://www.benmccann.com)
+
+Files: src/main/java/org/apache/commons/math3/ode/nonstiff.GraggBulirschStoerIntegrator.java
+Copyright: 2004, Ernst Hairer
License: Apache-2.0 | other
- On Debian GNU/Linux system you can find the complete text of the
- Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
- .
This implementation is basically a reimplementation in Java of the
<http://www.unige.ch/math/folks/hairer/prog/nonstiff/odex.f>
fortran code by E. Hairer and G. Wanner. The redistribution policy
@@ -49,10 +63,12 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------- http://www.unige.ch/~hairer/prog/licence.txt ----------
-Files: src/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.java
- src/test/org/apache/commons/math/estimation/GaussNewtonEstimatorTest.java
- src/test/org/apache/commons/math/estimation/MinpackTest.java
-Copyright: Copyright Notice (1999) University of Chicago
+Files: src/main/java/org/apache/commons/math3/optimization/general/LevenbergMarquardtOptimizer.java
+ src/test/java/org/apache/commons/math3/optimization/general/GaussNewtonOptimizerTest.java
+ src/test/java/org/apache/commons/math3/optimization/general/LevenbergMarquardtOptimizerTest.java
+ src/test/java/org/apache/commons/math3/optimization/general/MinpackTest.java
+ src/test/java/org/apache/commons/math3/optimization/general/NonLinearConjugateGradientOptimizerTest.java
+Copyright: 1999, University of Chicago
License: Apache-2.0 | other
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
@@ -121,8 +137,80 @@
POSSIBILITY OF SUCH LOSS OR DAMAGES.
---------- http://www.netlib.org/minpack/disclaimer ----------
+Files: src/main/java/org/apache/commons/math3/linear/EigenDecompositionImpl.java
+Comment: This class includes software translated from some LAPACK Fortran routines.
+Copyright: 1992-2008, The University of Tennessee
+License: Apache-2.0 | other
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer listed
+ in this license in the documentation and/or other materials
+ provided with the distribution.
+ .
+ - Neither the name of the copyright holders nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/main/java/org/apache/commons/math3/random/MersenneTwister.java
+Comment: This class includes software translated from the 2002-01-26
+ version of the Mersenne-Twister generator written in C by Makoto Matsumoto
+ and Takuji Nishimura.
+Copyright: 1997-2002, Makoto Matsumoto and Takuji Nishimura
+License: Apache-2.0 | other
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. The names of its contributors may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest
+ src/main/java/org/apache/commons/math3/analysis/interpolation/HermiteInterpolator
+Copyright: 2010, CS Systèmes d'Information
+License: Apache-2.0
+
Files: debian/*
-Copyright: Copyright (C) 2008-2011, Damien Raude-Morvan <drazzib at debian.org>
+Copyright: 2008-2011, Damien Raude-Morvan <drazzib at debian.org>
License: Apache-2.0
+
+License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'.
Deleted: trunk/commons-math3/debian/libcommons-math-java-doc.doc-base
===================================================================
--- trunk/commons-math3/debian/libcommons-math-java-doc.doc-base 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/libcommons-math-java-doc.doc-base 2013-04-03 12:31:15 UTC (rev 16481)
@@ -1,9 +0,0 @@
-Document: libcommons-math-java-doc
-Title: API Javadoc for libcommons-math
-Author: libcommons-math developers
-Abstract: This is the API Javadoc provided by the libcommons-math library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libcommons-math-java/api/index.html
-Files: /usr/share/doc/libcommons-math-java/api/*
Deleted: trunk/commons-math3/debian/libcommons-math-java-doc.install
===================================================================
--- trunk/commons-math3/debian/libcommons-math-java-doc.install 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/libcommons-math-java-doc.install 2013-04-03 12:31:15 UTC (rev 16481)
@@ -1 +0,0 @@
-target/api /usr/share/doc/libcommons-math-java
Deleted: trunk/commons-math3/debian/libcommons-math-java.poms
===================================================================
--- trunk/commons-math3/debian/libcommons-math-java.poms 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/libcommons-math-java.poms 2013-04-03 12:31:15 UTC (rev 16481)
@@ -1 +0,0 @@
-pom.xml --no-parent
Copied: trunk/commons-math3/debian/libcommons-math3-java-doc.doc-base (from rev 16479, trunk/commons-math3/debian/libcommons-math-java-doc.doc-base)
===================================================================
--- trunk/commons-math3/debian/libcommons-math3-java-doc.doc-base (rev 0)
+++ trunk/commons-math3/debian/libcommons-math3-java-doc.doc-base 2013-04-03 12:31:15 UTC (rev 16481)
@@ -0,0 +1,9 @@
+Document: libcommons-math3-java-doc
+Title: API Javadoc for libcommons-math3
+Author: libcommons-math3 developers
+Abstract: This is the API Javadoc provided by the libcommons-math3 library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libcommons-math3-java/api/index.html
+Files: /usr/share/doc/libcommons-math3-java/api/*
Copied: trunk/commons-math3/debian/libcommons-math3-java-doc.install (from rev 16479, trunk/commons-math3/debian/libcommons-math-java-doc.install)
===================================================================
--- trunk/commons-math3/debian/libcommons-math3-java-doc.install (rev 0)
+++ trunk/commons-math3/debian/libcommons-math3-java-doc.install 2013-04-03 12:31:15 UTC (rev 16481)
@@ -0,0 +1 @@
+target/api /usr/share/doc/libcommons-math3-java
Copied: trunk/commons-math3/debian/libcommons-math3-java.poms (from rev 16479, trunk/commons-math3/debian/libcommons-math-java.poms)
===================================================================
--- trunk/commons-math3/debian/libcommons-math3-java.poms (rev 0)
+++ trunk/commons-math3/debian/libcommons-math3-java.poms 2013-04-03 12:31:15 UTC (rev 16481)
@@ -0,0 +1 @@
+pom.xml --no-parent
Modified: trunk/commons-math3/debian/patches/02_no_tests_on_build.diff
===================================================================
--- trunk/commons-math3/debian/patches/02_no_tests_on_build.diff 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/patches/02_no_tests_on_build.diff 2013-04-03 12:31:15 UTC (rev 16481)
@@ -6,7 +6,7 @@
Last-Update: 2009-07-16
--- a/build.xml
+++ b/build.xml
-@@ -247,7 +247,7 @@
+@@ -255,7 +255,7 @@
<!-- ========== Create Jar ================================================ -->
Added: trunk/commons-math3/debian/patches/03_fix_version.diff
===================================================================
--- trunk/commons-math3/debian/patches/03_fix_version.diff (rev 0)
+++ trunk/commons-math3/debian/patches/03_fix_version.diff 2013-04-03 12:31:15 UTC (rev 16481)
@@ -0,0 +1,14 @@
+Description: Fixes the version in the build file
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/build.xml
++++ b/build.xml
+@@ -52,7 +52,7 @@
+ <property name="component.title" value="Commons MATH"/>
+
+ <!-- The current version number of this component -->
+- <property name="component.version" value="3.1-SNAPSHOT"/>
++ <property name="component.version" value="3.1.1"/>
+
+ <!-- The base directory for component sources -->
+ <property name="source.home" value="src/main/java"/>
Modified: trunk/commons-math3/debian/patches/series
===================================================================
--- trunk/commons-math3/debian/patches/series 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/patches/series 2013-04-03 12:31:15 UTC (rev 16481)
@@ -1 +1,2 @@
02_no_tests_on_build.diff
+03_fix_version.diff
Modified: trunk/commons-math3/debian/rules
===================================================================
--- trunk/commons-math3/debian/rules 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/rules 2013-04-03 12:31:15 UTC (rev 16481)
@@ -16,7 +16,7 @@
# Per Debian Java Policy, install a versioned JAR and an unversioned symlink
binary-post-install/lib$(PACKAGE)-java::
mh_installpoms -plib$(PACKAGE)-java
- mh_installjar -plib$(PACKAGE)-java -l pom.xml target/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
+ mh_installjar -plib$(PACKAGE)-java -l pom.xml target/commons-math-$(DEB_UPSTREAM_VERSION).jar
install/lib$(PACKAGE)-java-doc::
mv target/apidocs target/api
Modified: trunk/commons-math3/debian/watch
===================================================================
--- trunk/commons-math3/debian/watch 2013-04-03 10:56:27 UTC (rev 16480)
+++ trunk/commons-math3/debian/watch 2013-04-03 12:31:15 UTC (rev 16481)
@@ -1,2 +1,2 @@
version=3
-http://www.apache.org/dist/commons/math/source/commons-math-(.*)-src.tar.gz
+http://www.apache.org/dist/commons/math/source/commons-math3-(.*)-src.tar.gz
More information about the pkg-java-commits
mailing list