[DRE-maint] Bug#1036950: schleuder: fails to upgrade from 'buster': fails during apt-get upgrade
Andreas Beckmann
anbe at debian.org
Fri Jun 23 08:34:13 BST 2023
Followup-For: Bug #1036950
Control: tag -1 patch
Control: retitle -1 schleuder: fails to upgrade from 'buster': insufficient dependency on ruby-activerecord (>= 2:6)
I'm currently testing the attached patch ...
Andreas
-------------- next part --------------
>From e166f1194cb4c6e13a183cffeaf42d7554c5ba56 Mon Sep 17 00:00:00 2001
From: Andreas Beckmann <anbe at debian.org>
Date: Fri, 23 Jun 2023 09:08:31 +0200
Subject: [PATCH] bump the dependency to ruby-activerecord (>= 2:6)
---
debian/changelog | 9 +++++++++
debian/control | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d385cc3..7f4a0bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+schleuder (3.6.0-3+deb11u2) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Bump the dependency to ruby-activerecord (>= 2:6) since the boolean vs.
+ integer patch made it incompatible with earlier versions. Needed for
+ correct upgrade ordering from buster to bullseye. (Closes: #1036950)
+
+ -- Andreas Beckmann <anbe at debian.org> Fri, 23 Jun 2023 09:03:33 +0200
+
schleuder (3.6.0-3+deb11u1) bullseye; urgency=medium
* debian/patches:
diff --git a/debian/control b/debian/control
index eef5376..e73060b 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Depends: adduser,
lsb-base,
rake,
ruby | ruby-interpreter,
- ruby-activerecord,
+ ruby-activerecord (>= 2:6),
ruby-charlock-holmes,
ruby-gpgme,
ruby-mail,
--
2.20.1
More information about the Pkg-ruby-extras-maintainers
mailing list