debian/0000755000000000000000000000000012151165330007163 5ustar debian/gbp.conf0000644000000000000000000000003612151165330010601 0ustar [DEFAULT] pristine-tar = True debian/rules0000755000000000000000000000007512151165330010245 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby debian/control0000644000000000000000000000222312151165330010565 0ustar Source: ruby-haml-contrib Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jérémy Bobbio Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-haml (>= 4), ruby-tilt, ruby-minitest Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-haml-contrib.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-haml-contrib.git Homepage: http://haml.info/ XS-Ruby-Versions: all Package: ruby-haml-contrib Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-haml (>= 4), ruby-tilt Description: Elegant, structured XHTML/XML templating engine - addons 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. . This package provides several extra filters: builder, markaby, maruku, nokogiri, php, textile, wiki, yajl. debian/compat0000644000000000000000000000000212151165330010361 0ustar 7 debian/copyright0000644000000000000000000000255312151165330011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: haml-contrib Source: https://github.com/haml/haml-contrib Files: * Copyright: 2006-2013 Hampton Catlil, Nathan Weizenbaum and Norman Clarke License: Expat Files: debian/* Copyright: 2013 Jérémy Bobbio 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/changelog0000644000000000000000000000024412151165330011035 0ustar ruby-haml-contrib (1.0.0.1-1) unstable; urgency=low * Initial release (Closes: #710166) -- Jérémy Bobbio Tue, 28 May 2013 19:34:36 +0200 debian/source/0000755000000000000000000000000012151165330010463 5ustar debian/source/format0000644000000000000000000000001412151165330011671 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015512151165330010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/haml-contrib .*/haml-contrib-(.*).tar.gz debian/ruby-tests.rb0000644000000000000000000000011512151165330011626 0ustar $: << 'lib' << 'test' << '.' Dir['test/**/*_test.rb'].each { |f| require f } debian/patches/0000755000000000000000000000000012151165330010612 5ustar debian/patches/0001-Do-not-use-rubygems-and-bundler-from-test-helper.patch0000644000000000000000000000132612151165330023364 0ustar From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= Date: Tue, 28 May 2013 19:19:53 +0200 Subject: [PATCH] Do not use rubygems and bundler from test helper --- test/test_helper.rb | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index b5455e5..5325276 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,3 @@ -require "rubygems" -require "bundler/setup" require "haml" require "minitest/autorun" @@ -9,4 +7,4 @@ MiniTest::Unit::TestCase.send :include, Module.new { locals = options.delete(:locals) || {} Haml::Engine.new(text, options).to_html(scope, locals, &block) end -} \ No newline at end of file +} -- debian/patches/series0000644000000000000000000000007412151165330012030 0ustar 0001-Do-not-use-rubygems-and-bundler-from-test-helper.patch