File: control

package info (click to toggle)
minilla 3.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 784 kB
  • sloc: perl: 3,556; sh: 130; makefile: 16
file content (66 lines) | stat: -rw-r--r-- 2,722 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
57
58
59
60
61
62
63
64
65
66
Source: minilla
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: cpanminus <!nocheck>,
                     dh-exec,
                     dh-sequence-bash-completion,
                     git <!nocheck>,
                     libconfig-identity-perl <!nocheck>,
                     libcpan-uploader-perl <!nocheck>,
                     libdata-section-simple-perl <!nocheck>,
                     libfile-copy-recursive-perl <!nocheck>,
                     libfile-pushd-perl <!nocheck>,
                     libfile-which-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     libmodule-cpanfile-perl <!nocheck>,
                     libmodule-metadata-perl (>= 1.000027) <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libpod-markdown-perl <!nocheck>,
                     libsoftware-license-perl <!nocheck>,
                     libtest-harness-perl <!nocheck>,
                     libtest-output-perl <!nocheck>,
                     libtest-requires-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtext-microtemplate-perl <!nocheck>,
                     libtoml-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libversion-next-perl <!nocheck>,
                     libversion-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/minilla
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/minilla.git
Homepage: https://metacpan.org/release/Minilla
Rules-Requires-Root: no

Package: minilla
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         cpanminus,
         libconfig-identity-perl,
         libdata-section-simple-perl,
         libfile-pushd-perl,
         libfile-which-perl,
         libmodule-cpanfile-perl,
         libmodule-metadata-perl (>= 1.000027),
         libmodule-runtime-perl,
         libmoo-perl,
         libpod-markdown-perl,
         libtest-harness-perl,
         libtext-microtemplate-perl,
         libtoml-perl,
         libtry-tiny-perl,
         liburi-perl,
         libversion-perl
Description: CPAN module authoring tool
 Minilla is a CPAN module authoring tool. Minilla provides the minil command
 for creating, testing, releasing, installing, and uploading CPAN
 distributions.