File: control

package info (click to toggle)
libnet-sftp-foreign-perl 1.86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 500 kB
  • ctags: 289
  • sloc: perl: 5,644; sh: 54; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,367 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
Source: libnet-sftp-foreign-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
           gregor herrmann <gregoa@debian.org>,
           Antonio Radici <antonio@dyne.org>,
           Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-sftp-foreign-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-sftp-foreign-perl.git
Homepage: https://metacpan.org/release/Net-SFTP-Foreign
Testsuite: autopkgtest-pkg-perl

Package: libnet-sftp-foreign-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         openssh-client | ssh-client
Recommends: libio-pty-perl
Description: client for the Secure File Transfer Protocol
 Net::SFTP::Foreign is a Perl client for the Secure File Transfer Protocol,
 providing a subset of commands listed in the IETF draft, which can be found
 at <URL:http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt>. It uses
 any compatible ssh command installed on your system (for instance, OpenSSH)
 to establish a connection to the remote server.