[SCM] Debian packaging of Net-SCP CPAN distribution branch, master, updated. debian/0.08-1-11-g26306f2

Xavier x.guimard at free.fr
Wed Dec 26 14:02:46 UTC 2012


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

    Add other spelling errors

diff --git a/debian/patches/series b/debian/patches/series
index 6089558..4a0eac0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-spelling-error.patch
 basic-test.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-error.patch b/debian/patches/spelling-error.patch
deleted file mode 100644
index 4498ac1..0000000
--- a/debian/patches/spelling-error.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Little spelling error
-Author: Xavier Guimard <x.guimard at free.fr>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=82254
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82254
-Last-Update: 2012-12-26
-
---- a/SCP.pm
-+++ b/SCP.pm
-@@ -61,7 +61,7 @@
- interface is depriciated.
- 
- Calls scp in batch mode, with the B<-B> B<-p> B<-q> and B<-r> options.
--Returns false upon error, with a text error message accessable in
-+Returns false upon error, with a text error message accessible in
- $scp->{errstr}.
- 
- Returns false and sets the B<errstr> attribute if there is an error.
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..3bb337c
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,30 @@
+Description: Little spelling error
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82254
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82254
+Last-Update: 2012-12-26
+
+--- a/SCP.pm
++++ b/SCP.pm
+@@ -58,10 +58,10 @@
+ =item scp SOURCE, DESTINATION
+ 
+ Can be called either as a subroutine or a method; however, the subroutine
+-interface is depriciated.
++interface is deprecated.
+ 
+ Calls scp in batch mode, with the B<-B> B<-p> B<-q> and B<-r> options.
+-Returns false upon error, with a text error message accessable in
++Returns false upon error, with a text error message accessible in
+ $scp->{errstr}.
+ 
+ Returns false and sets the B<errstr> attribute if there is an error.
+@@ -105,7 +105,7 @@
+ =item iscp SOURCE, DESTINATION
+ 
+ Can be called either as a subroutine or a method; however, the subroutine
+-interface is depriciated.
++interface is deprecated.
+ 
+ Prints the scp command to be execute, waits for the user to confirm, and
+ (optionally) executes scp, with the B<-p> and B<-r> flags.

-- 
Debian packaging of Net-SCP CPAN distribution



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