File: control

package info (click to toggle)
carton 1.0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 456 kB
  • sloc: perl: 1,190; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,852 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
46
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 (>= 9),
               perl (>= 5.17.10)
Build-Depends-Indep: cpanminus (>= 1.7030),
                     libapp-fatpacker-perl,
                     libcapture-tiny-perl,
                     libclass-tiny-perl (>= 1.001),
                     libfile-pushd-perl,
                     libjson-perl,
                     libmodule-cpanfile-perl (>= 0.9031),
                     libmodule-reader-perl,
                     libpath-tiny-perl,
                     libtest-requires-perl,
                     libtry-tiny-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/carton.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/carton.git
Homepage: https://metacpan.org/release/Carton

Package: carton
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         cpanminus (>= 1.7030),
         libcapture-tiny-perl,
         libclass-tiny-perl (>= 1.001),
         libjson-perl,
         libmodule-cpanfile-perl (>= 0.9031),
         libmodule-reader-perl,
         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.