[DRE-commits] [ruby-prof] 03/10: update control

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 14 16:37:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-prof.

commit 951820518d3fcf7d9d72f69e91482680d02c7c33
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Sep 14 21:54:25 2016 +0530

    update control
---
 debian/control | 33 +++++++++++++--------------------
 1 file changed, 13 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 19b376a..1d90b9e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,35 +2,28 @@ Source: ruby-prof
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Cornet <acornet at debian.org>
-Standards-Version: 3.9.7
+Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
-               ruby-minitest,
-               ruby-test-unit
+               rake
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-prof.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-prof.git
 Homepage: https://github.com/ruby-prof/ruby-prof
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-prof
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: rake,
-         ruby | ruby-interpreter,
+Depends: ruby | ruby-interpreter,
+         libjs-jquery,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: fast code profiler for Ruby
- ruby-prof runs a ruby program and keeps track of the amount of time spent
- in each method. At the end of execution it displays collected information.
- Its features include:
-   * Speed - it is a C extension and therefore many times faster than
-     the standard Ruby profiler.
-   * Flat Profiles - similar to the reports generated by the standard
-     Ruby profiler.
-   * Graph profiles - similar to GProf, these show how long a method
-     runs, which methods call it and which methods it calls.
-   * Threads - supports profiling multiple threads simultaneously.
-   * Recursive calls - supports profiling recursive method calls.
-   * Reports - can generate both text and cross-referenced html reports.
-   * Output - can output to standard out or to a file.
+Description: 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prof.git



More information about the Pkg-ruby-extras-commits mailing list