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
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1.0~),
               ruby-ffi,
               ruby-msgpack,
               ruby-optimist
Standards-Version: 4.7.0
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
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: ruby-rbtrace
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
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.
