[SCM] Debian packaging of Net::OpenSSH branch, master, updated. debian/0.57-1-14-g493abd4

Florian Schlichting fsfs at debian.org
Tue Apr 30 22:13:00 UTC 2013


The following commit has been merged in the master branch:
commit b6cf1847cf89c64a7b7974fc99264eaa06e431e4
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Apr 30 23:58:00 2013 +0200

    new patch: spelling.patch

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..b925a3b
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,44 @@
+Description: fix pod typos discovered by lintian
+Author: Florian Schlichting <fsfs at debian.org>
+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<scp> 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</tmp/net_openssh_master.$pid.$tracer_type>.
+ 
+ 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 packaging of Net::OpenSSH



More information about the Pkg-perl-cvs-commits mailing list