[Git][java-team/commons-math3][master] 14 commits: Team upload.
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 16 13:56:53 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / commons-math3
Commits:
bc593328 by Andreas Tille at 2025-01-16T14:23:26+01:00
Team upload.
- - - - -
aacce90a by Andreas Tille at 2025-01-16T14:23:26+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
61435109 by Andreas Tille at 2025-01-16T14:23:26+01:00
debhelper-compat 13 (routine-update)
- - - - -
a6688f98 by Andreas Tille at 2025-01-16T14:24:02+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
d8420c9e by Andreas Tille at 2025-01-16T14:24:02+01:00
Secure URI in copyright format (routine-update)
- - - - -
272111da by Andreas Tille at 2025-01-16T14:24:03+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
b1619135 by Andreas Tille at 2025-01-16T14:24:03+01:00
Remove trailing whitespace in debian/copyright (routine-update)
- - - - -
dd098dfe by Andreas Tille at 2025-01-16T13:24:04+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
8a43ee11 by Andreas Tille at 2025-01-16T13:24:05+00:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
451a15b5 by Andreas Tille at 2025-01-16T14:24:14+01:00
watch file standard 4 (routine-update)
- - - - -
c3a7c0de by Andreas Tille at 2025-01-16T14:33:13+01:00
Install NOTICE.txt into binary package
- - - - -
18bd0dfd by Andreas Tille at 2025-01-16T14:40:19+01:00
d/copyright: review
- - - - -
97112d40 by Andreas Tille at 2025-01-16T14:46:47+01:00
Typo
- - - - -
1791a206 by Andreas Tille at 2025-01-16T14:52:27+01:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/libcommons-math3-java.docs
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+commons-math3 (3.6.1-4) unstable; urgency=medium
+
+ * Team upload.
+ * Packaging update
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Drop useless get-orig-source target (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Trim trailing whitespace.
+ * Use secure URI in Homepage field.
+ * watch file standard 4 (routine-update)
+ * Install NOTICE.txt into binary package
+ * d/copyright: review
+
+ -- Andreas Tille <tille at debian.org> Thu, 16 Jan 2025 14:46:58 +0100
+
commons-math3 (3.6.1-3) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,18 +1,17 @@
Source: commons-math3
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends:
- debhelper (>= 10),
- default-jdk,
- junit4,
- libmaven-javadoc-plugin-java,
- maven-debian-helper
-Standards-Version: 4.1.2
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-math3.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-math3.git
-Homepage: http://commons.apache.org/math/
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk,
+ junit4,
+ libmaven-javadoc-plugin-java,
+ maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/commons-math3
+Vcs-Git: https://salsa.debian.org/java-team/commons-math3.git
+Homepage: https://commons.apache.org/math/
Package: libcommons-math3-java
Architecture: all
@@ -47,7 +46,8 @@ Description: Java lightweight mathematics and statistics components
Package: libcommons-math3-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, libjs-mathjax
+Depends: ${misc:Depends},
+ libjs-mathjax
Suggests: libcommons-math3-java
Description: Java lightweight mathematics and statistics components - documentation
Commons Math is a Java library of lightweight, self-contained mathematics
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://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/
@@ -28,7 +28,7 @@ Comment: These classes include software developed by Benjamin McCann
Files: src/main/java/org/apache/commons/math3/ode/nonstiff/GraggBulirschStoerIntegrator.java
Copyright: 2004, Ernst Hairer
-License: Apache-2.0 or other
+License: 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
@@ -69,7 +69,7 @@ Files: src/main/java/org/apache/commons/math3/optimization/general/LevenbergMarq
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 or other
+License: Apache-2.0 or netlib
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'
.
@@ -137,44 +137,12 @@ License: Apache-2.0 or other
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 or 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 or other
+License: Apache-2.0 or BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -186,8 +154,8 @@ License: Apache-2.0 or other
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
+ 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
@@ -200,7 +168,7 @@ License: Apache-2.0 or other
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.
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Files: src/test/java/org/apache/commons/math3/exception/util/LocalizedFormatsTest.java
src/main/java/org/apache/commons/math3/analysis/interpolation/HermiteInterpolator.java
=====================================
debian/libcommons-math3-java.docs
=====================================
@@ -0,0 +1 @@
+NOTICE.txt
=====================================
debian/rules
=====================================
@@ -7,6 +7,3 @@ export JAVA_HOME = /usr/lib/jvm/default-java
override_dh_installchangelogs:
dh_installchangelogs -- RELEASE-NOTES.txt
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://www.apache.org/dist/commons/math/source/commons-math3-(.*)-src.tar.gz
View it on GitLab: https://salsa.debian.org/java-team/commons-math3/-/compare/2a1e4209095ec78c6402743360d809b64ad7b64c...1791a206d42c186839e5ab634e0f6bb990e400bc
--
View it on GitLab: https://salsa.debian.org/java-team/commons-math3/-/compare/2a1e4209095ec78c6402743360d809b64ad7b64c...1791a206d42c186839e5ab634e0f6bb990e400bc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250116/72fbce56/attachment.htm>
More information about the pkg-java-commits
mailing list