ruby-byebug 10.0.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 10.0.1
  * Bump debhelper compatibility level to 11
  * Update VCS urls to point to salsa
  * debian/watch: use https:// instead of http://

 -- Lucas Kanashiro <email address hidden>  Mon, 26 Mar 2018 13:45:03 -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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
ruby-byebug_10.0.1-1.dsc 2.0 KiB f8c83de43442b277fee76e19c944cc6b69af926f192a48bf4018f2d2c11c5d73
ruby-byebug_10.0.1.orig.tar.gz 78.9 KiB 46772c26bb77227002250d4f767398a11f224acb531010d5fc486ceaaa61b945
ruby-byebug_10.0.1-1.debian.tar.xz 2.5 KiB e5d8428813f94f522a2557444c4e2064342856ea9698740f93800d3e9226d930

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