File: control

package info (click to toggle)
libdist-zilla-plugin-metaprovides-package-perl 2.004003-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 356 kB
  • sloc: perl: 421; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 2,161 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
47
48
49
Source: libdist-zilla-plugin-metaprovides-package-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alex Muntada <alexm@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libdata-dump-perl,
                     libdist-zilla-perl (>= 5.000),
                     libdist-zilla-plugin-metaprovides-perl,
                     libdist-zilla-role-modulemetadata-perl,
                     libmoose-perl,
                     libmoosex-lazyrequire-perl,
                     libmoosex-types-perl,
                     libnamespace-autoclean-perl,
                     libpath-tiny-perl,
                     libppi-perl,
                     libsafe-isa-perl,
                     libtest-fatal-perl,
                     perl (>= 5.21.1)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-metaprovides-package-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-metaprovides-package-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-MetaProvides-Package

Package: libdist-zilla-plugin-metaprovides-package-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-dump-perl,
         libdist-zilla-perl (>= 5.000),
         libdist-zilla-plugin-metaprovides-perl,
         libdist-zilla-role-modulemetadata-perl,
         libmoose-perl,
         libmoosex-lazyrequire-perl,
         libmoosex-types-perl,
         libnamespace-autoclean-perl,
         libppi-perl,
         libsafe-isa-perl
Description: Dist::Zilla plugin to extract provides from traditional packages
 Dist::Zilla::Plugin::MetaProvides::Package is a Dist::Zilla plugin that
 populates the provides property of META.json and META.yml by absorbing
 it from your shipped modules, in a manner similar to how PAUSE itself
 does it.
 .
 This allows you to easily create an authoritative index of what module
 provides what version in advance of PAUSE indexing it, which PAUSE in
 turn will take verbatim.