Control: tags 1095653 + patch Dear maintainer,
I've uploaded an NMU for ruby-build (versioned as 20241225.2-1.1). The diff is attached to this message. cu Adrian
diffstat for ruby-build-20241225.2 ruby-build-20241225.2 changelog | 8 ++++++++ tests/control | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff -Nru ruby-build-20241225.2/debian/changelog ruby-build-20241225.2/debian/changelog --- ruby-build-20241225.2/debian/changelog 2024-12-25 11:06:48.000000000 +0200 +++ ruby-build-20241225.2/debian/changelog 2025-04-10 15:46:24.000000000 +0300 @@ -1,3 +1,11 @@ +ruby-build (20241225.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Apply patch from Simon Quigley to not run the build-ruby-openssl + autopkgtest on armhf. (Closes: #1095653) + + -- Adrian Bunk <b...@debian.org> Thu, 10 Apr 2025 15:46:24 +0300 + ruby-build (20241225.2-1) unstable; urgency=medium * Update version used for autopkgtest to 3.4.1 diff -Nru ruby-build-20241225.2/debian/tests/control ruby-build-20241225.2/debian/tests/control --- ruby-build-20241225.2/debian/tests/control 2024-12-25 11:06:48.000000000 +0200 +++ ruby-build-20241225.2/debian/tests/control 2025-04-10 15:46:17.000000000 +0300 @@ -1,10 +1,15 @@ Test-Command: bats test/ Depends: bats -Tests: build-ruby build-ruby-openssl +Tests: build-ruby Restrictions: needs-internet allow-stderr Depends: @, @recommends@ +Tests: build-ruby-openssl +Restrictions: needs-internet allow-stderr +Depends: @, @recommends@ +Architecture: !armhf + Tests: build-ruby-yjit Restrictions: needs-internet allow-stderr # YJIT is only supported on amd64 and arm64.