[DRE-commits] [ruby-hitimes] 02/08: update build dep, description, uncomment vcs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 2 14:33:05 UTC 2014


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

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

commit e47f6b1e7543f30488db6fd6a1989cee7aa95992
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Apr 2 19:31:29 2014 +0530

    update build dep, description, uncomment vcs
---
 debian/control | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 847d129..21746ba 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.3~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-rspec,
+ ruby-simplecov
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hitimes.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-hitimes.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hitimes.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-hitimes.git;a=summary
 Homepage: http://github.com/copiousfreetime/hitimes
 XS-Ruby-Versions: all
 
@@ -14,6 +15,12 @@ Package: ruby-hitimes
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (~> 10.0.3, development), rspec (~> 2.13.0, development), rdoc (~> 4.0, development), json (~> 1.7.7, development), rake-compiler (~> 0.8.3, development)
-Description: Hitimes is a fast, high resolution timer library for recording performance metrics.  It uses the appropriate low method calls for each system to get the highest granularity time increments possible.
- Hitimes is a fast, high resolution timer library for recording performance metrics.  It uses the appropriate low method calls for each system to get the highest granularity time increments possible.   It currently supports any of the following systems: * any system with the POSIX call `clock_gettime()` * Mac OS X * Windows * JRuby Using Hitimes can be faster than using a series of `Time.new` calls, and it will have a much higher granularity. It is definitely faster than using `Process.times`.
+Description: fast, high resolution timer for recording performance metrics
+ Hitimes is a fast, high resolution timer library for recording performance
+ metrics.  It uses the appropriate low method calls for each system to get
+ the highest granularity time increments possible.
+ .
+ It currently supports any of the following systems: * any system with the
+ POSIX call `clock_gettime()` * Mac OS X * Windows * JRuby Using Hitimes can
+ be faster than using a series of `Time.new` calls, and it will have a much
+ higher granularity. It is definitely faster than using `Process.times`.

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



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