File: control

package info (click to toggle)
libapp-cmd-perl 0.338-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: perl: 1,727; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,532 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
Source: libapp-cmd-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Salvatore Bonaccorso <carnil@debian.org>,
 gregor herrmann <gregoa@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libcapture-tiny-perl <!nocheck>,
 libclass-load-perl <!nocheck>,
 libgetopt-long-descriptive-perl (>= 0.116) <!nocheck>,
 libio-tiecombine-perl <!nocheck>,
 libmodule-pluggable-perl <!nocheck>,
 libstring-rewriteprefix-perl <!nocheck>,
 libsub-exporter-perl <!nocheck>,
 libsub-install-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapp-cmd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapp-cmd-perl.git
Homepage: https://metacpan.org/release/App-Cmd

Package: libapp-cmd-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libcapture-tiny-perl,
 libclass-load-perl,
 libgetopt-long-descriptive-perl (>= 0.116),
 libio-tiecombine-perl,
 libmodule-pluggable-perl,
 libstring-rewriteprefix-perl,
 libsub-exporter-perl,
 libsub-install-perl,
Breaks:
 libcatmandu-perl (<< 1.2024),
Description: Perl interface to write command line apps with less suffering
 App::Cmd is intended to make it easy to write complex command-line
 applications without having to think about most of the annoying
 things usually involved.
 .
 For information on how to start using App::Cmd, see App::Cmd::Tutorial.