debian/0000755000000000000000000000000012142203113007153 5ustar debian/watch0000644000000000000000000000013711631150405010214 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/peach .*/peach-(.*).tar.gz debian/rules0000755000000000000000000000070111631150405010240 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 debian/source/0000755000000000000000000000000011631150405010462 5ustar debian/source/format0000644000000000000000000000001411631150405011670 0ustar 3.0 (quilt) debian/control0000644000000000000000000000145512142201051010562 0ustar Source: ruby-peach Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum , Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-shoulda Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-peach.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-peach.git;a=summary Homepage: http://peach.rubyforge.org XS-Ruby-Versions: all Package: ruby-peach Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: parallel execution of each and map in Ruby This module provides parallel versions of the each and map methods. debian/compat0000644000000000000000000000000211631150405010360 0ustar 7 debian/ruby-peach.docs0000644000000000000000000000000711631150405012070 0ustar README debian/changelog0000644000000000000000000000154012142203113011025 0ustar ruby-peach (0.5.1-1) unstable; urgency=low * New upstream release * debian/control: + add myself to Uploaders + bump Standards-Version to 3.9.4 (no changes needed) + use canonical URLs in Vcs-* fields * debian/ruby-tests + do not modify the LOAD_PATH before running the tests + restrict to the test/ directory -- Cédric Boutillier Tue, 07 May 2013 15:32:28 +0200 ruby-peach (0.4-2) unstable; urgency=low * Team upload. * Bump build dependency on gem2deb to >= 0.3.0~. * Bump Standards-Versions to 3.9.3 (no changes needed) * Convert debian/copyright to DEP-5 copyright-format/1.0 -- Cédric Boutillier Fri, 29 Jun 2012 23:36:49 +0200 ruby-peach (0.4-1) unstable; urgency=low * Initial release. -- Lucas Nussbaum Thu, 28 Jul 2011 09:44:15 +0200 debian/ruby-tests.rb0000644000000000000000000000005312142201137011623 0ustar Dir['test/**/*.rb'].each { |f| require f } debian/copyright0000644000000000000000000000250711776776553011155 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: peach Source: http://peach.rubyforge.org/ Files: * Copyright: Copyright (c) 2008 Ben Hughes License: Expat Files: debian/* Copyright: Copyright 2011 Lucas Nussbaum License: Expat License: Expat 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.