Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian....@packages.debian.org
Usertags: pu

ruby-bundler has an insuffiently versioned dependency on ruby-molinillo
which can cause problems problems after partial upgrades from stretch
(#945481).

ruby-molinillo | 0.5.0-2       | oldstable  | source, all
ruby-molinillo | 0.6.4-1       | stable     | source, all

The package is already uploaded to DELAYED/10.


Andreas
diff -Nru bundler-1.17.3/debian/changelog bundler-1.17.3/debian/changelog
--- bundler-1.17.3/debian/changelog     2019-03-09 12:41:37.000000000 +0100
+++ bundler-1.17.3/debian/changelog     2020-05-08 13:49:23.000000000 +0200
@@ -1,3 +1,12 @@
+bundler (1.17.3-3+deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Utkarsh Gupta ]
+  * Bump minimum version of ruby-molinillo in ruby-bundler (Closes: #945481)
+
+ -- Andreas Beckmann <a...@debian.org>  Fri, 08 May 2020 13:49:23 +0200
+
 bundler (1.17.3-3) unstable; urgency=medium
 
   * Add test for locating bundler binaries
diff -Nru bundler-1.17.3/debian/control bundler-1.17.3/debian/control
--- bundler-1.17.3/debian/control       2019-03-09 12:41:37.000000000 +0100
+++ bundler-1.17.3/debian/control       2020-05-08 13:49:23.000000000 +0200
@@ -20,7 +20,7 @@
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-molinillo (>= 0.4.5~),
+         ruby-molinillo (>= 0.6~),
          ruby-net-http-persistent (>= 2.7-1),
          ruby-thor (>= 0.19.4~),
          rubygems-integration,
diff -Nru bundler-1.17.3/debian/gbp.conf bundler-1.17.3/debian/gbp.conf
--- bundler-1.17.3/debian/gbp.conf      2019-03-09 12:41:37.000000000 +0100
+++ bundler-1.17.3/debian/gbp.conf      2020-05-08 13:49:23.000000000 +0200
@@ -1,5 +1,6 @@
 [DEFAULT]
 pristine-tar = True
+debian-branch = buster
 
 [import-orig]
 filter = [ 'lib/bundler/vendor/molinillo/*', 'lib/bundler/vendor/net/*', 
'lib/bundler/vendor/thor/*' ]

Reply via email to