[DRE-commits] [SCM] ruby-aggregate.git branch, master, updated. upstream/0.2.2-6-g784d67e

Dmitry Borodaenko angdraug at debian.org
Sat Feb 18 17:14:24 UTC 2012


The following commit has been merged in the master branch:
commit 784d67e5953b691f7853ee4de93d0919b193745d
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sat Feb 18 20:14:13 2012 +0300

    reuse upstream description in debian/control

diff --git a/debian/control b/debian/control
index 6d886b6..d649e28 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,9 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: Ruby class for accumulating aggregate statistics
- Aggregate is a Ruby class for accumulating aggregate statistics
- and includes histogram support.
- .
- For a detailed README see: http://github.com/josephruscio/aggregate
+ Aggregate is an intuitive ruby implementation of a statistics aggregator
+ including both default and configurable histogram support. It does this
+ without recording/storing any of the actual sample values, making it
+ suitable for tracking statistics across millions/billions of samples
+ without any impact on performance or memory footprint. Originally
+ inspired by the Aggregate support in SystemTap.

-- 
ruby-aggregate.git



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