debian/0000755000000000000000000000000012246747272007203 5ustar debian/rules0000755000000000000000000000070111757766232010264 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/watch0000644000000000000000000000017711757766232010244 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/merb-param-protection .*/merb-param-protection-(.*).tar.gz debian/source/0000755000000000000000000000000012246563557010505 5ustar debian/source/format0000644000000000000000000000001411757766232011714 0ustar 3.0 (quilt) debian/source/patch-header0000644000000000000000000000027212246563557012756 0ustar This patch contains all the Debian-specific changes mixed together. To review them separately, please inspect the VCS history at the URL indicated by the Vcs-* fields in debian/control. debian/source/options0000644000000000000000000000002411757766232012120 0ustar single-debian-patch debian/copyright0000644000000000000000000000234412160614557011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: merb-param-protection Source: http://merbivore.com/ Files: * Copyright: Copyright (c) 2008 Lance Carlson License: MIT 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/control0000644000000000000000000000204412246746627010611 0ustar Source: ruby-merb-param-protection Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Tollef Fog Heen Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-rspec, ruby-merb-core Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-merb-param-protection.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-merb-param-protection.git;a=summary Homepage: http://merbivore.com/ XS-Ruby-Versions: all Package: ruby-merb-param-protection Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-merb-core Description: Merb plugin with controller methods to filter parameters Controller methods provided by this package: * params_protected - removes ONLY those parameters explicitly specified. * params_accessible - removes everything except what is explicitly specified. * log_params_filtered - scrubbed at log time. debian/patches/0000755000000000000000000000000012246747272010632 5ustar debian/patches/series0000644000000000000000000000001712246747272012045 0ustar debian-changes debian/patches/debian-changes0000644000000000000000000000137312246747432013407 0ustar This patch contains all the Debian-specific changes mixed together. To review them separately, please inspect the VCS history at the URL indicated by the Vcs-* fields in debian/control. --- ruby-merb-param-protection-1.1.3.orig/spec/spec_helper.rb +++ ruby-merb-param-protection-1.1.3/spec/spec_helper.rb @@ -9,14 +9,14 @@ require 'merb-core' require "merb-param-protection" # Satisfies Autotest and anyone else not using the Rake tasks -require 'spec' +require 'rspec' # Additional files required for specs require "controllers/param_protection" Merb.start :environment => 'test' -Spec::Runner.configure do |config| +RSpec::Runner.configure do |config| config.include Merb::Test::ControllerHelper config.include Merb::Test::RequestHelper end debian/compat0000644000000000000000000000000211757766232010404 0ustar 7 debian/changelog0000644000000000000000000000365512246747173011066 0ustar ruby-merb-param-protection (1.1.3-2) unstable; urgency=low * Team upload. * Add spec/ directory to load_path in debian/ruby-tests.rb to allow tests to find spec/spec_helper.rb (Closes: #728640). * debian/control: + remove obsolete DM-Upload-Allowed flag + use canonical URI in Vcs-* fields + drop transitional packages + bump Standards-Version to 3.9.5 (no changes needed) + fix typo in long description * debian/copyright: use copyright-format/1.0 official URL * Add a patch header in debian/source for the single-debian-patch -- Cédric Boutillier Sun, 01 Dec 2013 09:16:35 +0100 ruby-merb-param-protection (1.1.3-1) unstable; urgency=low * Update to new ruby policy. -- Tollef Fog Heen Wed, 23 May 2012 17:19:33 +0200 merb (1.0.12+dfsg-4) unstable; urgency=low * Add merb-param-protection package. * Merb depends on RubyGems to enable library dependency plugin mechanism. -- Joshua Timberman Wed, 17 Mar 2010 19:38:55 -0600 merb (1.0.12+dfsg-3) unstable; urgency=low [ Paul van Tilburg ] * debian/watch: changed the regexp so that it makes PET happy too. [ Mike Castleman ] * debian/copyright: clarify that we don't ship the allison library (closes: #574142) -- Mike Castleman Wed, 17 Mar 2010 03:07:17 -0400 merb (1.0.12+dfsg-2) unstable; urgency=low * Packaging approved for Ubuntu, updating for Debian. * Rename merb-slices binary from slice to merb-slice. * Repack upstream tarball, should not affect Debian packaging but noted: + Replaced upstream empty LICENSE file with MIT license + Removed object files which are part of the webrat spec testing. -- Joshua Timberman Thu, 27 Aug 2009 08:56:09 -0600 merb (1.0.12+dfsg-1) unstable; urgency=low * Initial release (Closes: #538928) -- Joshua Timberman Mon, 27 Jul 2009 23:38:37 -0600 debian/ruby-tests.rb0000644000000000000000000000012612246132135011632 0ustar $: << "./spec" require 'rspec/autorun' Dir['spec/*_spec.rb'].each { |f| require f } debian/ruby-merb-param-protection.docs0000644000000000000000000000000711757766232015243 0ustar README