debian/0000755000000000000000000000000011765175547007210 5ustar debian/patches/0000755000000000000000000000000011765175547010637 5ustar debian/patches/debian-changes0000644000000000000000000000367611765175547013426 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . ruby-merb-helpers (1.1.3-1) unstable; urgency=low . * Update to new Ruby policy Author: Tollef Fog Heen --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- ruby-merb-helpers-1.1.3.orig/spec/spec_helper.rb +++ ruby-merb-helpers-1.1.3/spec/spec_helper.rb @@ -1,4 +1,4 @@ -require "rubygems" +# require "rubygems" # Use current merb-core sources if running from a typical dev checkout. lib = File.expand_path('../../../merb-core/lib', __FILE__) @@ -9,10 +9,9 @@ require 'merb-core' require "merb-helpers" # Satisfies Autotest and anyone else not using the Rake tasks -require 'spec' +require 'rspec' require "date" -require "webrat" # Please read merb_helpers_form_spec.rb @@ -144,12 +143,10 @@ module Merb end end -Spec::Runner.configure do |config| +RSpec::Runner.configure do |config| config.include Merb::Test::Helper config.include Merb::Test::RspecMatchers config.include Merb::Test::RequestHelper - config.include Webrat::Matchers - config.include Webrat::HaveTagMatcher def with_level(level) Merb.logger = Merb::Logger.new(StringIO.new, level) debian/patches/series0000644000000000000000000000001711765175547012052 0ustar debian-changes debian/control0000644000000000000000000000334611765174420010606 0ustar Source: ruby-merb-helpers Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Tollef Fog Heen DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-merb-core (>= 1.1.3), ruby-rspec, ruby-json, ruby-hpricot Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-merb-helpers.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-merb-helpers.git;a=summary Homepage: http://merbivore.com/ XS-Ruby-Versions: all Package: ruby-merb-helpers Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-merb-core (>= 1.1.3) Replaces: libmerb-helpers-ruby (<< 1.1.3-1~), libmerb-helpers-ruby1.8 (<< 1.1.3-1~) Breaks: libmerb-helpers-ruby (<< 1.1.3-1~), libmerb-helpers-ruby1.8 (<< 1.1.3-1~) Provides: libmerb-helpers-ruby, libmerb-helpers-ruby1.8 Description: Plugin library for Merb that provides view helpers This plugin provides the following helpers for your views: * form_helpers * date_time_helpers * tag_helpers * text_helpers Package: libmerb-helpers-ruby Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-merb-helpers Description: Transitional package for ruby-merb-helpers This is a transitional package to ease upgrades to the ruby-merb-helpers package. It can safely be removed. Package: libmerb-helpers-ruby1.8 Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-merb-helpers Description: Transitional package for ruby-merb-helpers This is a transitional package to ease upgrades to the ruby-merb-helpers package. It can safely be removed. debian/compat0000644000000000000000000000000211757204724010375 0ustar 7 debian/ruby-merb-helpers.docs0000644000000000000000000000000711757206314013407 0ustar README debian/watch0000644000000000000000000000015511757204724010231 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/merb-helpers .*/merb-helpers-(.*).tar.gz debian/source/0000755000000000000000000000000011765173313010475 5ustar debian/source/format0000644000000000000000000000001411757204724011705 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000227311757205526011137 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: merb-helpers Source: http://www.merbivore.com/ Files: * Copyright: Copyright (c) 2008 Engine Yard 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/rules0000755000000000000000000000070111757204724010255 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-tests.rb0000644000000000000000000000020111765175350011637 0ustar require 'rspec/autorun' Dir['spec/*_spec.rb'].each { |f| if f = "spec/merb_helpers_form_spec.rb" next end require f } debian/changelog0000644000000000000000000000206611765175520011055 0ustar ruby-merb-helpers (1.1.3-1) unstable; urgency=low * Update to new Ruby policy -- Tollef Fog Heen Wed, 23 May 2012 17:59:04 +0200 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