debian/0000755000000000000000000000000012116363551007171 5ustar debian/rules0000755000000000000000000000070112116363524010247 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-rack-pjax.docs0000644000000000000000000000001212116363524012673 0ustar README.md debian/copyright0000644000000000000000000000251612116363524011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rack-pjax Source: http://rubygems.org/gems/rack-pjax Files: * Copyright: 2011 Gert Goet, ThinkCreate 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/compat0000644000000000000000000000000212116363524010367 0ustar 7 debian/patches/0000755000000000000000000000000012116363524010620 5ustar debian/patches/remove-bundler-rubygems-require.patch0000644000000000000000000000143612116363524020100 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-03-08 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,11 +1,13 @@ -require "rubygems" -require "bundler" -Bundler.setup +# We'll add the dependencies in build deps +# require "rubygems" +# require "bundler" +# Bundler.setup -$:.unshift File.expand_path("../../lib", __FILE__) +# $:.unshift File.expand_path("../../lib", __FILE__) require "rack-pjax" -Bundler.require(:test) +# Bundler.require(:test) +require "rack/test" # helpers ripped from wycat's Rack::Offline # (https://github.com/wycats/rack-offline/blob/master/spec/spec_helper.rb) debian/patches/series0000644000000000000000000000004612116363524012035 0ustar remove-bundler-rubygems-require.patch debian/ruby-rack-pjax.lintian-overrides0000644000000000000000000000012312116363524015404 0ustar # Upstream does not provide a chaneglog file ruby-rack-pjax: no-upstream-changelog debian/ruby-tests.rake0000644000000000000000000000022312116363524012153 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000025112116363524011041 0ustar ruby-rack-pjax (0.7.0-1) unstable; urgency=low * Initial release (Closes: #702569) -- Praveen Arimbrathodiyil Fri, 08 Mar 2013 17:27:51 +0530 debian/control0000644000000000000000000000216712116363524010602 0ustar Source: ruby-rack-pjax 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-rack-test, ruby-nokogiri Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-pjax.git Vcs-Browser: http://anonscm.debian.org/pkg-ruby-extras/ruby-rack-pjax.git Homepage: https://github.com/eval/rack-pjax XS-Ruby-Versions: all Package: ruby-rack-pjax Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack, ruby-nokogiri Description: serve pjax responses through rack middleware Rack-pjax is middleware that lets you serve 'chrome-less' pages in response to pjax-requests. . It does this by stripping the generated body; only the title and inner-html of the pjax-container are sent to the client. . While this won't save you any time rendering the page, it gives you more flexibility where and how to define the pjax-container. debian/watch0000644000000000000000000000014712116363524010224 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rack-pjax .*/rack-pjax-(.*).tar.gz debian/source/0000755000000000000000000000000012116363453010472 5ustar debian/source/format0000644000000000000000000000001412116363524011677 0ustar 3.0 (quilt)