File: control

package info (click to toggle)
libpostscript-perl 0.06-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 1,063; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 988 bytes parent folder | download | duplicates (2)
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
Source: libpostscript-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpostscript-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpostscript-perl.git
Homepage: https://metacpan.org/release/PostScript
Testsuite: autopkgtest-pkg-perl

Package: libpostscript-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Recommends: ghostscript
Description: Perl module to generate PostScript code
 The PostScript module lets you generate PostScript files within a Perl
 script.
 .
 With PostScript::Element you can represent circles, boxes, lines and images
 such that they can be easily output as PostScript code.
 With PostScript::TextBlock you can write text blocks into your output file.