File: control

package info (click to toggle)
ruby-prawn 2.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,380 kB
  • sloc: ruby: 15,820; sh: 43; makefile: 20
file content (65 lines) | stat: -rw-r--r-- 2,219 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: ruby-prawn
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>,
           Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               fonts-arphic-gkai00mp,
               fonts-dejavu-core,
               gem2deb,
               ruby-mocha,
               ruby-pdf-core (>= 0.8.1~),
               ruby-pdf-inspector (>= 1.3~),
               ruby-pdf-reader (>= 1.4~),
               ruby-prawn-manual-builder (>= 0.2.0~),
               ruby-rspec,
               ruby-ttfunk (>= 1.6~)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-prawn.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-prawn
Homepage: https://prawnpdf.org
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-prawn
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-pdf-core (>= 0.8.1~),
         ruby-ttfunk (>= 1.6~),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: coderay,
          fonts-arphic-gkai00mp,
          fonts-dejavu-core,
          ruby-pdf-inspector,
          ruby-pdf-reader,
          ruby-prawn-doc
Description: fast, nimble PDF generation library for Ruby
 Prawn is a PDF generation library for Ruby. Its highlights include:
  * Built in support for UTF-8
  * Easy image embedding
  * Flexible table drawing
  * Simple content positioning, allowing for placing elements relative to
    their sections
  * Easy text flowing within and around sections

Package: ruby-prawn-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: doc-base,
          ruby-prawn
Description: fast, nimble PDF generation library for Ruby (documentation)
 Prawn is a PDF generation library for Ruby. Its highlights include:
  * Built in support for UTF-8
  * Easy image embedding
  * Flexible table drawing
  * Simple content positioning, allowing for placing elements relative to
    their sections
  * Easy text flowing within and around sections
 .
  This package contains the manual created from Prawn's source.