File: control

package info (click to toggle)
libnetapp-perl 500.002-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: perl: 5,695; makefile: 2
file content (38 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
Source: libnetapp-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), libmodule-install-perl
Build-Depends-Indep: perl,
                     libclass-std-perl,
                     libclone-perl,
                     libnet-telnet-perl,
                     libparams-validate-perl,
                     libregexp-common-perl,
                     libtest-exception-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnetapp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnetapp-perl.git
Homepage: https://metacpan.org/release/NetApp

Package: libnetapp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-std-perl,
         libclone-perl,
         libnet-telnet-perl,
         libparams-validate-perl,
         libregexp-common-perl,
         openssh-client
Description: Perl modules for managing NetApp's NAS devices
 NetApp provides a suite of modules for managing NetApp's NAS devices,
 commonly referred to as "filers".
 .
 Both SSH and telnet are supported, but only SSH is really recommended. NetApp
 doesn't support concurrent access via telnet, and the error checking using
 SSH is far more robust. Not to mention, you can configure secure access via
 SSH without using passwords, but telnet access will always require a
 password.