[SCM] Debian packaging of Parallel-ForkManager CPAN distribution branch, master, updated. debian/0.7.5-2-12-g62e31fd

Damyan Ivanov dmn at debian.org
Sun Mar 31 21:28:20 UTC 2013


The following commit has been merged in the master branch:
commit 62e31fd8d538b43514f39c9e79598d7738ec9fdc
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Apr 1 00:26:01 2013 +0300

    add patch fixing two errors in embedded documentation

diff --git a/debian/changelog b/debian/changelog
index b29ae01..aeeb254 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ libparallel-forkmanager-perl (1.02-1) UNRELEASED; urgency=low
   * slight adjustment to d/copyright to bring it in line with DEP-5
   * stop shipping redundant README in the package
   * Standards-Version: 3.9.4
+  * add patch fixing two errors in embedded documentation
 
  -- Damyan Ivanov <dmn at debian.org>  Sat, 30 Mar 2013 23:47:33 +0200
 
diff --git a/debian/patches/pod-errors.patch b/debian/patches/pod-errors.patch
new file mode 100644
index 0000000..688046b
--- /dev/null
+++ b/debian/patches/pod-errors.patch
@@ -0,0 +1,20 @@
+Description: fix two errors in L<> usage
+Forwarded: no
+Author: Damyan Ivanov <dmn at debian.org>
+
+--- a/lib/Parallel/ForkManager.pm
++++ b/lib/Parallel/ForkManager.pm
+@@ -83,11 +83,11 @@ will be forked. This is intended for deb
+ 
+ The optional second parameter, $tempdir, is only used if you want the
+ children to send back a reference to some data (see RETRIEVING DATASTRUCTURES
+-below). If not provided, it is set to $L<File::Temp::tempdir().
++below). If not provided, it is set to L<File::Temp::tempdir()>.
+ 
+ The new method will die if the temporary directory does not exist or it is not
+ a directory, whether you provided this parameter or the
+-$L<File::Temp::tempdir() is used.
++L<File::Temp::tempdir()> is used.
+ 
+ =item start [ $process_identifier ]  # P
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fac1829
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-errors.patch

-- 
Debian packaging of Parallel-ForkManager CPAN distribution



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