Advertising
- Mine
- Sunday, January 27th, 2008 at 2:09:00am UTC
- diff -u ruby-prof-0.5.2/debian/control ruby-prof-0.5.2/debian/control
- --- ruby-prof-0.5.2/debian/control
- +++ ruby-prof-0.5.2/debian/control
- @@ -1,7 +1,8 @@
- Source: ruby-prof
- Section: devel
- Priority: optional
- -Maintainer: Arnaud Cornet <[email protected]>
- +XSBC-Original-Maintainer: Arnaud Cornet <[email protected]>
- +Maintainer: Ubuntu MOTU Developers <[email protected]>
- Standards-Version: 3.7.2
- Build-Depends: cdbs, debhelper (>= 5.0.37.2), quilt, ruby1.8-dev, rake
- @@ -12,7 +13,7 @@
- ruby-prof is 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
- + * 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.
- diff -u ruby-prof-0.5.2/debian/changelog ruby-prof-0.5.2/debian/changelog
- --- ruby-prof-0.5.2/debian/changelog
- +++ ruby-prof-0.5.2/debian/changelog
- @@ -1,3 +1,9 @@
- +ruby-prof (0.5.2-1ubuntu1) hardy; urgency=low
- +
- + * Fixed option parsing so that -p correctly accepts call_tree
- +
- + -- Benjamin Kudria <[email protected]> Sat, 26 Jan 2008 21:02:30 -0500
- +
- ruby-prof (0.5.2-1) unstable; urgency=low
- * New Upstream Version.
- only in patch2:
- unchanged:
- --- ruby-prof-0.5.2.orig/bin/ruby-prof
- +++ ruby-prof-0.5.2/bin/ruby-prof
- @@ -67,6 +67,8 @@
- options.printer = RubyProf::GraphPrinter
- when :graph_html
- options.printer = RubyProf::GraphHtmlPrinter
- + when :call_tree
- + options.printer = RubyProf::CallTreePrinter
- end
- end
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.