Your message dated Sat, 29 Jun 2024 10:46:21 +0000
with message-id <e1snvb3-002bk5...@coccia.debian.org>
and subject line Released with 12.6
has caused the Debian Bug report #1073838,
regarding bookworm-pu: package ruby-aws-partitions/1.653.0-3~deb12u1
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.)


-- 
1073838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian....@packages.debian.org
Usertags: pu
X-Debbugs-Cc: Pirate Praveen <prav...@debian.org>
Control: affects -1 + src:ruby-aws-partitions

[ Reason ]
Due to a change in gem2deb the package misses two datafiles rendering it
unusable.

[ Impact ]
ruby-aws-partitions stays unusable

[ Tests ]
manual test in irb

[ Risks ]
Low. Only missing datafiles being added.

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in (old)stable
  [*] the issue is verified as fixed in unstable

[ Changes ]
+ruby-aws-partitions (1.653.0-3~deb12u1) bookworm; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann <a...@debian.org>  Wed, 19 Jun 2024 17:07:32 +0200
+
+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)
+
+ -- Pirate Praveen <prav...@debian.org>  Sat, 25 May 2024 21:07:46 +0530
+
+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)
+
+ -- Cédric Boutillier <bou...@debian.org>  Wed, 20 Sep 2023 22:59:25 +0200

The binary debdiff is

$ debdiff ruby-aws-partitions_1.653.0-1_all.deb 
ruby-aws-partitions_1.653.0-3~deb12u1_all.deb
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/partitions-metadata.json
-rw-r--r--  root/root   
/usr/share/rubygems-integration/all/gems/aws-partitions-1.653.0/partitions.json

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-73-] {+701+}
[-Ruby-Versions: all-]
Version: [-1.653.0-1-] {+1.653.0-3~deb12u1+}

[ Other info ]
I'll immediately upload the fixed package.


Andreas
diff --git a/debian/changelog b/debian/changelog
index eb0ee93..ba9aefd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+ruby-aws-partitions (1.653.0-3~deb12u1) bookworm; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann <a...@debian.org>  Wed, 19 Jun 2024 17:07:32 +0200
+
+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)
+
+ -- Pirate Praveen <prav...@debian.org>  Sat, 25 May 2024 21:07:46 +0530
+
+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)
+
+ -- Cédric Boutillier <bou...@debian.org>  Wed, 20 Sep 2023 22:59:25 +0200
+
 ruby-aws-partitions (1.653.0-1) unstable; urgency=medium
 
   * Team Upload
diff --git a/debian/control b/debian/control
index ea3bc1e..1c206a7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.or
 Uploaders: Utkarsh Gupta <guptautkarsh2...@gmail.com>
 Build-Depends: debhelper-compat (= 13),
                gem2deb
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aws-partitions.git
 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aws-partitions
 Homepage: https://github.com/aws/aws-sdk-ruby
diff --git a/debian/rules b/debian/rules
index 549f307..1faddc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 partitions-metadata.json
 
 %:
        dh $@ --buildsystem=ruby --with ruby

--- End Message ---
--- Begin Message ---
Version: 12.6

The upload requested in this bug has been released as part of 12.6.

--- End Message ---

Reply via email to