File: control

package info (click to toggle)
ruby-rbtrace 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: ruby: 1,128; ansic: 925; sh: 42; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,001 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
Source: ruby-rbtrace
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1.0~),
               ruby-ffi,
               ruby-msgpack,
               ruby-optimist
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rbtrace
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rbtrace.git
Homepage: https://github.com/tmm1/rbtrace

Package: ruby-rbtrace
Architecture: any
Depends: ruby-ffi,
         ruby-msgpack,
         ruby-optimist,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: rbtrace: like strace but for ruby code
 rbtrace shows method calls happening inside another ruby process in real
 time.
 .
 rbtrace is designed to have minimal overhead, and should be safe to run in
 production.