debian/0000755000000000000000000000000012140040415007155 5ustar debian/libnet-openssh-perl.examples0000644000000000000000000000001111722511542014610 0ustar sample/* debian/patches/0000755000000000000000000000000012140040365010610 5ustar debian/patches/series0000644000000000000000000000001712140040365012023 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000247312140040365013454 0ustar Description: fix pod typos discovered by lintian Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=84955 --- a/lib/Net/OpenSSH.pm +++ b/lib/Net/OpenSSH.pm @@ -3163,7 +3163,7 @@ By default, C is called with the quiet flag C<-q> enabled in order to suppress progress information. This option allows one to -reenable the progress indication bar. +re-enable the progress indication bar. =item verbose => 1 @@ -3190,7 +3190,7 @@ =item bwlimit => $Kbits -Limits the used bandwith, specified in Kbit/s. +Limits the used bandwidth, specified in Kbit/s. =item timeout => $secs --- a/lib/Net/OpenSSH/OSTracer.pm +++ b/lib/Net/OpenSSH/OSTracer.pm @@ -127,7 +127,7 @@ $Net::OpenSSH::debug |= 512; -By default the ouput files of the tracer are saved as +By default the output files of the tracer are saved as C. Also, the output send by the tracer to stdout/stderr is saved as @@ -140,7 +140,7 @@ =item $Net::OpenSSH::OSTracer::type By default, the module decides which tracer to use in base to the -operative system name. This variable allows to select a different +operative system name. This variable allows one to select a different tracer. Currently accepted types are: strace (linux), ktrace (*bsd), tusc debian/watch0000644000000000000000000000016412101265470010216 0ustar version=3 https://metacpan.org/release/Net-OpenSSH/ .*/Net-OpenSSH-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000206412140035101011106 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-OpenSSH Upstream-Contact: Salvador Fandino Source: https://metacpan.org/release/Net-OpenSSH/ Files: * Copyright: 2008-2013, Salvador Fandino License: Artistic or GPL-1+ Files: debian/* Copyright: 2012-2013, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000274012140040365010567 0ustar Source: libnet-openssh-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-openssh-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-openssh-perl.git Homepage: https://metacpan.org/release/Net-OpenSSH/ Package: libnet-openssh-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, openssh-client Suggests: libio-pty-perl, libnet-openssh-gateway-perl, libnet-sftp-foreign-perl Description: Perl SSH client package implemented on top of OpenSSH Net::OpenSSH is a secure shell client package implemented on top of the OpenSSH binary client (ssh), leveraging the multiplexing feature found in current versions of OpenSSH. That is, when a new Net::OpenSSH object is created, ssh is run in master mode establishing a permanent connection. Then, every time a new operation is requested, a new ssh process is started in slave mode, reusing the master SSH connection to send the request to the remote side. This makes Net::OpenSSH very fast, as most of the latency of ssh is intrinsic to the protocol. . If you like the API of other Perl SSH distributions like Net::SSH, Net::SSH2 or Net::SSH::Perl, and would like to use them with Net::OpenSSH, have a look at the libnet-openssh-compat-perl package. debian/compat0000644000000000000000000000000212140035015010353 0ustar 8 debian/changelog0000644000000000000000000000135612140040415011034 0ustar libnet-openssh-perl (0.60-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Imported Upstream version 0.60 * Email change: Florian Schlichting -> fsfs@debian.org * Bumped Standards-Version to 3.9.4 (use copyright-format 1.0) * Bumped copyright years * Dropped fix_pod_spelling.patch, applied upstream * New spelling.patch -- Florian Schlichting Tue, 30 Apr 2013 23:44:13 +0200 libnet-openssh-perl (0.57-1) unstable; urgency=low * Initial Release. (Closes: #660923) -- Florian Schlichting Wed, 22 Feb 2012 23:35:55 +0100 debian/source/0000755000000000000000000000000011722511542010466 5ustar debian/source/format0000644000000000000000000000001411722511542011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612140035015010234 0ustar #!/usr/bin/make -f %: dh $@