Version in base suite: 3.104.3-3 Base version: ruby-aws-sdk-core_3.104.3-3 Target version: ruby-aws-sdk-core_3.104.3-3+deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/r/ruby-aws-sdk-core/ruby-aws-sdk-core_3.104.3-3.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/r/ruby-aws-sdk-core/ruby-aws-sdk-core_3.104.3-3+deb11u1.dsc changelog | 7 +++++++ patches/fix-version.patch | 15 --------------- patches/series | 1 - 3 files changed, 7 insertions(+), 16 deletions(-) diff -Nru ruby-aws-sdk-core-3.104.3/debian/changelog ruby-aws-sdk-core-3.104.3/debian/changelog --- ruby-aws-sdk-core-3.104.3/debian/changelog 2020-08-20 12:23:33.000000000 +0000 +++ ruby-aws-sdk-core-3.104.3/debian/changelog 2023-01-09 14:17:37.000000000 +0000 @@ -1,3 +1,10 @@ +ruby-aws-sdk-core (3.104.3-3+deb11u1) bullseye; urgency=medium + + * Team upload. + * drop fix-version.patch (Closes: #1028285) + + -- Vivek K J Mon, 09 Jan 2023 19:47:37 +0530 + ruby-aws-sdk-core (3.104.3-3) unstable; urgency=medium * Team upload. diff -Nru ruby-aws-sdk-core-3.104.3/debian/patches/fix-version.patch ruby-aws-sdk-core-3.104.3/debian/patches/fix-version.patch --- ruby-aws-sdk-core-3.104.3/debian/patches/fix-version.patch 2020-08-20 12:23:33.000000000 +0000 +++ ruby-aws-sdk-core-3.104.3/debian/patches/fix-version.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -Description: This patch fixes the VERSION for ruby-paperclip. -Author: Utkarsh Gupta -Last-Update: 2019-09-10 - ---- a/lib/aws-sdk-core.rb -+++ b/lib/aws-sdk-core.rb -@@ -85,7 +85,7 @@ - - module Aws - -- CORE_GEM_VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip -+ CORE_GEM_VERSION = ENV['VERSION'] - - @config = {} - diff -Nru ruby-aws-sdk-core-3.104.3/debian/patches/series ruby-aws-sdk-core-3.104.3/debian/patches/series --- ruby-aws-sdk-core-3.104.3/debian/patches/series 2020-08-20 12:23:33.000000000 +0000 +++ ruby-aws-sdk-core-3.104.3/debian/patches/series 2023-01-09 14:17:37.000000000 +0000 @@ -1 +0,0 @@ -fix-version.patch