[DRE-commits] [ruby-prof] 14/14: d/control: wrap-sort

Jonas Genannt jonas at brachium-system.net
Thu Dec 19 19:42:25 UTC 2013


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

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

commit 8f857688924ee781941230164bd682ade53acd22
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Thu Dec 19 20:37:08 2013 +0100

    d/control: wrap-sort
---
 debian/control | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index cee7983..6638a1e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Arnaud Cornet <acornet at debian.org>
 Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-minitest, ruby-test-unit
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.6.1~),
+               ruby-minitest,
+               ruby-test-unit
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-prof.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-prof.git;a=summary
 Homepage: https://github.com/ruby-prof/ruby-prof
@@ -12,7 +15,7 @@ XS-Ruby-Versions: all
 Package: ruby-prof
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake
+Depends: rake, ruby | ruby-interpreter, ${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.
@@ -27,4 +30,3 @@ Description: fast code profiler for Ruby
    * 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.
-

-- 
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