File: control

package info (click to toggle)
libdist-zilla-plugin-run-perl 0.048-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 456 kB
  • sloc: perl: 579; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,778 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
Source: libdist-zilla-plugin-run-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libdist-zilla-perl,
                     libfile-pushd-perl,
                     libjson-pp-perl (>= 2.27300),
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libpath-class-perl,
                     libpath-tiny-perl,
                     libscalar-list-utils-perl (>= 1:1.33),
                     libstring-formatter-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-file-sharedir-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-run-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-run-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Run

Package: libdist-zilla-plugin-run-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdist-zilla-perl,
         libjson-pp-perl (>= 2.27300),
         libmoose-perl,
         libnamespace-autoclean-perl,
         libpath-tiny-perl,
         libscalar-list-utils-perl (>= 1:1.33),
         libstring-formatter-perl
Description: Dist::Zilla plugin to execute external commands
 Dist::Zilla::Plugin::Run uses specific hooks of Dist::Zilla to execute
 external command when running dzil. This module is useful to ship generated
 code in a Perl module distribution.