File: control

package info (click to toggle)
ruby-prawn-svg 0.32.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,172 kB
  • sloc: ruby: 5,469; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,074 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
Source: ruby-prawn-svg
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Keith Packard <keithp@keithp.com>
Build-Depends: debhelper-compat (= 13),
	       debhelper (>= 13),
               gem2deb,
               rake,
               ruby-css-parser (>= 1.6),
               ruby-prawn (<< 3),
               ruby-prawn (>= 0.11.1),
               ruby-rspec
Standards-Version: 4.6.0.1
Vcs-Git: https://salsa.debian.org/keithp/ruby-prawn-svg.git
Vcs-Browser: https://salsa.debian.org/keithp/ruby-prawn-svg
Homepage: https://github.com/mogest/prawn-svg
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-prawn-svg
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends},
         ${misc:Depends}
Description: SVG renderer for Prawn PDF library
 This gem allows you to render SVG directly into a PDF using the
 'prawn' gem.  Since PDF is vector-based, you'll get nice scaled
 graphics if you use SVG instead of an image.