[Git][java-team/jctools][master] 9 commits: Secure URI in Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 30 16:29:44 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jctools
Commits:
591725df by Andreas Tille at 2025-01-30T17:20:25+01:00
Secure URI in Homepage
- - - - -
a4c0319b by Andreas Tille at 2025-01-30T17:23:06+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
3202b12d by Andreas Tille at 2025-01-30T17:23:15+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
67d9ab36 by Andreas Tille at 2025-01-30T17:23:15+01:00
debhelper-compat 13 (routine-update)
- - - - -
fac2af1c by Andreas Tille at 2025-01-30T17:23:34+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
ff91da28 by Andreas Tille at 2025-01-30T17:23:34+01:00
Secure URI in copyright format (routine-update)
- - - - -
2428afc4 by Andreas Tille at 2025-01-30T17:23:34+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
bc7118ba by Andreas Tille at 2025-01-30T16:23:34+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
3fad25cd by Andreas Tille at 2025-01-30T17:28:23+01:00
Update watch file format version to 4.
Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+jctools (2.0.2-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Secure URI in Homepage
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * 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)
+ * Trim trailing whitespace.
+ * Update watch file format version to 4.
+
+ -- Andreas Tille <tille at debian.org> Thu, 30 Jan 2025 17:20:05 +0100
+
jctools (2.0.2-1) unstable; urgency=medium
* New upstream release
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,22 +1,22 @@
Source: jctools
-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-bundle-plugin-java,
- maven-debian-helper (>= 2.1)
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jctools.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jctools.git
-Homepage: http://jctools.github.io/JCTools/
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ junit4,
+ libmaven-bundle-plugin-java,
+ maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/jctools
+Vcs-Git: https://salsa.debian.org/java-team/jctools.git
+Homepage: https://jctools.github.io/JCTools/
Package: libjctools-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java Concurrency Tools for the JVM
JCTools offers some concurrent data structures currently missing from the JDK:
=====================================
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: JCTools
Source: https://github.com/JCTools/JCTools
Files-Excluded: resources
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://github.com/JCTools/JCTools/tags .*/(?:.*?)([\d\.]+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/jctools/-/compare/2aeebda2dcaef620c3d15aabd33a5bc23b6430db...3fad25cdefaefbd8c65f26a2253dbb315610478f
--
View it on GitLab: https://salsa.debian.org/java-team/jctools/-/compare/2aeebda2dcaef620c3d15aabd33a5bc23b6430db...3fad25cdefaefbd8c65f26a2253dbb315610478f
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/20250130/8064c2a6/attachment.htm>
More information about the pkg-java-commits
mailing list