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
|
Source: libshell-config-generate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: C.J. Collier <cjcollier@linuxfoundation.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libshell-guess-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtest2-suite-perl <!nocheck>,
perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libshell-config-generate-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libshell-config-generate-perl.git
Homepage: https://metacpan.org/release/Shell-Config-Generate
Rules-Requires-Root: no
Package: libshell-config-generate-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libshell-guess-perl
Description: Perl module to generate config file for any shell
Shell::Config::Generate provides an interface for specifying shell
configurations for different shell environments without having to worry about
the arcane differences between shells such as csh, sh, cmd.exe and
command.com.
|