[libthread-conveyor-perl] 02/03: Filled in required info in debian/control, debian/copyright and debian/changelog Patch to fix manpage spellings

Christopher Hoskin christopher.hoskin at gmail.com
Sun Mar 8 09:50:08 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-perl.

commit e62a63d901d40e52e35b6629701412dfb69f6933
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Mar 8 09:08:54 2015 +0000

    Filled in required info in debian/control, debian/copyright and debian/changelog
    Patch to fix manpage spellings
---
 .gitignore                             |  1 +
 debian/changelog                       |  2 +-
 debian/control                         | 21 ++++-----------------
 debian/copyright                       | 14 +++-----------
 debian/patches/manpage-spellings.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 6 files changed, 38 insertions(+), 29 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/changelog b/debian/changelog
index bb0f887..77596b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libthread-conveyor-perl (0.19-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. Closes: #780017
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Sat, 28 Feb 2015 21:41:54 +0000
diff --git a/debian/control b/debian/control
index 8e5517f..af477e3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Christopher Hoskin <christopher.hoskin at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libload-perl,
  libthread-serialize-perl,
- libthread-tie-perl (>= 0.09),
+ libthread-tie-perl,
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libthread-conveyor-perl.git
@@ -19,23 +19,10 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libload-perl,
  libthread-serialize-perl,
- libthread-tie-perl (>= 0.09)
-Description: transport of any data-structure
- *** A note of CAUTION ***
- .
- Thread::Conveyor only functions on Perl versions 5.8.0 and later.
- .
- And then only when threads are enabled with -Dusethreads. It
- .
- is of no use with any version of Perl before 5.8.0 or without
- .
- threads enabled.
- .
- *************************
- .
+ libthread-tie-perl,
+ perl (>=5.8.0)
+Description: thread-safe conveyor belt for any data-structure
  The Thread::Conveyor object is a thread-safe data structure that mimics the
  behaviour of a conveyor belt. One or more worker threads can put boxes with
  frozen values and references on one end of the belt to be taken off by one or
  more worker threads on the other end of the belt to be thawed and returned.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 4b6a0cb..7bfa6e3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,11 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Thread-Conveyor
-Upstream-Contact: Elizabeth Mattijsen (liz at dijkmat.nl)
+Upstream-Contact: Elizabeth Mattijsen <liz at dijkmat.nl>
 Upstream-Name: Thread-Conveyor
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Elizabeth Mattijsen (liz at dijkmat.nl)
-License: 
+Copyright: 2002-2010, Elizabeth Mattijsen (liz at dijkmat.nl)
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2015, Christopher Hoskin <christopher.hoskin at gmail.com>
diff --git a/debian/patches/manpage-spellings.patch b/debian/patches/manpage-spellings.patch
new file mode 100644
index 0000000..582eb1d
--- /dev/null
+++ b/debian/patches/manpage-spellings.patch
@@ -0,0 +1,28 @@
+--- a/lib/Thread/Conveyor.pm
++++ b/lib/Thread/Conveyor.pm
+@@ -266,7 +266,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
+@@ -419,14 +419,14 @@
+  $thread = $belt->thread;
+ 
+ The "thread" method returns the thread object that is being used for the belt.
+-It returns undef if no seperate thread is being used.
++It returns undef if no separate thread is being used.
+ 
+ =head2 tid
+ 
+  $tid = $belt->tid;
+ 
+ The "tid" method returns the thread id of the thread object that is being
+-used for the belt.  It returns undef if no seperate thread is being used.
++used for the belt.  It returns undef if no separate thread is being used.
+ 
+ =head1 REQUIRED MODULES
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7141567
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-spellings.patch

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



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