This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-cli-interact-perl.

commit 9fbce6535181c1e6000d66b1b483946d01c1f9a6
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Jul 9 21:07:55 2015 +0200

    Add patch to fix spelling/POD in new module.
---
 debian/patches/net-openssh-pod.patch | 36 ++++++++++++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/net-openssh-pod.patch 
b/debian/patches/net-openssh-pod.patch
new file mode 100644
index 0000000..59f525b
--- /dev/null
+++ b/debian/patches/net-openssh-pod.patch
@@ -0,0 +1,36 @@
+Description: fix spelling mistake and POD syntax issues
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-07-09
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105780
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105780
+
+--- a/lib/Net/CLI/Interact/Transport/Net_OpenSSH.pm
++++ b/lib/Net/CLI/Interact/Transport/Net_OpenSSH.pm
+@@ -78,6 +78,8 @@
+ __END__
+ =pod
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Net::CLI::Interact::Transport::Net_OpenSSH - Net::OpenSSH based CLI connection
+@@ -96,7 +98,7 @@
+ approach is not well suited (i.e. network equipment running custom
+ administration shells) and still use the capability of Net::OpenSSH to
+ run several sessions over one single SSH connection, including
+-accesing SCP and SFTP services.
++accessing SCP and SFTP services.
+ 
+ Note that this transport is not supported on Windows as Net::OpenSSH
+ is not supported there either.
+@@ -132,8 +134,6 @@
+ The default is to pass nothing which on conforming SSH implementations
+ starts the shell configured for the user.
+ 
+-=back
+-
+ Examples:
+ 
+   # interact with default user shell:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..93ae035
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+net-openssh-pod.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-cli-interact-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to