debian/0000755000000000000000000000000011717756727007212 5ustar debian/copyright0000644000000000000000000000246011717756727011147 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: aggregate Source: http://github.com/josephruscio/aggregate Files: * Copyright: 2009 Joseph Ruscio License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: These files ain't copyrighted License: public-domain These files are in Public Domain. debian/watch0000644000000000000000000000014711717756727010245 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/aggregate .*/aggregate-(.*).tar.gz debian/source/0000755000000000000000000000000011717756727010512 5ustar debian/source/format0000644000000000000000000000001411717756727011720 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211717756727010410 0ustar 7 debian/ruby-test-files.yaml0000644000000000000000000000003411717756727013131 0ustar --- - test/ts_aggregate.rb debian/ruby-aggregate.docs0000644000000000000000000000001711717756727012767 0ustar README.textile debian/changelog0000644000000000000000000000023511717756727011064 0ustar ruby-aggregate (0.2.2-1) unstable; urgency=low * Initial release (Closes: #660343) -- Hleb Valoshka <375gnu@gmail.com> Sat, 18 Feb 2012 17:04:22 +0300 debian/control0000644000000000000000000000216211717756727010616 0ustar Source: ruby-aggregate Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Hleb Valoshka <375gnu@gmail.com> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-aggregate.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-aggregate.git;a=summary Homepage: http://github.com/josephruscio/aggregate XS-Ruby-Versions: all Package: ruby-aggregate Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby class for accumulating aggregate statistics 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. debian/rules0000755000000000000000000000070111717756727010270 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby