File: control

package info (click to toggle)
libnet-scp-perl 0.08-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 157; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,057 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
Source: libnet-scp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libnet-ssh-perl,
                     libstring-shellquote-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-scp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-scp-perl.git
Homepage: https://metacpan.org/release/Net-SCP

Package: libnet-scp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-ssh-perl,
         libstring-shellquote-perl,
         openssh-client | ssh-client
Description: Perl extension for secure copy protocol
 Net::SCP provides simple wrappers around the "scp" command and to
 Net::FTP-like interface. It can be called in batch mode to upload
 or download files using SSH protocol.