debian/0000755000000000000000000000000012143207557007174 5ustar debian/rules0000755000000000000000000000070112143207513010242 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-appraisal.lintian-overrides0000644000000000000000000000012312143207513015473 0ustar # Upstream does not provide a changelog file ruby-appraisal: no-upstream-changelog debian/copyright0000644000000000000000000000253412143207513011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: appraisal Source: http://rubygems.org/gems/appraisal Files: * Copyright: 2010-2012 Joe Ferris and thoughtbot, inc. License: Expat Files: debian/* Copyright: 2013 Praveen Arimbrathodiyil 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/compat0000644000000000000000000000000212143207513010362 0ustar 7 debian/patches/0000755000000000000000000000000012143207513010613 5ustar debian/patches/remove-rubygems-require.patch0000644000000000000000000000075012143207513016440 0ustar Description: Remove rubygems and bundler requires Tests use rubygems and bundler for dependencies. . We make sure dependencies are already added in build-depends. Author: Praveen Arimbrathodiyil Last-Update: 2013-05-09 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,2 +1,4 @@ -require 'rubygems' -require 'bundler/setup' +# We'll add dependencies in debian/control +# We don't need rubygems or bundler +# require 'rubygems' +# require 'bundler/setup' debian/patches/series0000644000000000000000000000003612143207513012027 0ustar remove-rubygems-require.patch debian/ruby-appraisal.docs0000644000000000000000000000003212143207513012764 0ustar README.md CONTRIBUTING.md debian/ruby-tests.rake0000644000000000000000000000022312143207513012146 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000025112143207513011034 0ustar ruby-appraisal (0.5.1-1) unstable; urgency=low * Initial release (Closes: #702343) -- Praveen Arimbrathodiyil Tue, 05 Mar 2013 18:29:18 +0530 debian/control0000644000000000000000000000224312143207513010570 0ustar Source: ruby-appraisal Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-aruba Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-appraisal.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-appraisal.git;a=summary Homepage: http://github.com/thoughtbot/appraisal XS-Ruby-Versions: all Package: ruby-appraisal Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake, bundler # rake (>= 0), bundler (>= 0), cucumber (~> 1.0, development), rspec (~> 2.6, development), aruba (~> 0.4.2, development) Description: Find out what your Ruby gems are worth Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called "appraisals." . Appraisal is designed to make it easy to check for regressions in your library without interfering with day-to-day development using bundler. debian/watch0000644000000000000000000000014712143207513010217 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/appraisal .*/appraisal-(.*).tar.gz debian/source/0000755000000000000000000000000012143207422010463 5ustar debian/source/format0000644000000000000000000000001412143207513011672 0ustar 3.0 (quilt)