File: control

package info (click to toggle)
libdist-zilla-plugin-requiresexternal-perl 1.008-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • ctags: 12
  • sloc: perl: 662; makefile: 9
file content (43 lines) | stat: -rw-r--r-- 1,897 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
Source: libdist-zilla-plugin-requiresexternal-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@joenio.me>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdist-zilla-perl,
                     libenv-path-perl,
                     liblist-moreutils-perl,
                     libmodern-perl-perl,
                     libmoose-perl,
                     libmoosex-attributeshortcuts-perl,
                     libmoosex-types-perl,
                     libnamespace-autoclean-perl,
                     libpath-class-perl,
                     libtest-most-perl,
                     libtest-output-perl (>= 1.031),
                     perl
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-requiresexternal-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-RequiresExternal

Package: libdist-zilla-plugin-requiresexternal-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdist-zilla-perl,
         libenv-path-perl,
         liblist-moreutils-perl,
         libmodern-perl-perl,
         libmoose-perl,
         libmoosex-attributeshortcuts-perl,
         libmoosex-types-perl,
         libnamespace-autoclean-perl,
         libpath-class-perl,
         libtest-most-perl
Description: Dist::Zilla plugin to declare dependency on command-line tools
 Dist::Zilla::Plugin::RequiresExternal creates a unit test in your distribution
 to check for the existence of executable command-line tools you require.
 Command-line tools can be declared as either an absolute path to an executable
 or the name of a command in the user's PATH environment.