[Git][java-team/jamm][master] 7 commits: Set Rules-Requires-Root: no in debian/control
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Wed Nov 22 05:39:06 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / jamm
Commits:
98b5b9fe by tony mancill at 2023-11-21T21:19:55-08:00
Set Rules-Requires-Root: no in debian/control
- - - - -
06458abd by tony mancill at 2023-11-21T21:21:32-08:00
Use debhelper-compat 13
- - - - -
3b9292c8 by tony mancill at 2023-11-21T21:24:57-08:00
Combine Build-Depends and Build-Depends-Indep
- - - - -
33c2fcad by tony mancill at 2023-11-21T21:25:20-08:00
Bump Standards-Version to 4.6.2
- - - - -
1f9870ca by tony mancill at 2023-11-21T21:27:20-08:00
Update debian/watch to version 4
- - - - -
cf248a61 by tony mancill at 2023-11-21T21:35:36-08:00
tweak patch description
Gbp-Dch: ignore
- - - - -
0e9f317c by tony mancill at 2023-11-21T21:35:36-08:00
Prepare changelog for upload
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/patches/01-disable-reference-test.patch
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,19 @@
-jamm (0.4.0-2) UNRELEASED; urgency=medium
+jamm (0.4.0-2) unstable; urgency=medium
+ [ Vladimir Petko ]
+ * Team upload.
* d/01-disable-reference-test.patch: disable
- testIgnoreNonStrongReferences, that fails due to the optimisation of
+ testIgnoreNonStrongReferences, which fails due to the optimisation of
ReferenceQueue<> in Java 21 (Closes: #1053026).
- -- Vladimir Petko <vladimir.petko at canonical.com> Wed, 22 Nov 2023 13:45:48 +1300
+ [ tony mancill ]
+ * Set Rules-Requires-Root: no in debian/control
+ * Use debhelper-compat 13
+ * Combine Build-Depends and Build-Depends-Indep
+ * Bump Standards-Version to 4.6.2
+ * Update debian/watch to version 4
+
+ -- tony mancill <tmancill at debian.org> Tue, 21 Nov 2023 21:27:26 -0800
jamm (0.4.0-1) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -5,17 +5,17 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Andrius Merkys <merkys at debian.org>,
Build-Depends:
- debhelper (>= 12),
+ debhelper-compat (= 13),
default-jdk,
- maven-debian-helper (>= 2.1),
-Build-Depends-Indep:
default-jdk-doc,
junit4 (>= 4.11),
libmaven-javadoc-plugin-java,
-Standards-Version: 4.4.0
+ maven-debian-helper (>= 2.1),
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/jamm.git
Vcs-Browser: https://salsa.debian.org/java-team/jamm
Homepage: https://github.com/jbellis/jamm/
+Rules-Requires-Root: no
Package: libjamm-java
Architecture: all
=====================================
debian/patches/01-disable-reference-test.patch
=====================================
@@ -1,4 +1,4 @@
-Description: Disable testIgnoreNonStrongReferences test upstream supports Java 21
+Description: Disable testIgnoreNonStrongReferences test until upstream supports Java 21
Upstream does not support Java 21. This patch disables the test that fails
due to optimisations of the memory usage in ReferenceQueue<> in Java 21.
Author: Vladimir Petko <vladimir.petko at canonical.com>
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
opts="repack,compression=xz" \
https://github.com/jbellis/jamm/tags .*/(?:.*?)([\d\.]+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/jamm/-/compare/bd4150b3731c1db7bfb2d357fa6a430d4b1ce4f9...0e9f317c776ce70fa829fd2e3cd0123b857bc8fd
--
View it on GitLab: https://salsa.debian.org/java-team/jamm/-/compare/bd4150b3731c1db7bfb2d357fa6a430d4b1ce4f9...0e9f317c776ce70fa829fd2e3cd0123b857bc8fd
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/20231122/1e816033/attachment.htm>
More information about the pkg-java-commits
mailing list