Source: ruby-ronn
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Martin Ueding <dev@martin-ueding.de>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-contest,
               ruby-hpricot (>= 0.8.2),
               ruby-json,
               ruby-mustache (>= 0.7.0),
               ruby-rdiscount (>= 1.5.8),
               ruby-test-unit
Standards-Version: 3.9.7
Homepage: https://rtomayko.github.com/ronn
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-ronn.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ronn.git
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-ronn
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         groff,
         ruby-hpricot (>= 0.8.2),
         ruby-mustache (>= 0.7.0),
         ruby-rdiscount (>= 1.5.8),
         ${misc:Depends}
Description: Builds manuals from Markdown
 Ronn builds manuals. It converts simple, human readable textfiles to roff for
 terminal display, and also to HTML for the web.
 .
 The source format includes all of Markdown but has a more rigid structure and
 syntax extensions for features commonly found in manpages (definition lists,
 link notation, etc.). The ronn-format(7) manual page defines the format in
 detail.
