debian/0000755000000000000000000000000012160360251007162 5ustar debian/ruby-tests.rb0000644000000000000000000000031012111135301011612 0ustar if RUBY_VERSION <= '1.9.1' system("ruby1.8 debian/ruby-bacon/usr/bin/bacon --automatic --quiet") or raise else system("ruby1.9.1 debian/ruby-bacon/usr/bin/bacon --automatic --quiet") or raise end debian/source/0000755000000000000000000000000012111135301010452 5ustar debian/source/format0000644000000000000000000000001412111135301011660 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000115212160360143010241 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_auto_install: dh_auto_install rm -rf debian/ruby-bacon/usr/lib/ruby/vendor_ruby/autotest/ override_dh_installchangelogs: dh_installchangelogs ChangeLog debian/copyright0000644000000000000000000000257012160355221011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bacon Source: http://github.com/chneukirchen/bacon Files: * Copyright: 2007, 2008, 2012 Christian Neukirchen License: Expat Files: debian/* Copyright: Copyright 2011-2012 Youhei SASAKI 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. debian/control0000644000000000000000000000144112160355672010600 0ustar Source: ruby-bacon Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bacon.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bacon.git;a=summary Homepage: https://github.com/chneukirchen/bacon XS-Ruby-Versions: all Package: ruby-bacon Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Small RSpec clone Bacon is a small RSpec clone weighing less than 350 line of code, but nevertheless providing all essential features. debian/changelog0000644000000000000000000000245312160360251011040 0ustar ruby-bacon (1.2.0-3) unstable; urgency=low * Team upload * debian/control: + drop Conflicts: ruby-rspec-core + bump Standards-Version to 3.9.4 (no changes needed) + update Homepage field * debian/rules: + do not install autotest files + install upstream changelog -- Cédric Boutillier Wed, 19 Jun 2013 18:00:55 +0200 ruby-bacon (1.2.0-2) unstable; urgency=low [ Cédric Boutillier ] * 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 [ Ondřej Surý ] * Upload to unstable * Debian Ruby Extras Maintainers upload. -- Ondřej Surý Mon, 27 May 2013 10:21:17 +0200 ruby-bacon (1.2.0-1) experimental; urgency=low * Imported Upstream version 1.2.0 * Bump Standard Version: 3.9.3 * Update debian/copyright: Bump copyright year -- Youhei SASAKI Mon, 07 Jan 2013 22:01:28 +0900 ruby-bacon (1.1.0-2) unstable; urgency=low * fix description -- Youhei SASAKI Sat, 22 Oct 2011 13:45:00 +0900 ruby-bacon (1.1.0-1) unstable; urgency=low * Initial release (Closes: #635394) -- Youhei SASAKI Tue, 26 Jul 2011 01:00:37 +0900 debian/bacon.10000644000000000000000000000260112111135301010315 0ustar .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. .TH BACON "1" "July 2011" "bacon 1.1.0" "bacon" .SH NAME bacon \- small RSpec clone .SH SYNOPSIS .B bacon [\fIoptions\fR] [\fIfiles\fR | \fI-a\fR] [\fI-- untouched arguments\fR] .SH DESCRIPTION .SS "Ruby options:" .TP \fB\-e\fR, \fB\-\-eval\fR LINE evaluate a LINE of code .TP \fB\-d\fR, \fB\-\-debug\fR set debugging flags (set $DEBUG to true) .TP \fB\-w\fR, \fB\-\-warn\fR turn warnings on for your script .TP \fB\-I\fR, \fB\-\-include\fR PATH specify $LOAD_PATH (may be used more than once) .TP \fB\-r\fR, \fB\-\-require\fR LIBRARY require the library, before executing your script .SS "bacon options:" .TP \fB\-s\fR, \fB\-\-specdox\fR do AgileDox\-like output (default) .TP \fB\-q\fR, \fB\-\-quiet\fR do Test::Unit\-like non\-verbose output .TP \fB\-p\fR, \fB\-\-tap\fR do TAP (Test Anything Protocol) output .TP \fB\-k\fR, \fB\-\-knock\fR do Knock output .TP \fB\-o\fR, \fB\-\-output\fR FORMAT do FORMAT (SpecDox/TestUnit/Tap) output .TP \fB\-Q\fR, \fB\-\-no\-backtrace\fR don't print backtraces .TP \fB\-a\fR, \fB\-\-automatic\fR gather tests from ./test/, include ./lib/ .TP \fB\-n\fR, \fB\-\-name\fR NAME runs tests matching regexp NAME .TP \fB\-t\fR, \fB\-\-testcase\fR TESTCASE runs tests in TestCases matching regexp TESTCASE .SS "Common options:" .TP \fB\-h\fR, \fB\-\-help\fR Show this message .TP \fB\-\-version\fR Show version debian/ruby-bacon.manpages0000644000000000000000000000001712111135301012726 0ustar debian/bacon.1 debian/ruby-bacon.docs0000644000000000000000000000001412111135301012060 0ustar README.rdoc debian/watch0000644000000000000000000000013712111135301010204 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/bacon .*/bacon-(.*).tar.gz debian/compat0000644000000000000000000000000212111135301010350 0ustar 7