File: control

package info (click to toggle)
libgetopt-long-descriptive-perl 0.116-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 1,188; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,642 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
Source: libgetopt-long-descriptive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
                     libcpan-meta-check-perl <!nocheck>,
                     libio-stringy-perl <!nocheck>,
                     libparams-validate-perl <!nocheck>,
                     libsub-exporter-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-warnings-perl <!nocheck>,
                     perl (>= 5.39.5)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgetopt-long-descriptive-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgetopt-long-descriptive-perl.git
Homepage: https://metacpan.org/release/Getopt-Long-Descriptive
Rules-Requires-Root: no

Package: libgetopt-long-descriptive-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-stringy-perl,
         libparams-validate-perl,
         libsub-exporter-perl,
         perl (>= 5.39.5)
Breaks: libmoosex-getopt-perl (<< 0.77),
        libmousex-getopt-perl (<< 0.38-4~)
Description: module that handles command-line arguments with usage text
 Getopt::Long::Descriptive is a convenience wrapper for Getopt::Long, which
 allows one to easily define options in the same familiar way, while also
 supporting custom descriptions for program usage output.