File: control

package info (click to toggle)
libpar-packer-perl 1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,280 kB
  • ctags: 543
  • sloc: perl: 14,540; ansic: 1,017; makefile: 32
file content (40 lines) | stat: -rw-r--r-- 1,558 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
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: perl,
               debhelper (>= 9.20140809~),
               libarchive-zip-perl,
               libgetopt-argvfile-perl,
               libinline-perl,
               libmodule-scandeps-perl (>= 1.21),
               libpar-perl (>= 1.014),
               libperl-dev,
               rename
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpar-packer-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpar-packer-perl.git
Homepage: http://par.perl.org/

Package: libpar-packer-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         ${sameperl:Depends},
         libarchive-zip-perl,
         libgetopt-argvfile-perl,
         libmodule-scandeps-perl (>= 1.21),
         libpar-dist-perl,
         libpar-perl (>= 1.014)
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.