ruby-byebug 11.1.3-2 source package in Ubuntu

Changelog

ruby-byebug (11.1.3-2) unstable; urgency=medium

  * Team upload.
  * d/control (Standards-Version): Bump to 4.6.0.
    (Depends): Drop ruby-interpreter and leave ruby for the script.
    Add ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
  * d/upstream/metadata: Add YAML prefix and Archive field.
  * d/patches/996145-fix-tests-with-ruby3.patch: Add patch.
    - Make sure that exe/byebug is run via RbConfig.ruby during tests to not
      rely on /usr/bin/env which will always lead to ruby2.7 (closes: #996145).
  * d/patches/series: Enable new patch.

 -- Daniel Leidert <email address hidden>  Mon, 01 Nov 2021 12:54:44 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-byebug_11.1.3-2.dsc 2.1 KiB a57987138e0d6014398f16a600d323112aa21cd21615d9d0acf7e704ddc655e9
ruby-byebug_11.1.3.orig.tar.gz 128.0 KiB 1482205e562425e5adf1525b0b72e06e49a6ae7640ff3a742f5b60c485fdc3b7
ruby-byebug_11.1.3-2.debian.tar.xz 4.3 KiB dd2542fe33af9071fc6572b9f5ce4215a5963829389ff7a5e7f33b824c022ecc

Available diffs

No changes file available.

Binary packages built by this source

ruby-byebug: Ruby fast debugger - base + CLI

 Byebug is a Ruby 2 debugger. It's implemented using the
 Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
 for call stack navigation. The core component provides support that
 front-ends can build on. It provides breakpoint handling and bindings for
 stack frames among other things and it comes with an easy to use command
 line interface.

ruby-byebug-dbgsym: debug symbols for ruby-byebug