[Git][java-team/openhft-chronicle-core][master] 9 commits: Build-Depends: s/default-jdk/default-jdk-headless/

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Feb 13 20:12:51 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / openhft-chronicle-core


Commits:
c8d73a1b by Andreas Tille at 2025-02-13T21:07:12+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
a86490ee by Andreas Tille at 2025-02-13T21:07:40+01:00
d/README.source: removed since redundant

- - - - -
7d0303b3 by Andreas Tille at 2025-02-13T21:08:21+01:00
Secure URI in watch file

- - - - -
87b00d6a by Andreas Tille at 2025-02-13T21:08:43+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
6a4bacbc by Andreas Tille at 2025-02-13T21:08:43+01:00
debhelper-compat 13 (routine-update)

- - - - -
c974fd9a by Andreas Tille at 2025-02-13T21:08:58+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
5dc4e2f9 by Andreas Tille at 2025-02-13T21:08:58+01:00
Secure URI in copyright format (routine-update)

- - - - -
2c5ef022 by Andreas Tille at 2025-02-13T21:08:58+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
d3c95e49 by Andreas Tille at 2025-02-13T21:10:11+01:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -


7 changed files:

- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about openhft-chronicle-core
-----------------------------------------
-
-This package was debianized using the mh_make command
-from the maven-debian-helper package.
-
-The build system uses Maven but prevents it from downloading
-anything from the Internet, making the build compliant with
-the Debian policy.


=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+openhft-chronicle-core (2.17.5-v1.1.8-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * d/README.source: removed since redundant
+  * Secure URI in watch file
+  * 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.
+
+ -- Andreas Tille <tille at debian.org>  Thu, 13 Feb 2025 21:07:00 +0100
+
 openhft-chronicle-core (2.17.5-v1.1.8-2) unstable; urgency=medium
 
   * Update String access in StringUtils.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -1,26 +1,26 @@
 Source: openhft-chronicle-core
-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 (>= 9),
- default-jdk,
- junit4,
- libintellij-annotations-java,
- libmaven-bundle-plugin-java,
- libmockito-java,
- libopenhft-affinity-java,
- libslf4j-java,
- maven-debian-helper (>= 2.0)
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-chronicle-core.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-chronicle-core.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
+               junit4,
+               libintellij-annotations-java,
+               libmaven-bundle-plugin-java,
+               libmockito-java,
+               libopenhft-affinity-java,
+               libslf4j-java,
+               maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-core
+Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-core.git
 Homepage: https://github.com/OpenHFT/Chronicle-Core
 
 Package: libopenhft-chronicle-core-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
 Suggests: ${maven:OptionalDepends}
 Description: OpenHFT core library
  Chronicle Core wraps up low level access to:


=====================================
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 Core
 Source: https://github.com/OpenHFT/Chronicle-Core
 


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@ --buildsystem=maven
-
-get-orig-source:
-	uscan --download-current-version --force-download --repack --rename --compression xz


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/OpenHFT/Chronicle-Core/tags .*/chronicle-core-(.*).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-core/-/compare/3b416fa88fcceca6aa7611ebd798c30299effe5e...d3c95e4908efed6f3e41c1ac211d65b6c5a95976

-- 
View it on GitLab: https://salsa.debian.org/java-team/openhft-chronicle-core/-/compare/3b416fa88fcceca6aa7611ebd798c30299effe5e...d3c95e4908efed6f3e41c1ac211d65b6c5a95976
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/20250213/6cfec3d5/attachment.htm>


More information about the pkg-java-commits mailing list