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
|
Source: carton
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Prokop <mika@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12), perl (>= 5.17.10)
Build-Depends-Indep: libapp-fatpacker-perl,
libcapture-tiny-perl,
libclass-tiny-perl (>= 1.001),
libfile-pushd-perl,
libjson-pp-perl (>= 2.27300),
libmenlo-legacy-perl,
libmodule-cpanfile-perl (>= 0.9031),
libpath-tiny-perl,
libtest-requires-perl,
libtry-tiny-perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/carton
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/carton.git
Homepage: https://metacpan.org/release/Carton
Package: carton
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcapture-tiny-perl,
libclass-tiny-perl (>= 1.001),
libjson-pp-perl (>= 2.27300),
libmenlo-legacy-perl,
libmodule-cpanfile-perl (>= 0.9031),
libpath-tiny-perl,
libtry-tiny-perl,
perl (>= 5.17.10)
Recommends: libapp-fatpacker-perl,
libfile-pushd-perl
Description: Perl module dependency manager (aka Bundler for Perl)
carton is a command line tool to track the Perl module dependencies for your
Perl application. The required dependencies are managed through a file named
cpanfile and tracked through the carton.lock file. It makes deployments
easier and allows other developers of your application to have the exact same
versions of the modules.
|