1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: ruby-asciidoctor-pdf
Section: ruby
Priority: optional
Maintainer: Keith Packard <keithp@keithp.com>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby:native (>= 1:2.5.1),
ruby-asciidoctor (>= 2.0),
ruby-concurrent (>= 1.1~),
ruby-prawn (>= 2.4.0),
ruby-prawn-templates (>= 0.1.2),
ruby-prawn-icon (>= 3.0.0),
ruby-prawn-svg (>= 0.32.0),
ruby-prawn-table (>= 0.2.0),
ruby-treetop (>= 1.6.0)
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/keithp/asciidoctor-pdf.git
Vcs-Browser: https://salsa.debian.org/keithp/asciidoctor-pdf
Homepage: https://github.com/asciidoctor/asciidoctor-pdf
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-asciidoctor-pdf
Architecture: all
Depends: ruby (>= 1:2.5.1),
ruby-asciidoctor (>= 2.0),
ruby-concurrent (>= 1.1~),
ruby-rghost (>= 0.9.9),
ruby-prawn (>= 2.4.0),
ruby-prawn-templates (>= 0.1.2),
ruby-prawn-icon (>= 3.0.0),
ruby-prawn-svg (>= 0.32.0),
ruby-prawn-table (>= 0.2.0),
ruby-treetop (>= 1.6.0),
ruby-ttfunk (>= 1.7.0),
${ruby:Depends},
${misc:Depends}
Suggests: ruby-rouge
Description: Ruby module for converting AsciiDoc documents to PDF using Prawn
A ruby module providing an extension for Asciidoctor that converts
AsciiDoc documents to PDF using the Prawn PDF library.
Package: asciidoctor-pdf
Architecture: all
Multi-Arch: foreign
Depends:
ruby,
ruby-asciidoctor-pdf (= ${binary:Version}),
${misc:Depends},
Replaces: ruby-asciidoctor-pdf (<< 2.3.19-1)
Breaks: ruby-asciidoctor-pdf (<< 2.3.19-1)
Description: Converts AsciiDoc documents to PDF
An extension for Asciidoctor that converts AsciiDoc documents to PDF
|