[Git][java-team/openhft-chronicle-threads][master] 5 commits: Fixed the build failure with OpenJDK 17 (Closes: #1011562)
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon May 30 11:36:49 BST 2022
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / openhft-chronicle-threads
Commits:
ca82a8e3 by Emmanuel Bourg at 2022-05-30T12:24:10+02:00
Fixed the build failure with OpenJDK 17 (Closes: #1011562)
- - - - -
83b8eff7 by Emmanuel Bourg at 2022-05-30T12:24:27+02:00
Standards-Version updated to 4.6.1
- - - - -
df336172 by Emmanuel Bourg at 2022-05-30T12:24:33+02:00
Switch to debhelper level 13
- - - - -
f887e148 by Emmanuel Bourg at 2022-05-30T12:29:07+02:00
Updated the watch file
- - - - -
cf4bb0f2 by Emmanuel Bourg at 2022-05-30T12:34:36+02:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/maven.properties
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+openhft-chronicle-threads (1.1.6-3) unstable; urgency=medium
+
+ * Fixed the build failure with OpenJDK 17 (Closes: #1011562)
+ * Standards-Version updated to 4.6.1
+ * Switch to debhelper level 13
+ * Updated the watch file
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 30 May 2022 12:34:31 +0200
+
openhft-chronicle-threads (1.1.6-2) unstable; urgency=medium
* Team upload
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
- debhelper (>= 12),
+ debhelper-compat (= 13),
default-jdk,
junit4,
libintellij-annotations-java,
@@ -13,7 +13,7 @@ Build-Depends:
libopenhft-chronicle-core-java,
libslf4j-java,
maven-debian-helper (>= 2.1)
-Standards-Version: 4.3.0
+Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-threads.git
Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-threads
Homepage: https://github.com/OpenHFT/Chronicle-Threads
=====================================
debian/maven.properties
=====================================
@@ -2,3 +2,4 @@
# For example:
# maven.test.skip=true
+argLine=--add-opens java.base/java.lang=ALL-UNNAMED
=====================================
debian/rules
=====================================
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
-
-get-orig-source:
- uscan --download-current-version --force-download --repack --rename --compression xz
+ dh $@
=====================================
debian/watch
=====================================
@@ -1,2 +1,3 @@
-version=3
-https://github.com/OpenHFT/Chronicle-Threads/tags .*/chronicle-threads-(.*).tar.gz
+version=4
+opts="mode=git" \
+https://github.com/OpenHFT/Chronicle-Threads refs/tags/chronicle-threads-([\d\.]+)
View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-threads/-/compare/4bb00a5c06b377cd35b9b48ef9b0909cb5d6e319...cf4bb0f284a1afa45a98f236f6c6e754f2356395
--
View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-threads/-/compare/4bb00a5c06b377cd35b9b48ef9b0909cb5d6e319...cf4bb0f284a1afa45a98f236f6c6e754f2356395
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/20220530/62cac434/attachment.htm>
More information about the pkg-java-commits
mailing list