debian/0000755000000000000000000000000012217517322007170 5ustar debian/rules0000755000000000000000000000070112217516366010255 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.9.1 ruby2.0 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/watch0000644000000000000000000000015712217516366010233 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rspec-longrun .*/rspec-longrun-(.*).tar.gz debian/source/0000755000000000000000000000000012217516366010477 5ustar debian/source/format0000644000000000000000000000001412217516366011705 0ustar 3.0 (quilt) debian/ruby-tests.rake0000644000000000000000000000013112217516366012157 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec debian/copyright0000644000000000000000000000266412217516366011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rspec-longrun Source: https://github.com/mdub/rspec-longrun Files: * Copyright: 2012 Mike Williams License: Expat Files: debian/* Copyright: 2013 Cédric Boutillier License: Expat Comment: the Debian packaging is licensed under the same terms as the original package. 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. debian/control0000644000000000000000000000227312217516366010606 0ustar Source: ruby-rspec-longrun Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-rspec-core (>= 2.10~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rspec-longrun.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rspec-longrun.git;a=summary Homepage: http://github.com/mdub/rspec-longrun XS-Ruby-Versions: all Package: ruby-rspec-longrun Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rspec-core (>= 2.10~) Description: RSpec formatter for long-running specs RSpec is a unit-testing framework for Ruby, but is also handy for acceptance and integration tests. But the default report formatters make it difficult to track progress of such long-running tests. . The RSpec::Longrun::Formatter outputs the name of each test as it starts, rather than waiting until it passes or fails. It also provides a mechanism for reporting on progress of a test while it is still executing. debian/ruby-rspec-longrun.examples0000644000000000000000000000001312217516366014506 0ustar examples/* debian/compat0000644000000000000000000000000212217516366010375 0ustar 7 debian/ruby-rspec-longrun.docs0000644000000000000000000000001212217516366013617 0ustar README.md debian/changelog0000644000000000000000000000024712217517322011045 0ustar ruby-rspec-longrun (0.1.2-1) unstable; urgency=low * Initial release (Closes: #724015) -- Cédric Boutillier Sat, 21 Sep 2013 09:58:04 +0200