diff -Nru ruby-puppet-forge-2.2.9/debian/changelog ruby-puppet-forge-2.2.9/debian/changelog --- ruby-puppet-forge-2.2.9/debian/changelog 2018-03-13 18:50:38.000000000 +0000 +++ ruby-puppet-forge-2.2.9/debian/changelog 2019-03-14 16:49:42.000000000 +0000 @@ -1,3 +1,13 @@ +ruby-puppet-forge (2.2.9-3) unstable; urgency=medium + + [ Pirate Praveen ] + * Relax dependency on ruby-faraday (Closes: #923782) + + [ Sebastien Badia ] + * Move debian/watch to gemwatch.debian.net + + -- Sebastien Badia Thu, 14 Mar 2019 17:49:42 +0100 + ruby-puppet-forge (2.2.9-2) unstable; urgency=medium * d/upstream: Added Upstream metadata diff -Nru ruby-puppet-forge-2.2.9/debian/patches/002_loosen_deps.patch ruby-puppet-forge-2.2.9/debian/patches/002_loosen_deps.patch --- ruby-puppet-forge-2.2.9/debian/patches/002_loosen_deps.patch 2018-02-06 09:26:37.000000000 +0000 +++ ruby-puppet-forge-2.2.9/debian/patches/002_loosen_deps.patch 2019-03-14 16:44:32.000000000 +0000 @@ -6,7 +6,12 @@ --- a/puppet_forge.gemspec +++ b/puppet_forge.gemspec -@@ -24,7 +24,7 @@ Gem::Specification.new do |spec| +@@ -20,11 +20,11 @@ + + spec.required_ruby_version = '>= 1.9.3' + +- spec.add_runtime_dependency "faraday", [">= 0.9.0", "< 0.14.0"] ++ spec.add_runtime_dependency "faraday", ">= 0.9.0" spec.add_runtime_dependency "faraday_middleware", [">= 0.9.0", "< 0.13.0"] spec.add_dependency 'semantic_puppet', '~> 1.0' spec.add_dependency 'minitar' diff -Nru ruby-puppet-forge-2.2.9/debian/watch ruby-puppet-forge-2.2.9/debian/watch --- ruby-puppet-forge-2.2.9/debian/watch 2018-02-06 09:26:37.000000000 +0000 +++ ruby-puppet-forge-2.2.9/debian/watch 2019-03-14 16:46:32.000000000 +0000 @@ -1,2 +1,2 @@ version=4 -https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/puppet_forge .*/puppet_forge-(.*).tar.gz +https://gemwatch.debian.net/puppet_forge .*/puppet_forge-(.*).tar.gz