File: control

package info (click to toggle)
libnet-sftp-foreign-perl 1.93%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 496 kB
  • sloc: perl: 5,676; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,381 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
Source: libnet-sftp-foreign-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: perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-sftp-foreign-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-sftp-foreign-perl.git
Homepage: https://metacpan.org/release/Net-SFTP-Foreign
Rules-Requires-Root: no

Package: libnet-sftp-foreign-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         openssh-client | ssh-client
Recommends: libio-pty-perl
Multi-Arch: foreign
Description: client for the Secure File Transfer Protocol
 Net::SFTP::Foreign is a Perl client for the Secure File Transfer Protocol
 (SFTP) version 3 as defined in the SSH File Transfer Protocol IETF draft,
 which can be found at
 <http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt>.
 .
 Net::SFTP::Foreign uses any compatible 'ssh' command installed on the system
 (for instance, OpenSSH's 'ssh') to establish the secure connection to the
 remote server.
 .
 A wrapper module Net::SFTP::Foreign::Compat is also provided for
 compatibility with Net::SFTP.