ruby-byebug 10.0.2-1 source package in Ubuntu

Changelog

ruby-byebug (10.0.2-1) unstable; urgency=medium

  * New upstream version 10.0.2
  * Declare compliance with Debian Policy 4.1.4
  * Update years of packaging copyright

 -- Lucas Kanashiro <email address hidden>  Wed, 11 Apr 2018 16:13:39 -0300

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_10.0.2-1.dsc 2.0 KiB 08f43c4086853f81f614cbebec88704ab3ef97258dca5d2cad26d725d8b2ddba
ruby-byebug_10.0.2.orig.tar.gz 79.0 KiB a56f8b2ef62e54106ceb64f2474fac873c31fa4b98321fb62a8cabea56ee1ece
ruby-byebug_10.0.2-1.debian.tar.xz 2.5 KiB 252a728d830f134bdcf45702713d5dd7de7bf0e97dcdd366c51aef400b033959

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