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.
|