debian/0000755000000000000000000000000011705024241007162 5ustar debian/ruby-test-files.yaml0000644000000000000000000000003111705024241013076 0ustar --- - test/all_tests.rb debian/source/0000755000000000000000000000000011705024241010462 5ustar debian/source/format0000644000000000000000000000001411705024241011670 0ustar 3.0 (quilt) debian/ruby-dust.examples0000644000000000000000000000026711705024241012665 0ustar # Since there is no much documentation in README and it refers to tests, # including it as examples to benefit users installing only binary package. # Suggested by Gunnar Wolf test/* debian/compat0000644000000000000000000000000211705024241010360 0ustar 7 debian/copyright0000644000000000000000000000557711705024241011133 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: dust Source: http://rubyforge.org/projects/dust/ Files: * Copyright: Copyright 2007 Jay Fields [http://blog.jayfields.com] License: Ruby Files: debian/* Copyright: 2012 Praveen Arimbrathodiyil License: Ruby License: Ruby You can redistribute it and/or modify it under either the terms of the GPL version 2 (see the file GPL), or the conditions below: . 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or binary form, provided that you do at least ONE of the following: . a) distribute the binaries and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under these terms. . For the list of those files and their copying conditions, see the file LEGAL. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000070611705024241011037 0ustar ruby-dust (0.1.7-2) unstable; urgency=low * Correcting typo, thanks to Vincent Blut (Closes: #656070) * Adding tests as examples, suggested by Gunnar Wolf. -- Praveen Arimbrathodiyil Mon, 16 Jan 2012 19:00:08 +0530 ruby-dust (0.1.7-1) unstable; urgency=low * Initial release (Closes: #638815) * Thanks to Shane Harvie for upstream fix. -- Praveen Arimbrathodiyil Mon, 02 Jan 2012 18:11:37 +0530 debian/rules0000755000000000000000000000070111705024241010240 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-dust.docs0000644000000000000000000000000711705024241011767 0ustar README debian/watch0000644000000000000000000000013511705024241010212 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/dust .*/dust-(.*).tar.gz debian/control0000644000000000000000000000153411705024241010570 0ustar Source: ruby-dust Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil 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-dust.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dust.git;a=summary Homepage: http://dust.rubyforge.org XS-Ruby-Versions: all Package: ruby-dust Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Dust allows an alternative test definition syntax Test::Unit contrib gem that provides additional features on top of the Test::Unit core. . Dust adds descriptive block syntax test definition.