[SCM] Debian packaging of libfilesys-smbclient-perl branch, master, updated. b13cdb4d2f9d5c0e6f085d8e0516b0432d21e309

Xavier Guimard x.guimard at free.fr
Sat Dec 8 08:56:05 UTC 2012


The following commit has been merged in the master branch:
commit 57b59cabae383e1749a7e58d7bf1f7bda542e38e
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Dec 8 09:19:14 2012 +0100

    Add spelling-error-in-pod patch (reported)

diff --git a/debian/changelog b/debian/changelog
index 47abe95..44123d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ libfilesys-smbclient-perl (3.2-1) UNRELEASED; urgency=low
   * Update debian/rules to use "dh %"
   * Add override_dh_auto_clean to clean temporary files
   * Add description in 10_Makefile.PL.patch
+  * Add spelling patch
 
  -- Xavier Guimard <x.guimard at free.fr>  Fri, 07 Dec 2012 21:25:07 +0100
 
diff --git a/debian/patches/spelling-error-in-pod.patch b/debian/patches/spelling-error-in-pod.patch
new file mode 100644
index 0000000..d77aeb6
--- /dev/null
+++ b/debian/patches/spelling-error-in-pod.patch
@@ -0,0 +1,26 @@
+Description: Spelling error in pod
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81794
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81794
+Last-Update: 2012-12-07
+
+--- libfilesys-smbclient-perl-3.2.orig/SmbClient.pm
++++ libfilesys-smbclient-perl-3.2/SmbClient.pm
+@@ -762,7 +762,7 @@ Example:
+ 
+ =item read FILEHANDLE, LENGTH
+ 
+-Read $count bytes of data on file descriptor $fd. It lenght is not set,
++Read $count bytes of data on file descriptor $fd. It length is not set,
+ 4096 bytes will be read.
+ 
+ Return buffer read on success, undef at end of file,
+@@ -809,7 +809,7 @@ errno and $! is set.
+ A wrapper around `libsmbclient's `smbc_free_context'.
+ 
+ Close open files, release Samba connection, delete context,
+-aquired during open_* calls.
++acquired during open_* calls.
+ 
+ Example:
+ 

-- 
Debian packaging of libfilesys-smbclient-perl



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