[DRE-commits] [SCM] ruby-kramdown.git branch, master, updated. upstream/0.13.5-8-g5e57af1

Youhei SASAKI uwabami at gfd-dennou.org
Sat Apr 28 06:54:15 UTC 2012


The following commit has been merged in the master branch:
commit 5e57af116e36218c2c5448ab5d3642678db17a5a
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Fri Apr 27 17:06:52 2012 +0900

    Add libjs-jquery to Depends due to RDoc >= 1.9.1
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/control b/debian/control
index cad0794..d97402d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,15 @@ XS-Ruby-Versions: all
 Package: ruby-kramdown
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-coderay
-Description: Fast, pure-Ruby Markdown-superset converter.
- kramdown is yet-another-markdown-parser but fast, pure Ruby, using a
- strict syntax definition and supporting several common extensions.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-coderay, 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)
diff --git a/debian/ruby-kramdown.links b/debian/ruby-kramdown.links
new file mode 100644
index 0000000..d8bfd40
--- /dev/null
+++ b/debian/ruby-kramdown.links
@@ -0,0 +1 @@
+/usr/share/javascript/jsquery/jquery.js usr/share/doc/ruby-kramdown/rdoc/js/jquery.js
diff --git a/debian/rules b/debian/rules
index 52d41de..5e966d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 	dh $@ --buildsystem=ruby --with ruby
 
 override_dh_installdocs:
-	rdoc1.8 --all --inline-source --fileboxes --line-numbers --fmt=html \
+	rdoc1.9.1 --all --line-numbers \
 	  -o $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc lib README
+	rm -f $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc/js/jquery.js
 	dh_installdocs

-- 
ruby-kramdown.git



More information about the Pkg-ruby-extras-commits mailing list