debian/0000755000000000000000000000000012014221633007160 5ustar debian/patches/0000755000000000000000000000000012014221633010607 5ustar debian/patches/debian-changes0000644000000000000000000000343712014221633013371 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-haml (1.1.3-2) unstable; urgency=low . * Add missing depends on ruby-haml. Closes: #685317. Author: Tollef Fog Heen Bug-Debian: http://bugs.debian.org/685317 --- 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-haml-1.1.3.orig/spec/spec_helper.rb +++ ruby-merb-haml-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,7 +9,7 @@ require 'merb-core' require "merb-haml" # Satisfies Autotest and anyone else not using the Rake tasks -require 'spec' +require 'rspec' # Shared spec files require "controllers/haml" @@ -18,6 +18,6 @@ Merb::Plugins.config[:haml] = { "autoclo Merb.start :environment => 'test' -Spec::Runner.configure do |config| +RSpec::Runner.configure do |config| config.include Merb::Test::RequestHelper end debian/patches/series0000644000000000000000000000001712014221633012022 0ustar debian-changes debian/control0000644000000000000000000000363312014220447010572 0ustar Source: ruby-merb-haml 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-haml, ruby-rspec Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-merb-haml.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-merb-haml.git;a=summary Homepage: http://merbivore.com/ XS-Ruby-Versions: all Package: ruby-merb-haml Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-haml Replaces: libmerb-haml-ruby (<< 1.1.3-1~), libmerb-haml-ruby1.8 (<< 1.1.3-1~) Breaks: libmerb-haml-ruby (<< 1.1.3-1~), libmerb-haml-ruby1.8 (<< 1.1.3-1~) Provides: libmerb-haml-ruby, libmerb-haml-ruby1.8 Description: Plugin library for Merb that provides access to ruby-haml Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine. Package: libmerb-haml-ruby Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-merb-haml Description: Transitional package for ruby-merb-haml This is a transitional package to ease upgrades to the ruby-merb-haml package. It can safely be removed. Package: libmerb-haml-ruby1.8 Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-merb-haml Description: Transitional package for ruby-merb-haml This is a transitional package to ease upgrades to the ruby-merb-haml package. It can safely be removed. debian/compat0000644000000000000000000000000211765176323010377 0ustar 7 debian/ruby-merb-haml.docs0000644000000000000000000000000711765177141012672 0ustar README debian/watch0000644000000000000000000000014711765176323010234 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/merb-haml .*/merb-haml-(.*).tar.gz debian/source/0000755000000000000000000000000011765177370010504 5ustar debian/source/format0000644000000000000000000000001411765176323011707 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000225311765177772011147 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: merb-haml Source: http://www.merbivore.com/ Files: * Copyright (c) 2008 Yehuda Katz 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/rules0000755000000000000000000000070111765176323010257 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.rb0000644000000000000000000000011011765177177011647 0ustar require 'rspec/autorun' Dir['spec/*_spec.rb'].each { |f| require f } debian/changelog0000644000000000000000000000235012014221545011034 0ustar ruby-merb-haml (1.1.3-2) unstable; urgency=low * Add missing depends on ruby-haml. Closes: #685317. -- Tollef Fog Heen Sun, 19 Aug 2012 19:24:04 +0200 ruby-merb-haml (1.1.3-1) unstable; urgency=low * Convert to new Ruby policy. -- Tollef Fog Heen Sun, 10 Jun 2012 21:59:11 +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