debian/0000755000000000000000000000000012253653003007165 5ustar debian/copyright0000644000000000000000000000254712253651771011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: test-declarative Source: https://github.com/svenfuchs/test_declarative Files: * Copyright: 2010 Sven Fuchs License: MIT Files: debian/* Copyright: 2011 Lucas Nussbaum License: MIT 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. debian/rules0000755000000000000000000000070112133040163010235 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/ruby-test-declarative.docs0000644000000000000000000000001712133040163014246 0ustar README.textile debian/source/0000755000000000000000000000000012133040163010457 5ustar debian/source/format0000644000000000000000000000001412133040163011665 0ustar 3.0 (quilt) debian/control0000644000000000000000000000147312253651771010607 0ustar Source: ruby-test-declarative Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-test-declarative.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-test-declarative.git;a=summary Homepage: http://github.com/svenfuchs/test_declarative XS-Ruby-Versions: all Package: ruby-test-declarative Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: adds a declarative test method syntax to test/unit Simply adds a declarative test method syntax to test/unit. debian/ruby-tests.rb0000644000000000000000000000010512133040163011621 0ustar $: << 'lib' << '.' Dir['{spec,test}/**/*.rb'].each { |f| require f } debian/watch0000644000000000000000000000016512133040163010212 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/test_declarative .*/test_declarative-(.*).tar.gz debian/changelog0000644000000000000000000000146012253651771011052 0ustar ruby-test-declarative (0.0.5-2) unstable; urgency=low * Team upload. [ Cédric Boutillier ] * transform hyphen to underline to fix debian/watch * debian/control - remove obsolete DM-Upload-Allowed flag - use canonical URI in Vcs-* fields * debian/copyright - use DEP5 copyright-format/1.0 official URL for Format field - change to a working url in Format: field [ Jonas Genannt ] * d/control - bumped standards version to 3.9.5 (no changed needed) - changed dependency from ruby1.8 to ruby * d/copyright: updated to license format 1.0 -- Jonas Genannt Sun, 15 Dec 2013 21:10:17 +0100 ruby-test-declarative (0.0.5-1) unstable; urgency=low * Initial release. -- Lucas Nussbaum Tue, 26 Apr 2011 22:06:44 +0200 debian/compat0000644000000000000000000000000212133040163010355 0ustar 7