ruby-prof 1.4.3-1 source package in Ubuntu

Changelog

ruby-prof (1.4.3-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Sruthi Chandran ]
  * Allow backports versions to satify dependency

  [ Cédric Boutillier ]
  * Update team name
  * Add .gitattributes to keep unwanted files out of the source package

  [ Antonio Terceiro ]
  * New upstream version 1.4.3
  * debian/rules: install using rubygems layout
  * debian/control: update with dh-make-ruby
    - Bump Standards-Version to 4.6.1; no changes needed
    - Add Rules-Requires-Root: no
    - Replace explicit dependency on ruby | ruby-interpreter with
      ${ruby:Depends}
  * Add patch to make require work on the Debian build
  * Skip tests that fail under ruby3.1.
    This has been reported upstream as issue #314
    Link: https://github.com/ruby-prof/ruby-prof/issues/314
    (Closes: #1015329)

 -- Antonio Terceiro <email address hidden>  Thu, 15 Sep 2022 21:56:53 -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.4.3-1.dsc 2.0 KiB 47f7768e47e88d04751cf29738eb271909605742edcc6a14762b8c78b9c9e536
ruby-prof_1.4.3.orig.tar.xz 70.1 KiB a52d9b8a7241377197c04363c9e31f6b659b7342afabe24b52b2269f927a0109
ruby-prof_1.4.3-1.debian.tar.xz 8.1 KiB b7e2368fb3b57fad0ea7a7c81bdabee7b5ab2e5720bb1f6021234eb39d7f0cb3

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.