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

Reply via email to