ruby-backports 3.21.0-1 source package in Ubuntu

Changelog

ruby-backports (3.21.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (closes: #996132).
  * d/backports.gemspec: Remove file.
  * d/control (Standards-Version): Bump to 4.6.0.
    (Build-Depends): Add rubocop and ruby-rspec.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Add team.
  * d/ruby-backports.docs: Fix filename.
  * d/rules: Drop DH_RUBY_GEMSPEC and DH_RUBY_IGNORE_TESTS. Use gem
    installation layout. Drop overrides for dh_auto_configure and dh_clean.
    (override_dh_installchangelogs): Fix filename.
  * d/watch: Fix download URL.
  * d/patches/remove-git-in-gemspec.patch: Drop unnecessary patch.
  * d/patches/use-system-library-paths-when-running-under-autopkgtest: Refresh.
    - Use Gem::Specification to determine the path in autopkgtest environment.
  * d/patches/series: Adjust.
  * d/upstream/metadata: Add Archive and Chagenglog fields.

 -- Daniel Leidert <email address hidden>  Fri, 05 Nov 2021 19:49:47 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-backports_3.21.0-1.dsc 2.1 KiB 43600fe59fb37817f53586ff916264ceac05ba550de5de1ee79efa9b64e8ace0
ruby-backports_3.21.0.orig.tar.gz 174.5 KiB 81ade2ba31cee2aeae7af9ef4412ce7238fb2d2cd70a7dee10ed67a1bd8b4252
ruby-backports_3.21.0-1.debian.tar.xz 4.7 KiB 82bf4ebc6f8f4e8ac26579898d57fc4a8fd14386c32a33db43ff092881613cae

Available diffs

No changes file available.

Binary packages built by this source

ruby-backports: backports of new features for older versions of Ruby

 This Ruby library contains essential backports that enable many of the nice
 features of Ruby 1.8.7 up to 2.0.0 for earlier versions.
 .
 Features are backported with the following limitations:
  - will not break older code,
  - can be implemented in pure Ruby (no C extensions),
  - must pass RubySpec.