File: control

package info (click to toggle)
libnet-scp-expect-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 116 kB
  • ctags: 15
  • sloc: perl: 493; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 1,039 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
Source: libnet-scp-expect-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Rene Mayorga <rmayorga@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16), libterm-readpassword-perl,
 libexpect-perl, libnet-ipv6addr-perl
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Net-SCP-Expect/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-scp-expect-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-scp-expect-perl/

Package: libnet-scp-expect-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libterm-readpassword-perl, 
 libexpect-perl, libnet-ipv6addr-perl
Description: Wrapper for scp to send passwords via Expect
 Net::SCP::Expect allows you to transfer files via scp, but instead of having
 to use shared keys or to input a password interactively, it allows you to
 send them programmataically via Expect.