debian/0000755000000000000000000000000012161363627007175 5ustar debian/rules0000755000000000000000000000070112051465616010252 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/copyright0000644000000000000000000000251512051465616011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vegas Source: http://rubygems.org/gems/vegas Files: * Copyright: 2009 Aaron Quint, Quirkey NYC, LLC License: Expat Files: debian/* Copyright: 2012 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/compat0000644000000000000000000000000212051465616010372 0ustar 7 debian/ruby-vegas.docs0000644000000000000000000000001412051465616012125 0ustar README.rdoc debian/patches/0000755000000000000000000000000012161362600010612 5ustar debian/patches/remove-rubygems-require.patch0000644000000000000000000000057112051465616016451 0ustar Description: rubygems not required Dependencies are taken care of by apt. Author: Praveen Arimbrathodiyil Last-Update: 2012-11-16 --- a/lib/vegas.rb +++ b/lib/vegas.rb @@ -2,7 +2,8 @@ require 'rack' require 'rbconfig' rescue LoadError - require 'rubygems' +# rubygems not needed in deb, we've apt +# require 'rubygems' require 'rack' end debian/patches/port-to-latest-mocha.patch0000644000000000000000000000075512161362600015625 0ustar Description: update mocha require require 'mocha/object' is removed from latest mocha. use require 'mocha/setup' instead. Bug: https://github.com/quirkey/vegas/pull/20 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713173 Author: Praveen Arimbrathodiyil Last-Update: 2013-06-22 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,7 +1,7 @@ dependencies = %w{ bacon - mocha/standalone - mocha/object + mocha/api + mocha/setup sinatra } debian/patches/series0000644000000000000000000000007112161402234012023 0ustar remove-rubygems-require.patch port-to-latest-mocha.patch debian/changelog0000644000000000000000000000077112161363627011054 0ustar ruby-vegas (0.1.11-2) unstable; urgency=low * Update mocha require lines (Closes: #713173) - port-to-latest-mocha.patch * Update standards version to 3.9.4 - no changes required [ Cédric Boutillier ] * use canonical URI in Vcs-* fields -- Praveen Arimbrathodiyil Sat, 22 Jun 2013 18:06:09 +0000 ruby-vegas (0.1.11-1) unstable; urgency=low * Initial release (Closes: #622654) -- Praveen Arimbrathodiyil Fri, 16 Nov 2012 20:32:02 +0530 debian/control0000644000000000000000000000200312161362720010564 0ustar Source: ruby-vegas Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rack, ruby-bacon, thin, ruby-mocha (>=0.14), ruby-sinatra Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-vegas.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-vegas.git;a=summary Homepage: http://code.quirkey.com/vegas XS-Ruby-Versions: all Package: ruby-vegas Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack Description: create executable versions of Sinatra/Rack apps Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps. It includes a class Vegas::Runner that wraps Rack/Sinatra applications and provides a simple command line interface and launching mechanism. debian/watch0000644000000000000000000000013712051465616010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/vegas .*/vegas-(.*).tar.gz debian/ruby-tests.rb0000644000000000000000000000007012051465616011637 0ustar $: << 'test' << '.' require 'test/test_vegas_runner.rb' debian/source/0000755000000000000000000000000012051465561010473 5ustar debian/source/format0000644000000000000000000000001412051465616011702 0ustar 3.0 (quilt)