Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian....@packages.debian.org
Usertags: pu
X-Debbugs-Cc: gitcom...@henk.geekmail.org
Control: affects -1 + src:schleuder

Dear release team,

[ Reason ]
Missing versioning of the ruby-activerecord dependency might lead to
failing upgrades from buster to bullseye if done in two stages, in
contrast to only one stage. This issue was reported by Hendrik Jäger and
Andreas Beckmann, both privately and in Debian via #1036950.

It was fixed in unstable via 4.0.3-8.

[ Impact ]
Severe, as upgrades might fail, depending on how these are done.

[ Tests ]
Tests were done both manually and via Salsa CI. Additionally, to ease
future maintenance and ensure upgrades work as expected, a new "piuparts
multi distro upgrade" CI test job was introduced. [2]

[ Risks ]
There should be none, I believe.

[ 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 stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
Add missing versioning on ruby-activerecord dependency, to ensure
correct ordering during upgrades.

For details, see the attached debdiff of 3.6.0-3+deb11u1, as currently
present in bullseye, and 3.6.0-3+deb11u2.

Thanks for your work!

Cheers,
Georg


[1] 
https://salsa.debian.org/ruby-team/schleuder/-/commit/08fd9a91a938346f5cad3cf216f8225b6f6cdd0e
diff -Nru schleuder-3.6.0/debian/changelog schleuder-3.6.0/debian/changelog
--- schleuder-3.6.0/debian/changelog	2021-12-26 16:28:29.000000000 +0000
+++ schleuder-3.6.0/debian/changelog	2023-06-24 15:02:25.000000000 +0000
@@ -1,3 +1,14 @@
+schleuder (3.6.0-3+deb11u2) bullseye; urgency=medium
+
+  * debian/control:
+    - Add missing versioning on ruby-activerecord dependency. Before, upgrades
+      from buster to bullseye might have failed if done in two stages, in
+      contrast to only one stage, which worked as expected. Thanks to
+      Hendrik Jäger and Andreas Beckmann for reporting this issue.
+      (Closes: #1036950)
+
+ -- Georg Faerber <ge...@debian.org>  Sat, 24 Jun 2023 15:02:25 +0000
+
 schleuder (3.6.0-3+deb11u1) bullseye; urgency=medium
 
   * debian/patches:
diff -Nru schleuder-3.6.0/debian/control schleuder-3.6.0/debian/control
--- schleuder-3.6.0/debian/control	2021-12-26 16:28:29.000000000 +0000
+++ schleuder-3.6.0/debian/control	2023-06-24 15:02:25.000000000 +0000
@@ -39,7 +39,7 @@
          lsb-base,
          rake,
          ruby | ruby-interpreter,
-         ruby-activerecord,
+         ruby-activerecord (>= 2:6~),
          ruby-charlock-holmes,
          ruby-gpgme,
          ruby-mail,

Reply via email to