File: control

package info (click to toggle)
libnet-cli-interact-perl 2.400002-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: perl: 2,075; makefile: 7
file content (52 lines) | stat: -rw-r--r-- 2,240 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
Source: libnet-cli-interact-perl
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)
Build-Depends-Indep: libclass-load-perl <!nocheck>,
                     libclass-mix-perl <!nocheck>,
                     libconfig-any-perl <!nocheck>,
                     libfile-sharedir-install-perl,
                     libfile-sharedir-perl,
                     libio-pty-perl <!nocheck>,
                     libipc-run-perl <!nocheck>,
                     liblog-dispatch-config-perl <!nocheck>,
                     liblog-dispatch-configurator-any-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libmoox-types-mooselike-perl <!nocheck>,
                     libnet-telnet-perl <!nocheck>,
                     libpath-class-perl <!nocheck>,
                     libsub-quote-perl <!nocheck>,
                     libtest-file-sharedir-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-cli-interact-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-cli-interact-perl.git
Homepage: https://metacpan.org/release/Net-CLI-Interact
Rules-Requires-Root: no

Package: libnet-cli-interact-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-load-perl,
         libclass-mix-perl,
         libconfig-any-perl,
         libfile-sharedir-perl,
         libio-pty-perl,
         libipc-run-perl,
         liblog-dispatch-config-perl,
         liblog-dispatch-configurator-any-perl,
         libmoo-perl,
         libmoox-types-mooselike-perl,
         libnet-telnet-perl,
         libpath-class-perl,
         libsub-quote-perl
Description: toolkit for CLI Automation
 Automating command line interface (CLI) interactions is not a new idea, but
 can be tricky to implement. Net::CLI::Interact aims to provide a simple and
 manageable interface to CLI interactions, supporting: SSH, Telnet and
 serial-Line connections, Unix and Windows support, and reuseable device
 command phrasebooks.