debian/0000755000000000000000000000000012050515041007157 5ustar debian/rules0000755000000000000000000000100412050513315010234 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_installchangelogs: dh_installchangelogs History.rdoc debian/copyright0000644000000000000000000000250112037763760011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: warden Source: http://rubygems.org/gems/warden Files: * Copyright: 2009 Daniel Neighman 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/compat0000644000000000000000000000000212037763760010377 0ustar 7 debian/patches/0000755000000000000000000000000012037764774010636 5ustar debian/patches/explicit_require_rspec.patch0000644000000000000000000000062512037764774016433 0ustar Description: Add explicit require rspec This is needed for running tests with gem2deb Forwarded: https://github.com/hassox/warden/pull/64 Author: Praveen Arimbrathodiyil --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -7,6 +7,7 @@ require 'rubygems' require 'rack' +require 'rspec' Dir[File.join(File.dirname(__FILE__), "helpers", "**/*.rb")].each do |f| require f debian/patches/series0000644000000000000000000000003512037763760012043 0ustar explicit_require_rspec.patch debian/ruby-tests.rake0000644000000000000000000000022312050514314012143 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000072212050515021011030 0ustar ruby-warden (1.2.1-2) unstable; urgency=low * Upload to unstable * Install README.textfile as doc * Install History.rdoc as changelog * Use debian/ruby-tests.rake for tests * Add rake to build-depends -- Praveen Arimbrathodiyil Wed, 14 Nov 2012 00:20:36 +0530 ruby-warden (1.2.1-1) experimental; urgency=low * Initial release (Closes: #624635) -- Praveen Arimbrathodiyil Thu, 18 Oct 2012 15:59:06 +0530 debian/control0000644000000000000000000000233412050514773010577 0ustar Source: ruby-warden Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rack, rake, ruby-rspec Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-warden.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-warden.git;a=summary Homepage: http://github.com/hassox/warden XS-Ruby-Versions: all Package: ruby-warden Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack Description: Rack middleware that provides authentication for rack applications Warden is a Rack-based middleware, designed to provide a mechanism for authentication in Ruby web applications. It is a common mechanism that fits into the Rack Machinery to offer powerful options for authentication. . Warden is designed to be lazy. That is, if you don't use it, it doesn't do anything, but when you do use it, it will spring into action and provide an underlying mechanism to allow authentication in any Rack-based application. debian/ruby-warden.docs0000644000000000000000000000001712050513354012273 0ustar README.textile debian/watch0000644000000000000000000000014112037763760010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/warden .*/warden-(.*).tar.gz debian/source/0000755000000000000000000000000012037763641010477 5ustar debian/source/format0000644000000000000000000000001412037763760011707 0ustar 3.0 (quilt)