[SCM] Debian packaging of Net-SSH CPAN distribution branch, master, updated. debian/0.09-1-8-g9b3fade

Xavier x.guimard at free.fr
Wed Dec 26 07:49:32 UTC 2012


The following commit has been merged in the master branch:
commit fc2d53e363b05498f73e53b887352408b9671399
Author: Xavier <x.guimard at free.fr>
Date:   Wed Dec 26 08:45:45 2012 +0100

    Add patches (spelling, synopsis-error and missing test)

diff --git a/debian/patches/basic-test.patch b/debian/patches/basic-test.patch
new file mode 100644
index 0000000..eff9a60
--- /dev/null
+++ b/debian/patches/basic-test.patch
@@ -0,0 +1,20 @@
+Description: Add basic test
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=59536
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=59536
+Last-Update: 2012-12-26
+
+--- /dev/null
++++ b/t/01-test-basic
+@@ -0,0 +1,11 @@
++# Before `make install' is performed this script should be runnable with
++# `make test'. After `make install' it should work as `perl Lemonldap-NG-Portal.t'
++
++#########################
++
++# change 'tests => 1' to 'tests => last_test_to_print';
++
++use Test::More tests => 1;
++
++BEGIN { use_ok( 'Net:SSH' ) }
++
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2033b71
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+spelling-error.patch
+synopsis-error.patch
+basic-test.patch
diff --git a/debian/patches/spelling-error.patch b/debian/patches/spelling-error.patch
new file mode 100644
index 0000000..56f1836
--- /dev/null
+++ b/debian/patches/spelling-error.patch
@@ -0,0 +1,17 @@
+Description: Spelling error
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82250
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82250
+Last-Update: 2012-12-26
+
+--- a/SSH.pm
++++ b/SSH.pm
+@@ -94,7 +94,7 @@
+ If using the hashref-style of passing arguments, possible keys are:
+ 
+   user (optional)
+-  host (requried)
++  host (required)
+   command (required)
+   args (optional, arrayref)
+   stdin_string (optional) - written to the command's STDIN
diff --git a/debian/patches/synopsis-error.patch b/debian/patches/synopsis-error.patch
new file mode 100644
index 0000000..723cf70
--- /dev/null
+++ b/debian/patches/synopsis-error.patch
@@ -0,0 +1,19 @@
+Description: Synopsis error
+ The example shows how to use ssh_cmd but the 'use' statement doesn't import
+ the function.
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=81097
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=81097
+Last-Update: 2012-12-26
+
+--- a/SSH.pm
++++ b/SSH.pm
+@@ -23,7 +23,7 @@
+ 
+ =head1 SYNOPSIS
+ 
+-  use Net::SSH qw(ssh issh sshopen2 sshopen3);
++  use Net::SSH qw(ssh ssh_cmd issh sshopen2 sshopen3);
+ 
+   ssh('user at hostname', $command);
+ 

-- 
Debian packaging of Net-SSH CPAN distribution



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