Emmanuel Bourg pushed to branch master at Debian Java Maintainers / commons-math
Commits: 84935ad6 by Emmanuel Bourg at 2024-10-26T12:47:51+02:00 Removed the -java-doc package - - - - - 1f4d1560 by Emmanuel Bourg at 2024-10-26T12:48:05+02:00 Standards-Version updated to 4.7.0 - - - - - f2d0ff70 by Emmanuel Bourg at 2024-10-26T12:48:29+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - − debian/libcommons-math-java-doc.doc-base - − debian/libcommons-math-java-doc.install Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +commons-math (2.2-9) unstable; urgency=medium + + * Removed the -java-doc package + * Standards-Version updated to 4.7.0 + + -- Emmanuel Bourg <[email protected]> Sat, 26 Oct 2024 12:48:23 +0200 + commons-math (2.2-8) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -8,9 +8,8 @@ Build-Depends: debhelper-compat (= 13), default-jdk, junit4, - libmaven-javadoc-plugin-java, maven-debian-helper -Standards-Version: 4.6.0 +Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/java-team/commons-math.git Vcs-Browser: https://salsa.debian.org/java-team/commons-math Homepage: http://commons.apache.org/math/ @@ -45,39 +44,3 @@ Description: Java lightweight mathematics and statistics components coefficients and "special functions" (e.g. gamma, beta functions) . This is a part of the Apache Commons Project. - -Package: libcommons-math-java-doc -Architecture: all -Section: doc -Depends: - ${misc:Depends} -Suggests: - libcommons-math-java -Description: Java lightweight mathematics and statistics components - documentation - Commons Math is a Java library of lightweight, self-contained mathematics - and statistics components. - . - Commons Math is made up of a small set of math/stat utilities addressing - programming problems like the ones in the list below: - - Computing means, variances and other summary statistics for a list of - numbers - - Fitting a line to a set of data points using linear regression - - Finding a smooth curve that passes through a collection of points - (interpolation) - - Fitting a parametric model to a set of measurements using least-squares - methods - - Solving equations involving real-valued functions (i.e. root-finding) - - Solving systems of linear equations - - Solving Ordinary Differential Equations - - Minimizing multi-dimensional functions - - Generating random numbers with more restrictions (e.g distribution, range) - than what is possible using the JDK - - Generating random samples and/or datasets that are "like" the data in an - input file - - Performing statistical significance tests - - Miscellaneous mathematical functions such as factorials, binomial - coefficients and "special functions" (e.g. gamma, beta functions) - . - This is a part of the Apache Commons Project. - . - This package provides the API documentation for Commons Math. ===================================== debian/libcommons-math-java-doc.doc-base deleted ===================================== @@ -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/* ===================================== debian/libcommons-math-java-doc.install deleted ===================================== @@ -1 +0,0 @@ -target/apidocs/* /usr/share/doc/libcommons-math-java/api View it on GitLab: https://salsa.debian.org/java-team/commons-math/-/compare/dd61a871c3096c2513972e4dc04e0fc79c6f0c46...f2d0ff7013a7831c28d517ae453c40c270e96a22 -- View it on GitLab: https://salsa.debian.org/java-team/commons-math/-/compare/dd61a871c3096c2513972e4dc04e0fc79c6f0c46...f2d0ff7013a7831c28d517ae453c40c270e96a22 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

