Merge ~vpa1977/ubuntu/+source/openjdk-21:ubuntu1-upload into ubuntu/+source/openjdk-21:ubuntu/devel

Proposed by Vladimir Petko
Status: Merged
Merged at revision: 0048b7247b1b19caedf00b691929eb60e961f87e
Proposed branch: ~vpa1977/ubuntu/+source/openjdk-21:ubuntu1-upload
Merge into: ubuntu/+source/openjdk-21:ubuntu/devel
Diff against target: 61 lines (+12/-4)
4 files modified
debian/changelog (+7/-0)
debian/control (+3/-2)
debian/rules (+1/-1)
debian/watch (+1/-1)
Reviewer Review Type Date Requested Status
git-ubuntu import Pending
Review via email: mp+464794@code.launchpad.net

Description of the change

Changes:
 - enable jtreg tests.

PPA: ppa:vpa1977/bootstrap-openjdk-lts [1]

Tests:
 - package build.
Note:
 - jtreg jpackage tests fail
 - i386 build fails due to the missing dependencies.

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/bootstrap-openjdk-lts/+packages

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index fd78188..b497863 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+openjdk-21 (21.0.3+9-1ubuntu1) noble; urgency=medium
7+
8+ * d/rules: enable jtreg tests.
9+ * Regenerate control files.
10+
11+ -- Vladimir Petko <vladimir.petko@canonical.com> Tue, 23 Apr 2024 07:35:05 +1200
12+
13 openjdk-21 (21.0.3+9-1) unstable; urgency=high
14
15 * OpenJDK 21.0.3 release, build 9.
16diff --git a/debian/control b/debian/control
17index cf0d93d..6029fd5 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -1,13 +1,14 @@
21 Source: openjdk-21
22 Section: java
23 Priority: optional
24-Maintainer: OpenJDK Team <openjdk-21@packages.debian.org>
25+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26+XSBC-Original-Maintainer: OpenJDK Team <openjdk-21@packages.debian.org>
27 Uploaders: Matthias Klose <doko@ubuntu.com>
28 Build-Depends: debhelper (>= 11),
29 m4, lsb-release, zip, unzip,
30 sharutils, gawk, cpio, pkg-config, procps, wdiff, fastjar (>= 2:0.96-0ubuntu2),
31 time, strip-nondeterminism, debugedit (>= 4.16),
32- file,
33+ jtreg7 (>= 7.3.1+1~) <!nocheck>, libtestng7-java <!nocheck>, xvfb <!nocheck>, xauth <!nocheck>, xfonts-base <!nocheck>, libgl1-mesa-dri [!x32] <!nocheck>, xfwm4 <!nocheck>, x11-xkb-utils <!nocheck>, dbus-x11 <!nocheck>, libasmtools-java <!nocheck>, xvfb <!nocheck>,
34 autoconf, automake, autotools-dev, ant, ant-optional,
35 g++-13 <!cross>,
36 openjdk-21-jdk-headless:native | openjdk-20-jdk-headless:native,
37diff --git a/debian/rules b/debian/rules
38index a495ce5..c42c925 100755
39--- a/debian/rules
40+++ b/debian/rules
41@@ -182,7 +182,7 @@ with_docs = $(if $(findstring nodoc, $(DEB_BUILD_OPTIONS)),,yes)
42 ifneq (,$(filter $(distrel), precise trusty))
43 with_docs =
44 endif
45-with_check = disabled for this upload
46+#with_check = disabled for this upload
47
48 with_wqy_zenhai = $(if $(filter $(distrel),lenny),,yes)
49
50diff --git a/debian/watch b/debian/watch
51index 13c244e..545015a 100644
52--- a/debian/watch
53+++ b/debian/watch
54@@ -1,6 +1,6 @@
55 version=4
56 opts=\
57-repack,repacksuffix=ea,oversionmangle=s/\+(\d+)/\~$1/,dversionmangle=s/\~(\d*)ea$/\+$1/,\
58+repack,\
59 compression=xz, \
60 https://github.com/openjdk/jdk21u/tags \
61 (?:.*?/)?jdk-(21[\+\.\d]*)\.tar\.gz

Subscribers

People subscribed via source and target branches