File: control

package info (click to toggle)
ruby-prawn-table 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: ruby: 3,355; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,121 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
Source: ruby-prawn-table
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-mocha,
               ruby-pdf-inspector,
               ruby-pdf-reader,
               ruby-prawn,
               ruby-prawn-manual-builder,
               ruby-rspec
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-prawn-table.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-prawn-table
Homepage: https://github.com/prawnpdf/prawn-table
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-prawn-table
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-prawn,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: ruby-prawn
Description: table support for the Prawn PDF generation library
 Prawn (provided by the ruby-prawn package) is a PDF generation library for
 Ruby.
 .
 This library adds to Prawn support for generating tables.