File: control

package info (click to toggle)
libpar-packer-perl 1.057-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,328 kB
  • sloc: perl: 13,215; ansic: 1,460; makefile: 30
file content (45 lines) | stat: -rw-r--r-- 1,777 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
Source: libpar-packer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libarchive-zip-perl <!nocheck>,
               libdigest-sha-perl <!nocheck>,
               libgetopt-argvfile-perl <!nocheck>,
               libinline-perl <!nocheck>,
               libipc-run3-perl <!nocheck>,
               libmodule-scandeps-perl <!nocheck>,
               libpar-perl (>= 1.016),
               libperl-dev,
               perl-xs-dev,
               perl:native,
               rename
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpar-packer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpar-packer-perl.git
Homepage: https://metacpan.org/release/PAR-Packer
Rules-Requires-Root: no

Package: libpar-packer-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${sameperl:Depends},
         ${shlibs:Depends},
         libarchive-zip-perl,
         libdigest-sha-perl,
         libgetopt-argvfile-perl,
         libmodule-scandeps-perl,
         libpar-dist-perl,
         libpar-perl (>= 1.016)
Suggests: libmodule-signature-perl
Description: utility for creating PAR archives and stand-alone executables
 PAR (Perl Archiving Toolkit) is a Cross-Platform Packaging and Deployment
 tool, dubbed as a cross between Java's JAR and Perl2EXE/PerlApp.
 .
 This package contains the PAR component PAR::Packer, i.e. the modules and
 tools necessary for creating PAR archives and stand-alone executables.