File: control

package info (click to toggle)
ruby-byebug 11.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,200 kB
  • sloc: ruby: 8,836; ansic: 1,662; sh: 6; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.