debian/0000755000000000000000000000000012211564541007167 5ustar debian/ruby-tests.rake0000644000000000000000000000015212204474754012162 0ustar require 'gem2deb/rake/testtask' task :default => :test Rake::TestTask.new do |t| t.verbose = true end debian/ruby-kramdown.docs0000644000000000000000000000001212167471636012647 0ustar README.md debian/watch0000644000000000000000000000014512167471636010234 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/kramdown .*/kramdown-(.*).tar.gz debian/ruby-kramdown.manpages0000644000000000000000000000002412167471636013515 0ustar man/man1/kramdown.1 debian/patches/0000755000000000000000000000000012211564324010615 5ustar debian/patches/0001-Fix_StringEx_Require.patch0000644000000000000000000000130412211564324016257 0ustar From: Debian Ruby Extras Maintainers Date: Tue, 20 Aug 2013 05:04:25 +0900 Subject: Fix_StringEx_Require --- lib/kramdown/utils/unidecoder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- ruby-kramdown.orig/lib/kramdown/utils/unidecoder.rb +++ ruby-kramdown/lib/kramdown/utils/unidecoder.rb @@ -15,7 +15,7 @@ # Provides the ability to tranliterate Unicode strings into plain ASCII ones. module Unidecoder - gem 'stringex' if defined?(Gem) + require 'stringex' path = $:.find {|dir| File.directory?(File.join(File.expand_path(dir), "stringex", "unidecoder_data"))} if RUBY_VERSION <= '1.8.6' || !path debian/patches/series0000644000000000000000000000004012211564324012024 0ustar 0001-Fix_StringEx_Require.patch debian/compat0000644000000000000000000000000212167471636010401 0ustar 7 debian/control0000644000000000000000000000246612204475100010574 0ustar Source: ruby-kramdown Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI , Paul van Tilburg Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-coderay, ruby-stringex, tidy Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-kramdown.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-kramdown.git;a=summary Homepage: http://kramdown.rubyforge.org XS-Ruby-Versions: all Package: ruby-kramdown Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-coderay, ruby-stringex, libjs-jquery Description: Fast, pure-Ruby Markdown-superset converter The kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions. . The kramdown library is mainly written to support the kramdown-to-HTML conversion chain. However, due to its flexibility it supports other input and output formats as well. Here is a list of the supported formats: * input formats: kramdown (a Markdown superset), Markdown, HTML * output formats: HTML, kramdown, LaTeX (and therefore PDF) debian/rules0000755000000000000000000000046012167471636010263 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_installdocs: rdoc1.9.1 --all --line-numbers \ -o $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc lib README.md rm -f $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc/js/jquery.js dh_installdocs debian/changelog0000644000000000000000000000360312211564541011043 0ustar ruby-kramdown (1.2.0-1) unstable; urgency=low * Imported Upstream version 1.2.0 * Refresh patches -- Youhei SASAKI Wed, 04 Sep 2013 17:02:06 +0900 ruby-kramdown (1.1.0-1) unstable; urgency=low [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields * debian/copyright: use DEP5 copyright-format/1.0 official URL [ Youhei SASAKI ] * Bump standard version: 3.9.4 * Imported Upstream version 1.1.0 * Add Depends, Build-Depends: ruby-stringex * Add patch: 0001-Fix_StringEx_Require * Upload to unstable -- Youhei SASAKI Tue, 20 Aug 2013 05:06:30 +0900 ruby-kramdown (0.14.2-1) experimental; urgency=low * Imported Upstream version 0.14.2 -- Youhei SASAKI Sat, 26 Jan 2013 21:28:12 +0900 ruby-kramdown (0.14.1-1) unstable; urgency=low * Imported Upstream version 0.14.1 * Add Build-Depends: tidy - Running all tests during build * Add debian/ruby-kramdown.doc-base for doc-base support * Fix debian/rules: follow upstream filename change -- Youhei SASAKI Fri, 07 Dec 2012 23:32:38 +0900 ruby-kramdown (0.14.0-1) unstable; urgency=low * Imported Upstream version 0.14.0 -- Youhei SASAKI Sat, 24 Nov 2012 15:45:06 +0900 ruby-kramdown (0.13.7-2) unstable; urgency=low * debian/control: - Bumped gem2deb build-dependency to >= 0.3.0~. - Added myself to the uploaders. -- Paul van Tilburg Tue, 26 Jun 2012 22:15:37 +0200 ruby-kramdown (0.13.7-1) unstable; urgency=low * Imported Upstream version 0.13.7 -- Youhei SASAKI Tue, 12 Jun 2012 18:40:43 +0900 ruby-kramdown (0.13.5-1) unstable; urgency=low * Initial release (Closes: #666878) -- Youhei SASAKI Mon, 27 Feb 2012 10:47:58 +0900 debian/ruby-kramdown.doc-base0000644000000000000000000000047112167471636013405 0ustar Document: ruby-kramdown-rdoc Title: Kramdown API Documentation Author: Thomas Leitner Abstract: Kramdown API Documentation API Documentation automatically generated using Rdoc. Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-kramdown/rdoc/index.html Files: /usr/share/doc/ruby-kramdown/rdoc/* debian/source/0000755000000000000000000000000012167471636010503 5ustar debian/source/format0000644000000000000000000000001412167471636011711 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000220312167471636011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: kramdown Source: http://kramdown.rubyforge.org/ Files: debian/* Copyright: 2012 Youhei SASAKI License: GPL-3+ Files: * Copyright: Thomas Leithner License: GPL-3+ License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/ruby-kramdown.links0000644000000000000000000000012612167471636013045 0ustar /usr/share/javascript/jsquery/jquery.js usr/share/doc/ruby-kramdown/rdoc/js/jquery.js