[Git][java-team/openhft-chronicle-queue][master] 11 commits: Build-Depends: s/default-jdk/default-jdk-headless/
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Feb 16 21:01:19 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / openhft-chronicle-queue
Commits:
e17e29b9 by Andreas Tille at 2025-02-16T21:46:48+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
a1a956b8 by Andreas Tille at 2025-02-16T21:46:59+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
3e144a72 by Andreas Tille at 2025-02-16T21:46:59+01:00
debhelper-compat 13 (routine-update)
- - - - -
b71a3ea9 by Andreas Tille at 2025-02-16T21:47:49+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
42c977f1 by Andreas Tille at 2025-02-16T21:47:49+01:00
Secure URI in copyright format (routine-update)
- - - - -
bec843d6 by Andreas Tille at 2025-02-16T21:47:49+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
fb61cbeb by Andreas Tille at 2025-02-16T20:47:49+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
4c326a16 by Andreas Tille at 2025-02-16T20:47:50+00: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
- - - - -
c09b40d4 by Andreas Tille at 2025-02-16T21:54:34+01:00
Formatting d/changelog
- - - - -
7951f950 by Andreas Tille at 2025-02-16T22:00:03+01:00
d/copyright: review
- - - - -
b351d310 by Andreas Tille at 2025-02-16T22:00:55+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+openhft-chronicle-queue (3.6.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * 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.
+ * d/copyright: review
+
+ -- Andreas Tille <tille at debian.org> Sun, 16 Feb 2025 22:00:09 +0100
+
openhft-chronicle-queue (3.6.0-2) unstable; urgency=medium
* Added the missing build dependency on junit4 (Closes: #866566)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,10 +1,10 @@
Source: openhft-chronicle-queue
-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,
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
junit4,
libcommons-lang3-java,
libhdrhistogram-java,
@@ -12,17 +12,18 @@ Build-Depends: debhelper (>= 10),
libjoda-time-java,
libmaven-bundle-plugin-java,
libopenhft-chronicle-network-java,
- libopenhft-lang-java (>= 6.6.2),
- maven-debian-helper (>= 1.5),
+ libopenhft-lang-java,
+ maven-debian-helper,
zip
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-chronicle-queue.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-chronicle-queue.git
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-queue
+Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-queue.git
Homepage: https://github.com/OpenHFT/Chronicle-Queue
Package: libopenhft-chronicle-queue-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java library for persisted low latency messaging
Chronicle is a Java library focused on building a persisted low latency
=====================================
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: OpenHFT Chronicle Queue
Source: https://github.com/OpenHFT/Chronicle-Queue
Files-Excluded: *.jar
@@ -7,6 +7,24 @@ Files: *
Copyright: 2013-2015, Peter Lawrey
License: Apache-2.0
+Files: chronicle-queue/*
+ chronicle-sandbox/src/main/java/net/openhft/chronicle/engine/client/internal/CoreFields.java
+ chronicle-sandbox/src/main/java/net/openhft/chronicle/queue/impl/WireUtil.java
+ chronicle/src/test/java/net/openhft/chronicle/comparison/ChronicleTestMain.java
+Copyright: 2015 higherfrequencytrading.com
+License: LGPL-3
+ On Debian systems, the full text of the GNU Lesser Public License
+ version 3 can be found in the file '/usr/share/common-licenses/LGPL-3'.
+
+Files: chronicle-queue/src/main/java/net/openhft/chronicle/queue/impl/ringbuffer/*
+ chronicle-queue/src/main/java/net/openhft/chronicle/queue/impl/single/Compression.java
+ chronicle-queue/src/main/java/net/openhft/chronicle/queue/impl/single/Header.java
+ chronicle-queue/src/main/java/net/openhft/chronicle/queue/RollDateCache.java
+ chronicle-queue/src/test/java/net/openhft/chronicle/queue/impl/ringbuffer/*
+ chronicle-queue/src/test/java/net/openhft/chronicle/queue/impl/single/IndexOffsetTest.java
+Copyright: 2015 Higher Frequency Trading
+License: Apache-2.0
+
Files: debian/*
Copyright: 2015, Emmanuel Bourg <ebourg at apache.org>
License: Apache-2.0
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --repack --compression xz
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://github.com/OpenHFT/Chronicle-Queue/tags .*/chronicle-(?:queue-)?([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-queue/-/compare/641c1e821f8258b724e61bce52db2f5b0a86f6bf...b351d3106c8ff5469a2547166d30dc42f6022315
--
View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-queue/-/compare/641c1e821f8258b724e61bce52db2f5b0a86f6bf...b351d3106c8ff5469a2547166d30dc42f6022315
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/20250216/6a0ab5b2/attachment.htm>
More information about the pkg-java-commits
mailing list