ruby-byebug 9.1.0-1 source package in Ubuntu

Changelog

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

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Use https:// in Vcs-* fields
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)

  [ Lucas Kanashiro ]
  * New upstream version 9.1.0
  * Remove debian/test directory, contains only unused example files
  * debian/rules: check dependencies during build
  * Update Debian packaging copyright
  * debian/copyright: use https:// instead of http:// in Format field
  * Bump debhelper compatibility level to 10
  * Declare compliance with Debian Policy 4.1.0
  * Add myself to Uploaders list

 -- Lucas Kanashiro <email address hidden>  Fri, 01 Sep 2017 17:21:10 -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_9.1.0-1.dsc 2.1 KiB 4d0a0e705579012e9e10cf10dbc2301fa8678479be2d08d6fdb37cb58839def5
ruby-byebug_9.1.0.orig.tar.gz 76.8 KiB 6b71535a209356fa98d196e26a2cc2dcfe3936b3cc480ef3cec79d5cbb94f001
ruby-byebug_9.1.0-1.debian.tar.xz 2.4 KiB cae5e0ed0e9b858a52809d6e8afbdc735411469d1d57950a3b2610909b1e25ba

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