ruby-prof 1.3.1-2 source package in Ubuntu

Changelog

ruby-prof (1.3.1-2) unstable; urgency=medium

  * Team upload.
  * Drop links to JS/font files in /usr/share/doc (Closes: #861676)
  * Add trivial autopkgtest to test the binary works
  * Build-Depend no gem2deb 1.1.
    That version contains a fix that makes the ruby-prof binary actually
    work.

 -- Antonio Terceiro <email address hidden>  Sun, 26 Apr 2020 18:45:06 -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-prof_1.3.1-2.dsc 2.0 KiB 726786c2593a48d175227c38dea1082126544923d81f4b0408aaa48714911785
ruby-prof_1.3.1.orig.tar.xz 70.5 KiB d9bdaed96c3f830e7bc2c11224d6a01c0b68cea00478b332cf712379f6f414ec
ruby-prof_1.3.1-2.debian.tar.xz 7.3 KiB 7027354ddf3e1bebef92e7eae0bea1b1efb9069034d037011544ee18a34f1cc6

No changes file available.

Binary packages built by this source

ruby-prof: Fast Ruby profiler

 ruby-prof is a fast code profiler for Ruby. It is a C extension and
 therefore is many times faster than the standard Ruby profiler. It
 supports both flat and graph profiles. For each method, graph profiles
 show how long the method ran, which methods called it and which
 methods it called. RubyProf generate both text and html and can output
 it to standard out or to a file.

ruby-prof-dbgsym: debug symbols for ruby-prof