[Git][java-team/commons-math][master] 9 commits: Declare compliance with Debian Policy 4.6.0.
Markus Koschany (@apo)
gitlab at salsa.debian.org
Sun Nov 7 22:48:44 GMT 2021
Markus Koschany pushed to branch master at Debian Java Maintainers / commons-math
Commits:
4ed3d078 by Markus Koschany at 2021-11-07T23:32:43+01:00
Declare compliance with Debian Policy 4.6.0.
- - - - -
9c64d1c7 by Markus Koschany at 2021-11-07T23:32:50+01:00
wrap-and-sort -sa.
- - - - -
707354a4 by Markus Koschany at 2021-11-07T23:33:09+01:00
Switch to debhelper-compat = 13.
- - - - -
423c5ea1 by Markus Koschany at 2021-11-07T23:36:15+01:00
Remove Build-Indep field because this is an arch:all package anyway.
- - - - -
a0eacb21 by Markus Koschany at 2021-11-07T23:37:03+01:00
Use canonical VCS URI.
- - - - -
050612b5 by Markus Koschany at 2021-11-07T23:37:34+01:00
Remove Damien Raude-Morvan from Uploaders because he is MIA.
Closes: #889319
- - - - -
7d00b65b by Markus Koschany at 2021-11-07T23:38:13+01:00
Remove get-orig-source target
- - - - -
8a9f8efe by Markus Koschany at 2021-11-07T23:45:04+01:00
Update debian/watch and track the github releases.
- - - - -
dd61a871 by Markus Koschany at 2021-11-07T23:45:45+01:00
Update changelog
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+commons-math (2.2-8) unstable; urgency=medium
+
+ * Team upload.
+ * Declare compliance with Debian Policy 4.6.0.
+ * wrap-and-sort -sa.
+ * Switch to debhelper-compat = 13.
+ * Remove Build-Indep field because this is an arch:all package anyway.
+ * Use canonical VCS URI.
+ * Remove Damien Raude-Morvan from Uploaders because he is MIA.
+ (Closes: #889319)
+ * Remove get-orig-source target.
+ * Update debian/watch and track the github releases.
+
+ -- Markus Koschany <apo at debian.org> Sun, 07 Nov 2021 23:45:21 +0100
+
commons-math (2.2-7) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -2,17 +2,23 @@ Source: commons-math
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: default-jdk, debhelper (>= 11), maven-debian-helper
-Build-Depends-Indep: junit4, libmaven-javadoc-plugin-java
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-math.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-math.git
+Uploaders:
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ junit4,
+ libmaven-javadoc-plugin-java,
+ maven-debian-helper
+Standards-Version: 4.6.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/
Package: libcommons-math-java
Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends}
Description: Java lightweight mathematics and statistics components
Commons Math is a Java library of lightweight, self-contained mathematics
and statistics components.
@@ -43,8 +49,10 @@ Description: Java lightweight mathematics and statistics components
Package: libcommons-math-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}
-Suggests: libcommons-math-java
+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.
=====================================
debian/rules
=====================================
@@ -3,5 +3,3 @@
%:
dh $@ --buildsystem=maven
-get-orig-source:
- uscan --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,2 +1,6 @@
-version=3
-http://www.apache.org/dist/commons/math/source/commons-math-(.*)-src.tar.gz
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/commons-math-$1\.tar\.gz/,
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$// \
+https://github.com/apache/commons-math/tags .*/MATH_?(\d\S+)\.tar\.gz
+
+
View it on GitLab: https://salsa.debian.org/java-team/commons-math/-/compare/3114c11a350dd9633df0b2e835db6ec7e9264bad...dd61a871c3096c2513972e4dc04e0fc79c6f0c46
--
View it on GitLab: https://salsa.debian.org/java-team/commons-math/-/compare/3114c11a350dd9633df0b2e835db6ec7e9264bad...dd61a871c3096c2513972e4dc04e0fc79c6f0c46
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/20211107/2464f06a/attachment.htm>
More information about the pkg-java-commits
mailing list