diff -Nru ruby-kramdown-1.17.0/debian/changelog ruby-kramdown-1.17.0/debian/changelog --- ruby-kramdown-1.17.0/debian/changelog 2020-01-20 07:17:37.000000000 +0000 +++ ruby-kramdown-1.17.0/debian/changelog 2020-01-30 17:34:20.000000000 +0000 @@ -1,3 +1,21 @@ +ruby-kramdown (1.17.0-4) unstable; urgency=medium + + * Team upload. + * Ship gemspec once again (Closes: #950107) + + -- Chris Hofstaedtler Thu, 30 Jan 2020 17:34:20 +0000 + +ruby-kramdown (1.17.0-3) unstable; urgency=medium + + * Team upload. + * Update debian/copyright. + + [ Helmut Grohne ] + * Split kramdown command into a separate Multi-Arch: foreign package + (Closes: #907344) + + -- Chris Hofstaedtler Mon, 20 Jan 2020 07:34:20 +0000 + ruby-kramdown (1.17.0-2) unstable; urgency=medium * Team upload. diff -Nru ruby-kramdown-1.17.0/debian/control ruby-kramdown-1.17.0/debian/control --- ruby-kramdown-1.17.0/debian/control 2020-01-20 07:17:37.000000000 +0000 +++ ruby-kramdown-1.17.0/debian/control 2020-01-30 17:34:20.000000000 +0000 @@ -27,7 +27,6 @@ Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: libjs-jquery, - ruby | ruby-interpreter, ruby-coderay, ruby-prawn, ruby-prawn-table, @@ -36,7 +35,7 @@ ${misc:Depends}, ${shlibs:Depends} Suggests: libjs-mathjax -Description: Fast, pure-Ruby Markdown-superset converter +Description: Fast, pure-Ruby Markdown-superset converter - ruby library The kramdown is a fast, pure Ruby, Markdown parser and converter, using a strict syntax definition and supporting several common extensions. @@ -47,3 +46,27 @@ supported formats: * input formats: kramdown (a Markdown superset), Markdown, HTML * output formats: HTML, kramdown, LaTeX (and therefore PDF) + . + This package contains the ruby library. + +Package: kramdown +Architecture: all +Multi-Arch: foreign +Depends: ruby | ruby-interpreter, + ruby-kramdown (= ${binary:Version}), + ${misc:Depends}, +Breaks: ruby-kramdown (<< 1.17.0-3~) +Replaces: ruby-kramdown (<< 1.17.0-3~) +Description: Fast, pure-Ruby Markdown-superset converter - kramdown command + The kramdown is a fast, pure Ruby, Markdown parser and converter, 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) + . + This package contains the kramdown command. diff -Nru ruby-kramdown-1.17.0/debian/copyright ruby-kramdown-1.17.0/debian/copyright --- ruby-kramdown-1.17.0/debian/copyright 2020-01-20 07:17:37.000000000 +0000 +++ ruby-kramdown-1.17.0/debian/copyright 2020-01-30 17:34:20.000000000 +0000 @@ -3,7 +3,9 @@ Source: http://kramdown.rubyforge.org/ Files: * -Copyright: 2009-2015 Thomas Leithner +Copyright: + 2009-2015 Thomas Leithner + Some test cases and benchmark files are Copyright (c) 2007 Michel Fortin License: Expat Files: debian/* diff -Nru ruby-kramdown-1.17.0/debian/kramdown.install ruby-kramdown-1.17.0/debian/kramdown.install --- ruby-kramdown-1.17.0/debian/kramdown.install 1970-01-01 00:00:00.000000000 +0000 +++ ruby-kramdown-1.17.0/debian/kramdown.install 2020-01-30 17:34:20.000000000 +0000 @@ -0,0 +1 @@ +usr/bin diff -Nru ruby-kramdown-1.17.0/debian/kramdown.manpages ruby-kramdown-1.17.0/debian/kramdown.manpages --- ruby-kramdown-1.17.0/debian/kramdown.manpages 1970-01-01 00:00:00.000000000 +0000 +++ ruby-kramdown-1.17.0/debian/kramdown.manpages 2020-01-30 17:34:20.000000000 +0000 @@ -0,0 +1 @@ +man/man1/kramdown.1 diff -Nru ruby-kramdown-1.17.0/debian/ruby-kramdown.install ruby-kramdown-1.17.0/debian/ruby-kramdown.install --- ruby-kramdown-1.17.0/debian/ruby-kramdown.install 2020-01-20 07:17:37.000000000 +0000 +++ ruby-kramdown-1.17.0/debian/ruby-kramdown.install 2020-01-30 17:34:20.000000000 +0000 @@ -1 +1,3 @@ data/kramdown usr/share +usr/lib +usr/share/rubygems-integration diff -Nru ruby-kramdown-1.17.0/debian/ruby-kramdown.manpages ruby-kramdown-1.17.0/debian/ruby-kramdown.manpages --- ruby-kramdown-1.17.0/debian/ruby-kramdown.manpages 2020-01-20 07:17:37.000000000 +0000 +++ ruby-kramdown-1.17.0/debian/ruby-kramdown.manpages 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -man/man1/kramdown.1 diff -Nru ruby-kramdown-1.17.0/debian/rules ruby-kramdown-1.17.0/debian/rules --- ruby-kramdown-1.17.0/debian/rules 2020-01-20 07:17:37.000000000 +0000 +++ ruby-kramdown-1.17.0/debian/rules 2020-01-30 17:34:20.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f export GEM2DEB_TEST_RUNNER = --check-dependencies +export DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR = yes %: dh $@ --buildsystem=ruby --with ruby @@ -9,4 +10,4 @@ rdoc --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 + dh_installdocs --link-doc=ruby-kramdown