From 177d3d41da07456ead1fada47c046b2e4c944840 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 11 Oct 2021 14:06:03 +0000 Subject: [PATCH] Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on rake, ruby-fog-core, ruby-fog-json, ruby-fog-xml and ruby-ipaddress. * ruby-fog-rackspace: Drop versioned constraint on ruby-fog-core, ruby-fog-json, ruby-fog-xml and ruby-ipaddress in Depends. Changes-By: deb-scrub-obsolete --- debian/changelog | 5 +++++ debian/control | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6e5c6e3..d984f1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,11 @@ ruby-fog-rackspace (0.1.6-3) UNRELEASED; urgency=medium * Bump debhelper from old 12 to 13. * Remove overrides for lintian tags that are no longer supported. * Update standards version to 4.5.1, no changes needed. + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on rake, ruby-fog-core, + ruby-fog-json, ruby-fog-xml and ruby-ipaddress. + + ruby-fog-rackspace: Drop versioned constraint on ruby-fog-core, + ruby-fog-json, ruby-fog-xml and ruby-ipaddress in Depends. -- Utkarsh Gupta Tue, 13 Aug 2019 04:59:43 +0530 diff --git a/debian/control b/debian/control index a21602d..c920e15 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,11 @@ Uploaders: Sagar Ippalpalli , Pirate Praveen Build-Depends: debhelper-compat (= 13), gem2deb, - rake (>= 10.0), - ruby-fog-core (>= 1.35), - ruby-fog-json (>= 1.0), - ruby-fog-xml (>= 0.1), - ruby-ipaddress (>= 0.8), + rake, + ruby-fog-core, + ruby-fog-json, + ruby-fog-xml, + ruby-ipaddress, ruby-shindo Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fog-rackspace.git @@ -24,10 +24,10 @@ XB-Ruby-Versions: ${ruby:Versions} Breaks: ruby-fog (<< 1.38~) Replaces: ruby-fog (<< 1.38~) Depends: ruby | ruby-interpreter, - ruby-fog-core (>= 1.35), - ruby-fog-json (>= 1.0), - ruby-fog-xml (>= 0.1), - ruby-ipaddress (>= 0.8), + ruby-fog-core, + ruby-fog-json, + ruby-fog-xml, + ruby-ipaddress, ${misc:Depends} Description: Rackspace support for Fog This project provides a Ruby package of Rackspace -- GitLab