Your message dated Wed, 19 Jun 2024 18:32:10 +0000
with message-id <e1sk06m-006ckc...@fasolo.debian.org>
and subject line Bug#1042415: fixed in ruby-aws-partitions 1.653.0-3~deb12u1
has caused the Debian Bug report #1042415,
regarding ruby-aws-partitions: Package missing partitions.json
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1042415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042415
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ruby-aws-partitions
Version: 1.653.0-1
Severity: grave
Tags: patch
Justification: renders package unusable
X-Debbugs-Cc: ssg...@debian.org
In version 1.653.0-1,
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/partitions.json
is not present. It is there in version 1.354.0-2 in bullseye. Without that
file, any actual use of this gem fails:
$ irb
irb(main):001:0> require 'aws-partitions'
=> true
irb(main):002:1* Aws::Partitions.each do |partition|
irb(main):003:1* puts partition.name
irb(main):004:0> end
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/lib/aws-partitions.rb:225:in
`read': No such file or directory @ rb_sysopen -
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/partitions.json
(Errno::ENOENT)
from
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/lib/aws-partitions.rb:225:in
`defaults'
from
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/lib/aws-partitions.rb:214:in
`default_partition_list'
from
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/lib/aws-partitions.rb:137:in
`each'
from (irb):2:in `<main>'
from /usr/lib/ruby/gems/3.1.0/gems/irb-1.4.1/exe/irb:11:in `<top
(required)>'
from /usr/bin/irb:25:in `load'
from /usr/bin/irb:25:in `<main>'
Patch to fix is attached
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.3.0-2-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages ruby-aws-partitions depends on:
ii ruby 1:3.1
ruby-aws-partitions recommends no packages.
ruby-aws-partitions suggests no packages.
-- no debconf information
diff -Nru ruby-aws-partitions-1.653.0/debian/changelog
ruby-aws-partitions-1.653.0/debian/changelog
--- ruby-aws-partitions-1.653.0/debian/changelog 2022-10-30
08:49:35.000000000 -0500
+++ ruby-aws-partitions-1.653.0/debian/changelog 2023-07-27
17:39:10.000000000 -0500
@@ -1,3 +1,11 @@
+ruby-aws-partitions (1.653.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Change DH_RUBY_GEM_INSTALL_WHITELIST_APPEND to DH_RUBY_GEM_INSTALL_INCLUDE
+ in debian/rules to work with newer gem2deb
+
+ -- Stephen Gelman <ssg...@debian.org> Thu, 27 Jul 2023 17:39:10 -0500
+
ruby-aws-partitions (1.653.0-1) unstable; urgency=medium
* Team Upload
diff -Nru ruby-aws-partitions-1.653.0/debian/rules
ruby-aws-partitions-1.653.0/debian/rules
--- ruby-aws-partitions-1.653.0/debian/rules 2022-10-30 08:49:35.000000000
-0500
+++ ruby-aws-partitions-1.653.0/debian/rules 2023-07-27 17:36:38.000000000
-0500
@@ -2,7 +2,7 @@
export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install
-export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND := partitions.json
+export DH_RUBY_GEM_INSTALL_INCLUDE := partitions.json
%:
dh $@ --buildsystem=ruby --with ruby
--- End Message ---
--- Begin Message ---
Source: ruby-aws-partitions
Source-Version: 1.653.0-3~deb12u1
Done: Andreas Beckmann <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ruby-aws-partitions, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated ruby-aws-partitions
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 19 Jun 2024 17:26:08 +0200
Source: ruby-aws-partitions
Architecture: source
Version: 1.653.0-3~deb12u1
Distribution: bookworm
Urgency: medium
Maintainer: Debian Ruby Team
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1042415
Changes:
ruby-aws-partitions (1.653.0-3~deb12u1) bookworm; urgency=medium
.
* Non-maintainer upload.
* Rebuild for bookworm.
.
ruby-aws-partitions (1.653.0-3) unstable; urgency=medium
.
* Team upload
* Include partitions-metadata.json in binary package (Closes: #1042415)
* Bump Standards-Version to 4.7.0 (no changes needed)
.
ruby-aws-partitions (1.653.0-2) unstable; urgency=medium
.
* Team upload
.
[ Stephen Gelman ]
* Change DH_RUBY_GEM_INSTALL_WHITELIST_APPEND to DH_RUBY_GEM_INSTALL_INCLUDE
in debian/rules to work with newer gem2deb and install back
partitions.json. Thanks Stephen Gelman for the bug report and the fix
(Closes: #1042415)
Checksums-Sha1:
0de3744616a77ddb940cdc896b6c441ea28c9f13 2168
ruby-aws-partitions_1.653.0-3~deb12u1.dsc
4649a114a1af86971729d1aa99381897ff8c2f4f 2784
ruby-aws-partitions_1.653.0-3~deb12u1.debian.tar.xz
86aeb511f1ff554ec55849365ad2e0b8cd4b23e4 9162
ruby-aws-partitions_1.653.0-3~deb12u1_source.buildinfo
Checksums-Sha256:
9edc0fc7032ac40e02ec25526473ba47a554f91f3d8b417e712bd068bc2b7fd5 2168
ruby-aws-partitions_1.653.0-3~deb12u1.dsc
c5156c006b86e75c0e2ce6c7b953b6cba816f4860b1306184a9131ebf232c4a7 2784
ruby-aws-partitions_1.653.0-3~deb12u1.debian.tar.xz
2cc925ab16e12c08ee387a1ec4494d007a2d3b8a4f5c5cd64fd45312f3b718fc 9162
ruby-aws-partitions_1.653.0-3~deb12u1_source.buildinfo
Files:
975094a9550612e3bba6ad4659635a08 2168 ruby optional
ruby-aws-partitions_1.653.0-3~deb12u1.dsc
56c2d0a151e241b8152042e6c74cf525 2784 ruby optional
ruby-aws-partitions_1.653.0-3~deb12u1.debian.tar.xz
3618906c875ce75e1819b46feb0f5aaa 9162 ruby optional
ruby-aws-partitions_1.653.0-3~deb12u1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmZy+TwQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCJekEACYusfEKNWTJ0HABFs7sQADJhyu/Z9fmGzS
v5NS87aegrlKI2VArBhVR9+9d2LRbAgy2MAkB1tHfGHX8VqE92OSbWx25eUGzBvj
QMjTicnq9cTdyDxs7nbl0Umt7PynUfsHPNzDsJgzjEbHpEdJXb05cD5c1zl2cAO+
/wxjrlffbymLqs2guMOw7z5bF34QGYioyF/lN1H9BVNGE6wJkck8vvK5cdssWcVH
PMNwCUjTCw0qsELkgz+dhhpCVKPed+43frMpFQFLU4FSium8Nf0bN/buRnPz9t5P
5hllh7e1IazQNt0qD4gaqVJWNNtfnBqTvi3DoqaxuOMHWtlNDXaniOpQj5QiUl40
OqFTyQRC4svOHTO0iLKg/R1EtUX76YxAepNTegazDRR3rAGfEy1ZVGtvAiyOtNDx
fWeBNEQWFzIWn7mnBUjUDRvYcRG9vmHZtbBA/mcwjd/+Dx75Iw8qbSh/898ZrZfO
q39Ka9J8qRcV/Us2at/YnaQbYglmiNQfYDkiT/mddNUAuiwWLYXt5ezlyXSkGEmU
KxT36w05gs6C+eZ2t07OfZ5nVQv+QZpIy3BRUnSemlBoAzKQoFHtwvdfJPvmAYjh
992hO3otPYaJ5gUfJTcojpT+fPC2TSqOGILHuzHjUgIRoEwUwPXW2qz5zqopRMlf
M+0dF63EkQ==
=K+Oc
-----END PGP SIGNATURE-----
pgpgfg3iZXYf7.pgp
Description: PGP signature
--- End Message ---