debian/0000755000000000000000000000000012151603311007157 5ustar debian/rules0000755000000000000000000000100312151603271010236 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 clean: dh clean --buildsystem=ruby --with ruby rm -rf test/tmp debian/copyright0000644000000000000000000000253512151603271011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: markerb Source: http://rubygems.org/gems/markerb Files: * Copyright: 2011 PlataformaTec (blog.plataformatec.com.br) License: Expat Files: debian/* Copyright: 2013 Praveen Arimbrathodiyil 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/compat0000644000000000000000000000000212151603271010362 0ustar 7 debian/patches/0000755000000000000000000000000012151603271010613 5ustar debian/patches/remove-bundler.patch0000644000000000000000000000067012151603271014565 0ustar Description: remove bundler and rubygems We use dpkg and apt to satisfy dependencies. These are tracked in debian/control Author: Praveen Arimbrathodiyil Last-Update: 2013-05-30 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,6 +1,6 @@ -require "rubygems" -require "bundler" -Bundler.setup +#require "rubygems" +#require "bundler" +#Bundler.setup require "test/unit" require "active_support/test_case" debian/patches/series0000644000000000000000000000002512151603271012025 0ustar remove-bundler.patch debian/ruby-tests.rake0000644000000000000000000000025212151603271012150 0ustar require 'rake/testtask' Rake::TestTask.new(:test) do |t| t.libs << "test" t.test_files = FileList['test/*_test.rb'] t.verbose = true end task :default => [:test] debian/ruby-markerb.docs0000644000000000000000000000001212151603271012431 0ustar README.md debian/changelog0000644000000000000000000000024712151603271011041 0ustar ruby-markerb (1.0.1-1) unstable; urgency=low * Initial release (Closes: #702902) -- Praveen Arimbrathodiyil Thu, 30 May 2013 12:57:48 +0530 debian/control0000644000000000000000000000200612151603271010565 0ustar Source: ruby-markerb Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), rake, ruby-redcarpet, ruby-activesupport-3.2, ruby-actionmailer-3.2, ruby-railties-3.2 Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-markerb.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-markerb.git;a=summary Homepage: http://github.com/plataformatec/markerb XS-Ruby-Versions: all Package: ruby-markerb Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-redcarpet Description: multipart templates made easy with Markdown + ERb Markerb allows you to render multipart e-mails from a single template. The template is written in Markdown, which is delivered as a text part, but also rendered and delivered as an HTML part. debian/watch0000644000000000000000000000014312151603271010213 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/markerb .*/markerb-(.*).tar.gz debian/ruby-markerb.lintian-overrides0000644000000000000000000000011212151603271015140 0ustar # Upstream does not provide changelog ruby-markerb: no-upstream-changelog debian/source/0000755000000000000000000000000012151603253010464 5ustar debian/source/format0000644000000000000000000000001412151603271011672 0ustar 3.0 (quilt)