debian/0000755000000000000000000000000012247171223007167 5ustar debian/copyright0000644000000000000000000000251312247171002011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rack-cache Source: http://rubygems.org/gems/rack-cache Files: * Copyright: 2008 Ryan Tomayko License: Expat Files: debian/* Copyright: Copyright 2011 Ondřej Surý 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 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/rules0000755000000000000000000000070112133040064010235 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/source/0000755000000000000000000000000012133040064010457 5ustar debian/source/format0000644000000000000000000000001412133040064011665 0ustar 3.0 (quilt) debian/control0000644000000000000000000000203612247171012010567 0ustar Source: ruby-rack-cache Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ondřej Surý Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rack | ruby-rack1.4, ruby-bacon, # ruby-memcached, # ruby-dalli Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-cache.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rack-cache.git;a=summary Homepage: http://tomayko.com/src/rack-cache/ XS-Ruby-Versions: all Package: ruby-rack-cache Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (>= 0.4) | ruby-rack1.4 Description: HTTP Caching for Rack Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information. debian/watch0000644000000000000000000000015112133040064010205 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rack-cache .*/rack-cache-(.*).tar.gz debian/changelog0000644000000000000000000000153312247171223011043 0ustar ruby-rack-cache (1.2-3) unstable; urgency=low Team upload. [ 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 [ Christian Hofstaedtler ] * Fix Syntax/Blocks of debian/copyright * Replace versioned ruby-rack dependency with ruby-rack | ruby-rack1.4 * Bump Standards-Version to 3.9.5 (no changes) -- Christian Hofstaedtler Mon, 02 Dec 2013 21:48:33 +0100 ruby-rack-cache (1.2-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Antonio Terceiro Mon, 25 Jun 2012 15:51:10 -0300 ruby-rack-cache (1.2-1) unstable; urgency=low * Initial release -- Ondřej Surý Wed, 25 Apr 2012 10:46:18 +0000 debian/compat0000644000000000000000000000000212133040064010355 0ustar 7 debian/ruby-rack-cache.docs0000644000000000000000000000001512133040064012765 0ustar doc/* README