[DRE-maint] Bug#1061096: bullseye-pu: package ruby-aws-sdk-core/3.104.3-3+deb11u1
Vivek K J
vivekkj at disroot.org
Thu Jan 18 07:00:32 GMT 2024
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian.org at packages.debian.org
Usertags: pu
X-Debbugs-Cc: ruby-aws-sdk-core at packages.debian.org
Control: affects -1 + src:ruby-aws-sdk-core
[ Reason ]
The oldstable version of ruby-aws-sdk-core isn't shipping the necessary VERSION
file which is required for the functionality of this package. This proposed
update is aiming to fix that bug (See: #1035389)
[ Impact ]
If the update isn't approved, the package will be unusable in bullseye
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-aws-sdk-core (3.104.3-3+deb11u2) bullseye; urgency=medium
+
+ * Team upload.
+ * Include VERSION file in package (Closes: #1035389)
+
+ -- Vivek K J <vivekkj at disroot.org> Thu, 18 Jan 2024 12:05:59 +0530
+
ruby-aws-sdk-core (3.104.3-3+deb11u1) bullseye; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 8650938..3d8535e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
export GEM2DEB_TEST_RUNNER = --check-dependencies
-export VERSION = $(cat ../VERSION)
+export DH_RUBY = --gem-install
+
%:
dh $@ --buildsystem=ruby --with ruby
More information about the Pkg-ruby-extras-maintainers
mailing list