[libparallel-forkmanager-perl] 04/05: Remove unnecessary spelling patch, applied by upstream

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jul 20 17:41:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libparallel-forkmanager-perl.

commit 160b6daff80d7e87b00c63c8844b081ea921a58f
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jul 20 14:09:32 2016 -0300

    Remove unnecessary spelling patch, applied by upstream
---
 debian/changelog              |  1 +
 debian/patches/series         |  1 -
 debian/patches/spelling.patch | 27 ---------------------------
 3 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff016b1..98587c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libparallel-forkmanager-perl (1.19-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 1.19
   * debian/upstream/metadata: update Contact
+  * Remove unnecessary spelling patch, applied by upstream
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 20 Jul 2016 14:06:01 -0300
 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 09e36b5..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: fix spelling mistakes in the POD
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-04-17
-Forwarded: https://github.com/dluxhu/perl-parallel-forkmanager/issues/10
-Bug: https://github.com/dluxhu/perl-parallel-forkmanager/issues/10
-
---- a/lib/Parallel/ForkManager.pm
-+++ b/lib/Parallel/ForkManager.pm
-@@ -599,7 +599,7 @@
- data structure referenced in a given child process is serialized and
- written out to a file by L<Storable>. The file is subsequently read back
- into memory and a new data structure belonging to the parent process is
--created. Please consider the performance penality it can imply, so try to
-+created. Please consider the performance penalty it can imply, so try to
- keep the returned structure small.
- 
- =head1 EXAMPLES
-@@ -695,7 +695,7 @@
-         my $string = ${$data_structure_reference};  # child passed a string reference
-         print "$string\n";
-       }
--      else {  # problems occuring during storage or retrieval will throw a warning
-+      else {  # problems occurring during storage or retrieval will throw a warning
-         print qq|No message received from child process $pid!\n|;
-       }
-     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparallel-forkmanager-perl.git



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