[libthread-conveyor-monitored-perl] 03/05: Fix documentation spellings patch, remove unnecessary version from debian/control.

Christopher Hoskin christopher.hoskin at gmail.com
Mon Mar 30 19:19:04 UTC 2015


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

grinorcole-guest pushed a commit to branch master
in repository libthread-conveyor-monitored-perl.

commit 7c276cdd3d05f73f6651efb883cb5dde9a9d8b1a
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Mon Mar 30 19:44:21 2015 +0100

    Fix documentation spellings patch, remove unnecessary version from
    debian/control.
---
 .gitignore                         |  1 +
 debian/control                     |  4 ++--
 debian/patches/fix-spellings.patch | 24 ++++++++++++++++++++++++
 debian/patches/series              |  1 +
 4 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..224e7f0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc/
diff --git a/debian/control b/debian/control
index 234137f..a39fe51 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christopher Hoskin <christopher.hoskin at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libload-perl,
- libthread-conveyor-perl (>= 0.15),
+ libthread-conveyor-perl,
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libthread-conveyor-monitored-perl.git
@@ -17,7 +17,7 @@ Package: libthread-conveyor-monitored-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libload-perl,
- libthread-conveyor-perl (>= 0.15),
+ libthread-conveyor-perl,
  perl (>=5.8.0)
 Description: monitors a conveyor belt for specific content
  The Thread::Conveyor::Monitored module implements a single worker thread that
diff --git a/debian/patches/fix-spellings.patch b/debian/patches/fix-spellings.patch
new file mode 100644
index 0000000..356811c
--- /dev/null
+++ b/debian/patches/fix-spellings.patch
@@ -0,0 +1,24 @@
+Description: Fix documentation spellings
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=103210
+Last-Update: 2015-03-30
+--- a/lib/Thread/Conveyor/Monitored.pm
++++ b/lib/Thread/Conveyor/Monitored.pm
+@@ -723,7 +723,7 @@
+  $optimize = Thread::Conveyor::Monitored->optimize;
+ 
+ The "optimize" class method allows you to specify the default optimization
+-type that will be used if no "optimize" field has been explicitely specified
++type that will be used if no "optimize" field has been explicitly specified
+ with a call to L<new>.  It returns the current default type of optimization.
+ 
+ Currently two types of optimization can be selected:
+@@ -733,7 +733,7 @@
+ =item memory
+ 
+ Attempt to use as little memory as possible.  Currently, this is achieved by
+-starting a seperate thread which hosts an unshared array.  This uses the
++starting a separate thread which hosts an unshared array.  This uses the
+ "Thread::Conveyor::Thread" sub-class.
+ 
+ =item cpu
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cd2457b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spellings.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libthread-conveyor-monitored-perl.git



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