Source: libdist-zilla-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Dominique Dumont <dod@debian.org>,
           Alessandro Ghedini <ghedo@debian.org>,
           Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
# needs perl >= 5.21.4 for ExtUtils::Manifest: '1.66'
Build-Depends-Indep: bash-completion,
                     libapp-cmd-perl (>= 0.330),
                     libarchive-tar-wrapper-perl,
                     libautobox-perl,
                     libconfig-ini-perl,
                     libconfig-mvp-perl,
                     libconfig-mvp-reader-ini-perl,
                     libcpan-uploader-perl (>= 0.103004),
                     libcpan-meta-check-perl (>= 0.011),
                     libdata-section-perl (>= 0.200002),
                     libdatetime-perl,
                     libfile-copy-recursive-perl,
                     libfile-find-rule-perl,
                     libfile-homedir-perl,
                     libfile-pushd-perl,
                     libfile-sharedir-install-perl (>= 0.06),
                     libfile-sharedir-perl,
                     libhash-merge-simple-perl,
                     libio-tiecombine-perl,
                     libjson-perl,
                     liblog-dispatchouli-perl,
                     libmixin-linewise-perl (>= 0.100),
                     libmodule-runtime-perl,
                     libmoose-autobox-perl,
                     libmoose-perl,
                     libmoosex-lazyrequire-perl,
                     libmoosex-role-parameterized-perl,
                     libmoosex-setonce-perl,
                     libmoosex-types-perl,
                     libmoosex-types-perl-perl,
                     libnamespace-autoclean-perl,
                     libpath-tiny-perl,
                     libperl-prereqscanner-perl (>= 1.016),
                     libperl-version-perl,
                     libpod-eventual-perl,
                     libscalar-list-utils-perl (>= 1:1.45),
                     libsoftware-license-perl,
                     libstring-formatter-perl,
                     libstring-rewriteprefix-perl,
                     libsub-exporter-formethods-perl,
                     libterm-encoding-perl,
                     libterm-readkey-perl,
                     libterm-readline-gnu-perl,
                     libterm-ui-perl,
                     libtest-deep-perl,
                     libtest-failwarnings-perl,
                     libtest-fatal-perl,
                     libtest-file-sharedir-perl,
                     libtext-glob-perl,
                     libtext-template-perl,
                     libtry-tiny-perl,
                     libyaml-tiny-perl,
                     perl (>= 5.21.4)
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla

Package: libdist-zilla-perl
Architecture: all
# needs perl >= 5.21.4 for ExtUtils::Manifest: '1.66'
Depends: ${perl:Depends},
         ${misc:Depends},
         libapp-cmd-perl (>= 0.330),
         libautobox-perl,
         libconfig-ini-perl,
         libconfig-mvp-perl,
         libconfig-mvp-reader-ini-perl,
         libcpan-uploader-perl (>= 0.103004),
         libdata-section-perl (>= 0.200002),
         libdatetime-perl,
         libfile-copy-recursive-perl,
         libfile-find-rule-perl,
         libfile-homedir-perl,
         libfile-pushd-perl,
         libfile-sharedir-install-perl (>= 0.06),
         libfile-sharedir-perl,
         libhash-merge-simple-perl,
         libio-tiecombine-perl,
         libjson-perl,
         liblog-dispatchouli-perl,
         libmixin-linewise-perl (>= 0.100),
         libmodule-runtime-perl,
         libmoose-autobox-perl,
         libmoose-perl,
         libmoosex-lazyrequire-perl,
         libmoosex-role-parameterized-perl,
         libmoosex-setonce-perl,
         libmoosex-types-perl,
         libmoosex-types-perl-perl,
         libnamespace-autoclean-perl,
         libpath-tiny-perl,
         libperl-prereqscanner-perl (>= 1.016),
         libperl-version-perl,
         libpod-eventual-perl,
         libscalar-list-utils-perl (>= 1:1.45),
         libsoftware-license-perl,
         libstring-formatter-perl,
         libstring-rewriteprefix-perl,
         libsub-exporter-formethods-perl,
         libterm-encoding-perl,
         libterm-readkey-perl,
         libtest-deep-perl,
         libtext-glob-perl,
         libtext-template-perl,
         libtry-tiny-perl,
         libyaml-tiny-perl,
         perl (>= 5.21.4)
Recommends: bash-completion,
            libarchive-tar-wrapper-perl,
            libdata-optlist-perl (>= 0.110),
            libterm-readline-gnu-perl
Breaks: libdist-zilla-plugin-run-perl (<< 0.036)
Description: Perl distribution builder
 Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this
 respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install.
 Unlike those tools, however, it is not also a system for installing code that
 has been downloaded from the CPAN. Since it's only run by authors, and is
 meant to be run on a repository checkout rather than on published, released
 code, it can do much more than those tools, and is free to make much more
 ludicrous demands in terms of prerequisites.
 .
 It's aim is to generate every file which is needed by a CPAN
 distribution, but usually generated and hence commonly not checked in
 into a VCS repository. For that it reads a file called dist.ini and
 gathers data from other files as instructured in that file.
