debian/0000755000000000000000000000000012166500226007166 5ustar debian/ruby-test-files.yaml0000644000000000000000000000002612166500226013106 0ustar --- - test/test-rr.rb debian/source/0000755000000000000000000000000012166500226010466 5ustar debian/source/format0000644000000000000000000000001412166500226011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000102212166500226010241 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 override_dh_installchangelogs: dh_installchangelogs $(CURDIR)/doc/text/news.md debian/copyright0000644000000000000000000000225412166500226011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: test-unit-rr Source: http://test-unit.rubyforge.org/#test-unit-rr Files: * Copyright: 2011-2012 Kouhei Sutou License: LGPL-2.1+ Files: debian/* Copyright: 2013 Youhei SASAKI License: LGPL-2.1+ Comment: the Debian packaging is licensed under the same terms as the original package. License: LGPL-2.1+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2.1". debian/ruby-test-unit-rr.docs0000644000000000000000000000001212166500226013365 0ustar README.md debian/control0000644000000000000000000000162612166500226010576 0ustar Source: ruby-test-unit-rr Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), ruby-test-unit, ruby-rr Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-test-unit-rr.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-test-unit-rr.git;a=summary Homepage: http://test-unit.rubyforge.org/#test-unit-rr XS-Ruby-Versions: all Package: ruby-test-unit-rr Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-test-unit, ruby-rr Description: RR adapter for Ruby Test::Unit This library provides RR adaptor for Ruby Test::Unit. . You don't need RR setup codes with test-unit-rr, just require "test/unit/rr". debian/changelog0000644000000000000000000000024612166500226011042 0ustar ruby-test-unit-rr (1.0.3-1) unstable; urgency=low * Initial release (Closes: #715331) -- Youhei SASAKI Mon, 08 Jul 2013 16:58:16 +0900 debian/patches/0000755000000000000000000000000012166500226010615 5ustar debian/patches/series0000644000000000000000000000006012166500226012026 0ustar 0001-Add-require-for-exectute-test-script.patch debian/patches/0001-Add-require-for-exectute-test-script.patch0000644000000000000000000000125112166500226021244 0ustar From: Youhei SASAKI Date: Mon, 8 Jul 2013 17:01:30 +0900 Subject: Add require for exectute test script Signed-off-by: Youhei SASAKI --- test/test-rr.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test-rr.rb b/test/test-rr.rb index 6bc802c..b37f019 100644 --- a/test/test-rr.rb +++ b/test/test-rr.rb @@ -14,6 +14,9 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +require 'test-unit' +require 'test/unit/rr' + class RRTest < Test::Unit::TestCase class AssertReceivedTest < self def test_success debian/watch0000644000000000000000000000015512166500226010220 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/test-unit-rr .*/test-unit-rr-(.*).tar.gz debian/compat0000644000000000000000000000000212166500226010364 0ustar 7