[Git][java-team/airlift-slice][master] 9 commits: Team upload.
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 16 14:14:25 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / airlift-slice
Commits:
f24d3cd6 by Andreas Tille at 2025-01-16T15:05:29+01:00
Team upload.
- - - - -
40a4f5fd by Andreas Tille at 2025-01-16T15:05:29+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
43a36da7 by Andreas Tille at 2025-01-16T15:05:30+01:00
debhelper-compat 13 (routine-update)
- - - - -
8888b176 by Andreas Tille at 2025-01-16T15:05:32+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
313171dd by Andreas Tille at 2025-01-16T15:05:32+01:00
Secure URI in copyright format (routine-update)
- - - - -
e9166125 by Andreas Tille at 2025-01-16T15:05:32+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
838c44cd by Andreas Tille at 2025-01-16T14:05:32+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
306d6de8 by Andreas Tille at 2025-01-16T14:05:32+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
- - - - -
4c0f55d1 by Andreas Tille at 2025-01-16T15:07:23+01:00
Re-add unintentionally removed B-D: maven-debian-helper
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+airlift-slice (0.10-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Packaging update
+ * 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, 16 Jan 2025 15:05:23 +0100
+
airlift-slice (0.10-2.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,17 +1,20 @@
Source: airlift-slice
-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, maven-debian-helper (>= 1.5), libfindbugs-annotations-java
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/airlift-slice.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/airlift-slice.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ maven-debian-helper,
+ libfindbugs-annotations-java
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/airlift-slice
+Vcs-Git: https://salsa.debian.org/java-team/airlift-slice.git
Homepage: https://github.com/airlift/slice
Package: libslice-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${misc:Depends},
+ ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java library for efficiently working with heap and off-heap memory
Slice is a library for working efficiently with heap and off-heap memory.
=====================================
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: Slice
Source: https://github.com/airlift/slice
=====================================
debian/rules
=====================================
@@ -4,6 +4,3 @@ export JAVA_HOME = /usr/lib/jvm/default-java
%:
dh $@ --buildsystem=maven
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://github.com/airlift/slice/tags .*/([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/airlift-slice/-/compare/9bff34175f69f0677eda3ccfdec728a8d09ef543...4c0f55d10573a87a9f3fc3b3cdc9a65d69d97328
--
View it on GitLab: https://salsa.debian.org/java-team/airlift-slice/-/compare/9bff34175f69f0677eda3ccfdec728a8d09ef543...4c0f55d10573a87a9f3fc3b3cdc9a65d69d97328
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/20250116/3d71f318/attachment.htm>
More information about the pkg-java-commits
mailing list