debian/0000755000000000000000000000000012155402077007171 5ustar debian/rules0000755000000000000000000000070112155361050010242 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/watch0000644000000000000000000000013112155370131010210 0ustar version=3 https://github.com/randx/six/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) debian/source/0000755000000000000000000000000012155361050010464 5ustar debian/source/format0000644000000000000000000000001412155361050011672 0ustar 3.0 (quilt) debian/ruby-tests.rake0000644000000000000000000000022012155361050012143 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/*_spec.rb' end task :default => :spec debian/ruby-six.docs0000644000000000000000000000002012155361050011610 0ustar README.markdown debian/copyright0000644000000000000000000000266012155401220011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: six Source: https://github.com/randx/six Files: * Copyright: 2011 Dmitriy Zaporozhets License: Expat Files: debian/* Copyright: 2013 Cédric Boutillier License: Expat Comment: the Debian packaging is licensed under the same terms as the original package. 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/control0000644000000000000000000000161012155361050010565 0ustar Source: ruby-six Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), rake, ruby-rspec Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-six.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-six.git;a=summary Homepage: https://github.com/randx/six XS-Ruby-Versions: all Package: ruby-six Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: very simple authorization library for Ruby Six is a very simple authorization library for Ruby, which can be used for the Rails framework. It allows you to define rules which restricts what resources a given user is allowed to access. debian/patches/0000755000000000000000000000000012155361050010613 5ustar debian/patches/series0000644000000000000000000000003612155361050012027 0ustar remove_bundler_rubygems.patch debian/patches/remove_bundler_rubygems.patch0000644000000000000000000000070412155361050016562 0ustar Description: remove usage of rubygems and bundler in tests Origin: vendor Author: Cédric Boutillier Last-Update: 2013-06-10 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,4 @@ -require "rubygems" -require "bundler" -Bundler.require(:default, :development) +#require "rubygems" +#require "bundler" +#Bundler.require(:default, :development) Dir[File.dirname(__FILE__) + '/support/*.rb'].each {|file| require file } debian/compat0000644000000000000000000000000212155361050010362 0ustar 7 debian/changelog0000644000000000000000000000055512155402077011050 0ustar ruby-six (0.2.0-2) unstable; urgency=low * Fix debian/watch to use github.com as source. * Fix source URL in copyright file. -- Cédric Boutillier Mon, 10 Jun 2013 17:30:15 +0200 ruby-six (0.2.0-1) unstable; urgency=low * Initial release (Closes: #711861) -- Cédric Boutillier Mon, 10 Jun 2013 15:26:41 +0200