File: control

package info (click to toggle)
ruby-asciidoctor-pdf 1.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,852 kB
  • sloc: ruby: 21,895; sh: 53; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,539 bytes parent folder | download
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
Source: ruby-asciidoctor-pdf
Section: ruby
Priority: optional
Maintainer: Keith Packard <keithp@keithp.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby (>= 1:2.5.1),
               ruby-asciidoctor (>= 1.5.3),
               ruby-concurrent (>= 1.1~),
               ruby-prawn (>= 2.2.0),
               ruby-prawn-icon (>= 2.5.0),
               ruby-prawn-svg (>= 0.31.0),
               ruby-prawn-table (>= 0.2.0),
               ruby-safe-yaml (>= 1.0.0),
               ruby-thread-safe (>= 0.3.0),
               ruby-treetop (>= 1.6.0)
Standards-Version: 4.5.1
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
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-asciidoctor-pdf
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby (>= 1:2.5.1),
         ruby-asciidoctor (>= 1.5.0),
         ruby-concurrent (>= 1.1~),
         ruby-prawn (>= 2.2.0),
         ruby-prawn-icon (>= 1.4.0),
         ruby-prawn-svg (>= 0.31.0),
         ruby-prawn-table (>= 0.2.2),
         ruby-safe-yaml (>= 1.0.4),
         ruby-thread-safe (>= 0.3.6),
         ruby-treetop (>= 1.5.3),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ruby-rouge
Description: Converts AsciiDoc documents to PDF using Prawn
 An extension for Asciidoctor that converts AsciiDoc documents to PDF
 using the Prawn PDF library.