Source: ruby-byebug
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-bundler,
               ruby-columnize (>= 0.9.0),
               ruby-simplecov,
               pry,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-byebug.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-byebug
Homepage: https://github.com/deivid-rodriguez/byebug
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-byebug
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-columnize (>= 0.9.0),
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-pry-byebug (<< 3.7.0-1~)
Description: 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.
