Merge ~vpa1977/ubuntu/+source/jruby:2056521 into ubuntu/+source/jruby:debian/sid

Proposed by Vladimir Petko
Status: Needs review
Proposed branch: ~vpa1977/ubuntu/+source/jruby:2056521
Merge into: ubuntu/+source/jruby:debian/sid
Diff against target: 85 lines (+32/-4)
3 files modified
debian/changelog (+27/-0)
debian/control (+2/-1)
debian/tests/control (+3/-3)
Reviewer Review Type Date Requested Status
Pushkar Kulkarni (community) Approve
git-ubuntu import Pending
Review via email: mp+462026@code.launchpad.net

Description of the change

PPA: ppa:vpa1977/plusone[1]

Changes:
 - rebase Ubuntu changes, drop changes present upstream

Testing:
- ppa build[2]
- piuparts test
- autopkgtests:
 jruby/9.4.6.0+ds-1ubuntu1~ppa10
    + ✅ jruby on noble for amd64 @ 11.03.24 20:59:34 Log️ 🗒️ [3]
    + ✅ jruby on noble for arm64 @ 12.03.24 06:10:27 Log️ 🗒️ [4]
    + ✅ jruby on noble for armhf @ 11.03.24 19:26:31 Log️ 🗒️ [5]
    + ✅ jruby on noble for i386 @ 11.03.24 19:21:22 Log️ 🗒️ [6]
    + ✅ jruby on noble for ppc64el @ 11.03.24 19:28:41 Log️ 🗒️ [7]
    + ✅ jruby on noble for s390x @ 11.03.24 19:25:23 Log️ 🗒️ [8]

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/plusone
[2] https://launchpad.net/~vpa1977/+archive/ubuntu/plusone/+sourcepub/15844176/+listing-archive-extra
[3] https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/amd64/j/jruby/20240311_205934_87062@/log.gz
[4]https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/arm64/j/jruby/20240312_061027_ba89e@/log.gz
[5] https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/armhf/j/jruby/20240311_192631_28a8f@/log.gz
[6] https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/i386/j/jruby/20240311_192122_8f158@/log.gz
[7] https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/ppc64el/j/jruby/20240311_192841_8e79d@/log.gz
[8] https://autopkgtest.ubuntu.com/results/autopkgtest-noble-vpa1977-plusone/noble/s390x/j/jruby/20240311_192523_0f98f@/log.gz

To post a comment you must log in.
Revision history for this message
Pushkar Kulkarni (pushkarnk) wrote :
review: Approve

Unmerged commits

273dd1a... by Vladimir Petko

changelog

0c1eb0b... by Vladimir Petko

update-maintainer

0edf6df... by Vladimir Petko

reconstruct-changelog

b6f1492... by Vladimir Petko

merge-changelogs

09f1e51... by Vladimir Petko

set tests failing in CI as flaky

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index bf65885..5ecabf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
1jruby (9.4.6.0+ds-1ubuntu1) noble; urgency=medium
2
3 * Merge with Debian unstable (LP: #2056521). Remaining changes:
4 - d/t/control: mark mri-extra, spec-ruby, mri-stdlib as flaky. See
5 launchpad bug 2054943.
6 * Drop Changes:
7 - d/rules: copy jruby pom files so that they can by updated by
8 maven-install-plugin. Fixes ftbfs (launchpad bug 2054942). Fixed
9 in Debian bug 1064554.
10 - d/p/jruby-8081-invert-o-nonblock-flag.patch: apply upstream patch
11 to fix fcntl call. This allows workaround for launchpad
12 bug 2054943. Fixed upstream.
13
14 -- Vladimir Petko <vladimir.petko@canonical.com> Fri, 08 Mar 2024 20:55:39 +1300
15
1jruby (9.4.6.0+ds-1) unstable; urgency=medium16jruby (9.4.6.0+ds-1) unstable; urgency=medium
217
3 * New upstream version 9.4.6.0+ds18 * New upstream version 9.4.6.0+ds
@@ -12,6 +27,18 @@ jruby (9.4.6.0+ds-1) unstable; urgency=medium
1227
13 -- Jérôme Charaoui <jerome@riseup.net> Wed, 28 Feb 2024 19:39:52 -050028 -- Jérôme Charaoui <jerome@riseup.net> Wed, 28 Feb 2024 19:39:52 -0500
1429
30jruby (9.4.5.0+ds-1ubuntu1) noble; urgency=medium
31
32 * d/rules: copy jruby pom files so that they can by updated by
33 maven-install-plugin. Fixes ftbfs (LP: #2054942).
34 * d/t/control: mark mri-extra, spec-ruby, mri-stdlib as flaky. See
35 launchpad bug 2054943.
36 * d/p/jruby-8081-invert-o-nonblock-flag.patch: apply upstream patch
37 to fix fcntl call. This allows workaround for launchpad
38 bug 2054943.
39
40 -- Vladimir Petko <vladimir.petko@canonical.com> Mon, 26 Feb 2024 11:55:18 +1300
41
15jruby (9.4.5.0+ds-1) unstable; urgency=medium42jruby (9.4.5.0+ds-1) unstable; urgency=medium
1643
17 * Rebuild for unstable.44 * Rebuild for unstable.
diff --git a/debian/control b/debian/control
index 21e0097..2ba7e82 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: jruby1Source: jruby
2Section: ruby2Section: ruby
3Priority: optional3Priority: optional
4Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
5Uploaders:6Uploaders:
6 Thomas Goirand <zigo@debian.org>,7 Thomas Goirand <zigo@debian.org>,
7 Jérôme Charaoui <jerome@riseup.net>,8 Jérôme Charaoui <jerome@riseup.net>,
diff --git a/debian/tests/control b/debian/tests/control
index 5d26b4d..4fa7fdb 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -112,7 +112,7 @@ Depends:
112 ruby-rspec,112 ruby-rspec,
113 ruby-test-unit,113 ruby-test-unit,
114 @,114 @,
115Restrictions: allow-stderr115Restrictions: allow-stderr, flaky
116Architecture: amd64, arm64116Architecture: amd64, arm64
117117
118Tests: mri-core118Tests: mri-core
@@ -140,7 +140,7 @@ Depends:
140 ruby-rspec,140 ruby-rspec,
141 ruby-test-unit,141 ruby-test-unit,
142 @,142 @,
143Restrictions: allow-stderr143Restrictions: allow-stderr, flaky
144Architecture: amd64, arm64144Architecture: amd64, arm64
145145
146Tests: mri-stdlib146Tests: mri-stdlib
@@ -154,5 +154,5 @@ Depends:
154 ruby-rspec,154 ruby-rspec,
155 ruby-test-unit,155 ruby-test-unit,
156 @,156 @,
157Restrictions: allow-stderr157Restrictions: allow-stderr, flaky
158Architecture: amd64, arm64158Architecture: amd64, arm64

Subscribers

People subscribed via source and target branches