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

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


The following commit has been merged in the master branch:
commit 61562ed2f43060c1d870740cccf3eb52b3990285
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Dec 8 09:45:06 2012 +0100

    Add Pod error patch

diff --git a/debian/changelog b/debian/changelog
index 44123d7..0c25afb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,7 +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
+  * Add spelling and pod patch
 
  -- Xavier Guimard <x.guimard at free.fr>  Fri, 07 Dec 2012 21:25:07 +0100
 
diff --git a/debian/patches/pod-error.patch b/debian/patches/pod-error.patch
new file mode 100644
index 0000000..dbf84bf
--- /dev/null
+++ b/debian/patches/pod-error.patch
@@ -0,0 +1,26 @@
+Description: Pod error
+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-08
+
+--- libfilesys-smbclient-perl-3.2.orig/SmbClient.pm
++++ libfilesys-smbclient-perl-3.2/SmbClient.pm
+@@ -802,8 +802,6 @@ FILEHANDLE must be open with open of thi
+ Close file FILEHANDLE. Return 0 on success, else -1 is return and
+ errno and $! is set.
+ 
+-=back
+-
+ =item shutdown flag
+ 
+ A wrapper around `libsmbclient's `smbc_free_context'.
+@@ -820,6 +818,8 @@ NOTE:
+     shutdown(1) may cause complaints about talloc memory
+     leaks, if there are currently no open files.
+ 
++=back
++
+ =head2 Print method
+ 
+ =over
diff --git a/debian/patches/series b/debian/patches/series
index 4f04a09..bcb8213 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 10_Makefile.PL.patch
+spelling-error-in-pod.patch
+pod-error.patch

-- 
Debian packaging of libfilesys-smbclient-perl



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