File: control

package info (click to toggle)
libnet-sftp-foreign-perl 1.73%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 472 kB
  • sloc: perl: 5,377; sh: 48; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,302 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
Source: libnet-sftp-foreign-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: 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>,
 Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Net-SFTP-Foreign/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-sftp-foreign-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-sftp-foreign-perl.git

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.