File: control

package info (click to toggle)
libpod-weaver-perl 4.015-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 468 kB
  • ctags: 65
  • sloc: perl: 1,126; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 2,323 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
50
51
52
53
54
55
56
Source: libpod-weaver-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libconfig-mvp-perl,
                     libconfig-mvp-reader-ini-perl,
                     libdatetime-perl,
                     liblist-moreutils-perl,
                     liblog-dispatchouli-perl,
                     libmixin-linewise-perl (>= 0.103),
                     libmodule-runtime-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libparams-util-perl,
                     libpod-elemental-perl,
                     libppi-perl,
                     libsoftware-license-perl,
                     libstring-flogger-perl,
                     libstring-formatter-perl,
                     libstring-rewriteprefix-perl,
                     libtest-differences-perl,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-weaver-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpod-weaver-perl.git
Homepage: https://metacpan.org/release/Pod-Weaver
Testsuite: autopkgtest-pkg-perl

Package: libpod-weaver-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libconfig-mvp-perl,
         libconfig-mvp-reader-ini-perl,
         libdatetime-perl,
         liblist-moreutils-perl,
         liblog-dispatchouli-perl,
         libmixin-linewise-perl (>= 0.103),
         libmodule-runtime-perl,
         libmoose-perl,
         libnamespace-autoclean-perl,
         libparams-util-perl,
         libpod-elemental-perl,
         libstring-flogger-perl,
         libstring-formatter-perl,
         libstring-rewriteprefix-perl
Description: Perl module to weave together a Pod document from an outline
 Pod::Weaver is a system for building Pod documents from templates. It doesn't
 perform simple text substitution, but instead builds a
 Pod::Elemental::Document. Its plugins sketch out a series of sections that
 will be produced based on an existing Pod document or other provided
 information.