debian/0000755000000000000000000000000012214336150007163 5ustar debian/ruby-tests.rake0000644000000000000000000000031012210334341012136 0ustar require 'gem2deb/rake/testtask' task :default => :test Rake::TestTask.new('test') do |t| t.libs << 'lib' t.libs << 'test' t.pattern = 'test/*_test.rb' t.verbose = true t.warning = false end debian/watch0000644000000000000000000000014712210334341010212 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/redcarpet .*/redcarpet-(.*).tar.gz debian/patches/0000755000000000000000000000000012210334341010606 5ustar debian/patches/0001-Remove-RubyGems-Depends.patch0000644000000000000000000000110112210334341016546 0ustar From: Youhei SASAKI Date: Sun, 2 Jun 2013 02:40:18 +0900 Subject: Remove RubyGems Depends Signed-off-by: Youhei SASAKI --- test/test_helper.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index d98e02e..86ebe4b 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,8 +1,6 @@ # coding: UTF-8 Encoding.default_internal = 'UTF-8' if defined? Encoding -gem 'test-unit', '>= 2' # necessary when not using bundle exec - require 'test/unit' require 'nokogiri' debian/patches/series0000644000000000000000000000004312210334341012020 0ustar 0001-Remove-RubyGems-Depends.patch debian/redcarpet.10000644000000000000000000000130512214336056011222 0ustar .TH REDCARPET "1" "May 2012" "redcarpet 3.0.0" "User Commands" .SH NAME redcarpet \- Markdown prosessing like butterflies and popcorn .SH SYNOPSIS .B redcarpet [\fI--parse-\fR...] [\fI--render-\fR...] [\fI--smarty\fR] [\fI\fR...] .SH DESCRIPTION Convert one or more Markdown files to HTML and write to standard output. With no or when is '\-', read Markdown source text from standard input. With s, perform additional Markdown processing before writing output. With \fB\-\-smarty\fR, use the SmartyHTML renderer .SH AUTHOR This manual page was written by Youhei SASAKI , for the Debian GNU/Linux system(but may be used by others). debian/compat0000644000000000000000000000000212210334341010355 0ustar 7 debian/ruby-redcarpet.docs0000644000000000000000000000002012210334341012751 0ustar README.markdown debian/ruby-redcarpet.manpages0000644000000000000000000000002312210334341013617 0ustar debian/redcarpet.1 debian/control0000644000000000000000000000165512210334341010571 0ustar Source: ruby-redcarpet Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI , Taku YASUI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, rake-compiler, ruby-nokogiri, ruby-test-unit Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-redcarpet.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-redcarpet.git;a=summary Homepage: http://github.com/tanoku/redcarpet XS-Ruby-Versions: all Package: ruby-redcarpet Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Fast, safe and extensible Markdown to (X)HTML parser for Ruby Redcarpet is Ruby library for Markdown processing. . This is fast, safe and extensible Markdown to (X)HTML parser. debian/rules0000755000000000000000000000070112210334341010235 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/changelog0000644000000000000000000000301212214336150011031 0ustar ruby-redcarpet (3.0.0-1) unstable; urgency=low * Imported Upstream version 3.0.0 * Update manpages: bump version -- Youhei SASAKI Thu, 12 Sep 2013 22:06:46 +0900 ruby-redcarpet (2.3.0-1) unstable; urgency=low [ Youhei SASAKI ] * Team upload. * Imported Upstream version 2.3.0 * Add patch: Remove RubyGems Depends in tests/test_helper.rb * Update Test: import upstream Rakefile into debian/ruby-tests.rake * Update copyright * Bump Standard Version: 3.9.4 [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields -- Youhei SASAKI Sun, 02 Jun 2013 02:23:19 +0900 ruby-redcarpet (2.2.2-1) experimental; urgency=low * Imported Upstream version 2.2.2 -- Youhei SASAKI Thu, 17 Jan 2013 21:45:24 +0900 ruby-redcarpet (2.1.1-3) unstable; urgency=low * Team upload. * Bump build dependency on gem2deb to >= 0.3.0~. * Update debian/copyright to DEP-5 copyright-format/1.0 -- Cédric Boutillier Sat, 30 Jun 2012 21:28:15 +0200 ruby-redcarpet (2.1.1-2) unstable; urgency=low * Fix FTBFS: (Closes: #677147, #676977) - Add Build-Depends: ruby-nokogiri Thanks to Peter Green, Aaron M. Ucko -- Youhei SASAKI Tue, 12 Jun 2012 16:26:16 +0900 ruby-redcarpet (2.1.1-1) unstable; urgency=low * Initial release (Closes: #672508) -- Youhei SASAKI Thu, 10 May 2012 01:58:32 +0900 debian/source/0000755000000000000000000000000012210334341010457 5ustar debian/source/format0000644000000000000000000000001412210334341011665 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000407512210334341011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: redcarpet Source: http://github.com/tanoku/redcarpet Files: * Copyright: 2009 Natacha Porté 2011 Vicent Martí License: MIT-LIKE Files: debian/* Copyright: 2012-2013 Youhei SASAKI License: Expat License: MIT-LIKE Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 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.